Skip to content

v0.34.0

Compare
Choose a tag to compare
@github-actions github-actions released this 17 Aug 13:00
· 79 commits to main since this release
v0.34.0
b73ee35

August 17th, 2023

This release updates the Cosmos SDK protos to v0.47.3 and IBC-Go protos to v7.2.0.

Additionally, it restore no_std support for JSON serialization via serde.
Previously, Serialize and Deserialize instances were only derived when the std feature was enabled, but that is no longer required.

As such, they now require the serde feature to be enabled, independently of whether or not the std feature is enabled.

BUG FIXES

  • Restore no_std support for JSON serialization (#98)

FEATURES

  • Update Cosmos SDK protos to v0.47.3 and IBC-Go protos to v7.2.0 (#129)

What's Changed

  • chore: cleanup release CI job by @romac in #128
  • fix: restore no_std support for JSON serialization by @Farhad-Shabani in #118
  • chore: update Cosmos SDK protos to v0.47.3 and IBC-Go protos to v7.2.0 by @romac in #122
  • chore: prepeare release for v0.34.0 by @romac in #130

Full changes: v0.33.0...v0.34.0