Releases: bytecodealliance/cargo-component
Releases · bytecodealliance/cargo-component
v0.19.0
What's Changed
- Add a missing
format!
by @primoly in #349 - Update to the latest wit-bindgen etc. by @sunfishcode in #352
- Don't use
MutableKeys
to set the new world name. by @sunfishcode in #353
Full Changelog: v0.18.0...v0.19.0
v0.18.0
v0.17.0
What's Changed
- Update wasm-tools/wit-bindgen dependencies by @alexcrichton in #335
- Adds
generate_all
anddisable_custom_section_link_helpers
toBindings
by @primoly in #336 wkg
update 0.7.4 and removewit
CLI (replaced bywkg wit
subcommand) by @calvinrp in #342
Full Changelog: v0.16.0...v0.17.0
v0.16.0
What's Changed
- feat(*)!: Uses wasm-pkg-client for loading dependencies by @thomastaylor312 in #322
- feat(*)!: Adds back support for the offline flag by @thomastaylor312 in #328
- Don't fail parsing on
@feature
and@since
gates. by @dmvk in #329 - ref(*)!: Updates all code to use the new publish functionality in wkg by @thomastaylor312 in #331
- updated wasm-pkg-client dep version 0.5.0 by @calvinrp in #334
New Contributors
Full Changelog: v0.15.0...v0.16.0
v0.15.0
What's Changed
- set dev version to 0.15.0-dev by @calvinrp in #320
- Pull adapters from crates.io instead of vendoring by @alexcrichton in #323
- Stop generating the bindings file for projects without wit files and dependencies by @iawia002 in #318
Full Changelog: v0.14.0...v0.15.0
v0.14.0
What's Changed
- Document additional
cargo-component
requirements by @yoshuawuyts in #309 - Update adapter builds by @alexcrichton in #312
- Rename
wasm32-wasi
towasm32-wasip1
by @alexcrichton in #313 - Update to -S cli instead of -S common for wasmtime commands by @iawia002 in #317
- Respect build target from cargo config by @iawia002 in #319
New Contributors
- @yoshuawuyts made their first contribution in #309
- @iawia002 made their first contribution in #317
Full Changelog: v0.13.2...v0.14.0
v0.13.2
v0.13.1
v0.13.0
v0.12.0
What's Changed
- add support for missing settings from wit-bindgen by @sehnryr in #273
- fix kebab case issue by @fibonacci1729 in #274
- Help mesasage improvement (#138) by @chikoski in #278
- Update the example to use the latest version of cargo-component by @rylev in #283
- fix test assertions after rust upgrade by @calvinrp in #287
- Add
profile.release
toCargo.toml
generated bycargo component new
by @calvinrp in #289 - Update install instruction to use --locked by @fibonacci1729 in #292
- Update to latest Warg release to support registry federation by @calvinrp in #288
- removed unused warg-credentials dependency by @calvinrp in #295
- Warg update 0.7 by @calvinrp in #296
New Contributors
- @sehnryr made their first contribution in #273
- @fibonacci1729 made their first contribution in #274
- @chikoski made their first contribution in #278
- @calvinrp made their first contribution in #287
Full Changelog: v0.11.0...v0.12.0