Skip to content

Commit

Permalink
chore: Prepare release of version 0.10.1 of the Rust crate (#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
romac authored Apr 27, 2023
1 parent a3a7f26 commit d0edf8e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

# 0.10.1

## Rust

The only change in this release of the `ics23` crate is the addition of a `serde` feature
which adds ProtoJSON-compatible `Serialize` and `Deserialize` instances on all Protobuf definitions via
the [`pbjson-build`](https://docs.rs/pbjson-build/latest/pbjson_build/) crate.

## Full changes

- feat(rust): Add ProtoJSON-compatible `Serialize` and `Deserialize` instances on all Protobuf definitions via `pbjson` ([#146](https://github.com/cosmos/ics23/pull/146))

# 0.10.0

## Go / Rust / TypeScript
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.0"
version = "0.10.1"

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

0 comments on commit d0edf8e

Please sign in to comment.