v0.10.0
New features
The biggest change included in this release is the support for the latest Warg registry protocol (including registry auth tokens) and also moved the keyring management out of cargo-component
and into the warg-credentials
crate.
Bug fixes
The code generated by cargo component new --target
now properly works with the latest generated bindings when the target world contains exports with resources; it now generates a scaffolding type to implement a resource and sets the trait-associated type when generating interface implementations.
Compatibility
- Wasmtime: 17.0.0+
- WASI: 0.2.0
- Warg (registry support): 0.4.0
What's Changed
- Fix panic in bindings generation for component dependencies. by @peterhuene in #253
- Fix
new --target
option for exports with resources. by @peterhuene in #254 - rely on warg-credentials for keyring management by @macovedj in #251
- Bump version to 0.10.0. by @peterhuene in #256
Full Changelog: v0.9.1...v0.10.0