0.10.0 (2024-04-09)
0.9.3 (2024-04-09)
0.9.2 (2023-10-10)
- Deprecated CommandV1 and several unused Package fields (331831e)
- Serializing a
wasmer_toml::Package
won't include theprivate
flag unless it istrue
(1791623)
0.9.1 (2023-10-09)
- Packages can be marked as private by setting
private = true
under[package]
(6eb00dc)
0.9.0 (2023-09-29)
- Upgraded public dependencies
- Upgraded public dependencies (2749624)
0.8.1 (2023-09-29)
- Public dependencies that aren't 1.0 yet are now re-exported using
pub extern crate
(f320204)
0.8.0 (2023-09-19)
- Removed some unnecessary command getters and switched others from returning owned copies to returning references
- Commands can now use modules from other dependencies with the
module = "my/dependency:module"
syntax (88b784d) - Removed some unnecessary command getters and switched others from returning owned copies to returning references (88b784d)
- Release 0.8.0 (c885839)
0.7.0 (2023-07-20)
- Manifest and Package are now #[non_exhaustive] and configurable via a builder API
- made ManifestError and ValidationError more strongly typed and descriptive
- Removed unnecessary Option wrappers from the Manifest type
- Added an "entrypoint" field to the "[package]" table (fixes #15) (d6bce6b)
- Added validation for duplicate commands and modules (26f8f84)
- Added validation to check that the entrypoint is valid (b9b677c)
- made ManifestError and ValidationError more strongly typed and descriptive (75040b8)
- Manifest and Package are now #[non_exhaustive] and configurable via a builder API (2b99e5c)
- Removed unnecessary Option wrappers from the Manifest type (5307784)
- release 0.7.0 (e855934)