Releases: bytecodealliance/wasm-pkg-tools
Release list
v0.15.1
What's Changed
- ci: add riscv64gc-unknown-linux-gnu to release binaries by @gounthar in #196
- Update README with new section on fallback registries. by @hakilebara in #200
- Correct registry reference in README.md by @kevmoo in #201
- improve error message when wasm binary is missing package version by @cargopete in #204
- fix: assume the 127.0.0.1 being insecure registry host that uses http… by @bogdan-kaczmarek in #205
- chore(deps): Bump aws-lc-sys from 0.37.0 to 0.37.1 in the cargo group across 1 directory by @dependabot[bot] in #194
- feat(ci): Publish binary for riscv64 by @Xeonacid in #192
- fix: clear error when wkg get output directory does not exist by @cargopete in #207
- chore(deps): Bump the cargo group across 1 directory with 3 updates by @dependabot[bot] in #208
New Contributors
- @gounthar made their first contribution in #196
- @hakilebara made their first contribution in #200
- @kevmoo made their first contribution in #201
- @cargopete made their first contribution in #204
- @bogdan-kaczmarek made their first contribution in #205
- @Xeonacid made their first contribution in #192
Full Changelog: v0.15.0...v0.15.1
v0.15.0
What's Changed
- chore: bump oci deps by @ricochet in #187
- chore(deps): Bump bytes from 1.11.0 to 1.11.1 in the cargo group across 1 directory by @dependabot[bot] in #185
- set version to 0.15.0 by @calvinrp in #188
- chore(deps): Bump time from 0.3.46 to 0.3.47 in the cargo group across 1 directory by @dependabot[bot] in #189
Full Changelog: v0.14.0...v0.15.0
v0.14.0
What's Changed
- feat(core,logging): attach location/dependency where
wasm_pkg_core::wit::resolve_dependenciesfailed by @mkatychev in #179 - chore: update wasm-tools deps by @ricochet in #183
- Bump version to 0.14 by @ricochet in #184
New Contributors
- @mkatychev made their first contribution in #179
- @ricochet made their first contribution in #183
Full Changelog: v0.13.0...v0.14.0
v0.13.0
What's Changed
- Build binary to be compatible with downlevel Linux by @itowlson in #175
- Use registry host rather than URL for creds lookup by @itowlson in #176
Full Changelog: v0.12.0...v0.13.0
v0.12.0
v0.11.0
What's Changed
- Add support for OCI authors annotation by @yoshuawuyts in #150
- feat: support specifying OCI namespace details on RegistryMetadata by @vados-cosmonic in #161
- Trim wasm-pkg-common to allow targetting wasm32-wasip1 by @lann in #163
New Contributors
- @vados-cosmonic made their first contribution in #161
Full Changelog: v0.10.0...v0.11.0
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
authorsfield has been renamed toauthorand is now a single string rather than a vec of strings licensehas been renamed tolicensesbut is backwards compatible (it will parse both)repositoryhas been renamed tosourcebut is backwards compatible (it will parse both)categoriesanddocumentationhave 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