GitHub

v0.16.0

What's Changed

New Contributors

Full Changelog: v0.15.1...v0.16.0

v0.16.0-rc.1

Pre-release

feat(config,client): provide a per-registry envvar scheme to set aute…

v0.16.0-rc.0

Pre-release

What's Changed

New Contributors

Full Changelog: v0.15.1...v0.16.0-rc.0

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

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

v0.15.0

v0.14.0

v0.13.0

v0.12.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 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

Read the original on github.com ↗