Skip to content

Commit

Permalink
chore: prepare release of version 0.10.2 of the Rust crate (#160)
Browse files Browse the repository at this point in the history
* Update changelog

* Bump Rust crate version to v0.10.2
  • Loading branch information
romac committed Aug 16, 2023
1 parent 864b821 commit 9089921
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

# 0.10.2

## Rust

This release re-enables `no_std` support for ProtoJSON `Serialize` and `Deserialize` instances,
by swapping out `pbjson` for the `no_std`-compatible fork `informalsystems-pbjson`.

## Full changes

- feat(rust): enable no_std support for pbjson ([#158](https://github.com/cosmos/ics23/pull/146))

# 0.10.1

## Rust
Expand Down
2 changes: 1 addition & 1 deletion rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "Apache-2.0"
name = "ics23"
repository = "https://github.com/cosmos/ics23/tree/master/rust"
rust-version = "1.56.1"
version = "0.10.1"
version = "0.10.2"

[workspace]
members = ["codegen", "no-std-check"]
Expand Down

0 comments on commit 9089921

Please sign in to comment.