Skip to content

Releases: bytecodealliance/wasm-pkg-tools

v0.15.1

Choose a tag to compare

@github-actions github-actions released this 28 May 15:39

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

Full Changelog: v0.15.0...v0.15.1

v0.15.0

Choose a tag to compare

@calvinrp calvinrp released this 06 Feb 18:57
40ebd82

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

Choose a tag to compare

@github-actions github-actions released this 02 Feb 23:13
fcdf2f3

What's Changed

  • feat(core,logging): attach location/dependency where wasm_pkg_core::wit::resolve_dependencies failed by @mkatychev in #179
  • chore: update wasm-tools deps by @ricochet in #183
  • Bump version to 0.14 by @ricochet in #184

New Contributors

Full Changelog: v0.13.0...v0.14.0

v0.13.0

Choose a tag to compare

@github-actions github-actions released this 10 Nov 20:39
4e1ea31

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

Choose a tag to compare

@lann lann released this 15 Aug 17:00
d3bf382

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

Choose a tag to compare

@github-actions github-actions released this 19 Jun 21:00

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

Choose a tag to compare

@github-actions github-actions released this 31 Jan 20:29
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 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

Choose a tag to compare

@github-actions github-actions released this 10 Dec 16:31
v0.9.0
Wkg release 0.9.0

v0.8.5

Choose a tag to compare

@github-actions github-actions released this 20 Nov 17:17
cff51c1
set version 0.8.5 (#131)

v0.8.4

Choose a tag to compare

@github-actions github-actions released this 20 Nov 16:51
68eddbc
set version 0.8.4 (#130)