Skip to content

Releases: bytecodealliance/wasm-pkg-tools

v0.12.0

15 Aug 17:00
d3bf382
Compare
Choose a tag to compare

What's Changed

  • Reduce level of invalid semver OCI tag to WARN by @lann in #165
  • Upgrade oci-client and oci-wasm by @lann in #168
  • Prepare 0.12 release by @lann in #169

Full Changelog: v0.11.0...v0.12.0

v0.11.0

19 Jun 21:00
Compare
Choose a tag to compare

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

Full Changelog: v0.10.0...v0.11.0

v0.10.0

31 Jan 20:29
v0.10.0
Compare
Choose a tag to compare

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 to author and is now a single string rather than a vec of strings
  • license has been renamed to licenses but is backwards compatible (it will parse both)
  • repository has been renamed to source but is backwards compatible (it will parse both)
  • categories and documentation 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

Full Changelog: v0.9.0...v0.10.0

v0.9.0

10 Dec 16:31
v0.9.0
Compare
Choose a tag to compare
Wkg release 0.9.0

v0.8.5

20 Nov 17:17
cff51c1
Compare
Choose a tag to compare
set version 0.8.5 (#131)

v0.8.4

20 Nov 16:51
68eddbc
Compare
Choose a tag to compare
set version 0.8.4 (#130)

v0.8.3

04 Nov 22:15
v0.8.3
Compare
Choose a tag to compare
Wkg release 0.8.3

v0.8.2

30 Oct 21:09
v0.8.2
Compare
Choose a tag to compare
Wkg release 0.8.2

v0.8.1

25 Oct 17:26
v0.8.1
Compare
Choose a tag to compare
Wkg release 0.8.1

v0.8.0: chore: Updates deps to use latest OCI clients

15 Oct 20:25
Compare
Choose a tag to compare
Signed-off-by: Taylor Thomas <taylor@cosmonic.com>