Releases: bytecodealliance/wasm-pkg-tools
Releases · bytecodealliance/wasm-pkg-tools
v0.10.0
Breaking Changes
Please note that the optional metadata section of the wkg.toml
file has changed to match the newly supported metadata options for Wasm. This feature was more lightly used than other features so we made the decision to "rip the bandaid" and make the changes. Namely:
- The
authors
field has been renamed toauthor
and is now a single string rather than a vec of strings license
has been renamed tolicenses
but is backwards compatible (it will parse both)repository
has been renamed tosource
but is backwards compatible (it will parse both)categories
anddocumentation
have been removed
If your config has the authors
, categories
, or documentation
fields, an error will be returned so as to not silently ignore no longer supported fields
Notable changes
We found that by default unstable
features were not being included when packaging interfaces. This has now been addressed and all features are included. The enabling of those features is handled by consumers of the interface
What's Changed
- Upgrade wasm-tools to 0.224 by @lann in #146
- Include unstable features in published packages by @lann in #147
- chore: Bump version to 0.10 by @thomastaylor312 in #148
Full Changelog: v0.9.0...v0.10.0
v0.9.0
Wkg release 0.9.0
v0.8.5
set version 0.8.5 (#131)
v0.8.4
set version 0.8.4 (#130)
v0.8.3
Wkg release 0.8.3
v0.8.2
Wkg release 0.8.2
v0.8.1
Wkg release 0.8.1
v0.8.0: chore: Updates deps to use latest OCI clients
Signed-off-by: Taylor Thomas <taylor@cosmonic.com>
v0.7.4
Wkg release 0.7.4
v0.7.3
What's Changed
- fix(client): Fixes source resolution package overrides by @thomastaylor312 in #107
Full Changelog: v0.7.2...v0.7.3