This repository has been archived by the owner on May 7, 2024. It is now read-only.
Releases: wasmerio/wasmer-toml
Releases · wasmerio/wasmer-toml
wasmer-toml: v0.9.3
wasmer-toml: v0.9.2
wasmer-toml: v0.9.1
wasmer-toml: v0.9.0
wasmer-toml: v0.8.1
wasmer-toml: v0.8.0
0.8.0 (2023-09-19)
⚠ BREAKING CHANGES
- Removed some unnecessary command getters and switched others from returning owned copies to returning references
Features
- 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)
Miscellaneous Chores
- Release 0.8.0 (c885839)
wasmer-toml: v0.7.0
0.7.0 (2023-07-20)
⚠ BREAKING CHANGES
- 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
Features
- 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)
Miscellaneous Chores
- release 0.7.0 (e855934)