v0.41.0
January 9th, 2024
This release integrates the ICS-08 Wasm light client, and ICS-721 NFT transfer application proto types. It additionally resolves the removal of the #[no_std]
attribute, introduces the informalsystems-pbjson/std
dependency for std
feature compatibility.
What's Changed
- fix: restore
#[no_std]
attribute forno_std
compatibility by @Farhad-Shabani in #171 - feat: add
08-wasm
client proto types by @Farhad-Shabani in #170 - feat: implement ICS 721 by @yito88 in #167
- deps: update informalsystems-pbjson-build requirement from 0.6.0 to 0.7.0 by @dependabot in #174
- imp: re-build protos with latest version of
informalsystems-pbjson-build
by @romac in #175
New Contributors
Full Changelog: v0.40.0...v0.41.0