Skip to content

Commit d0edf8e

Browse files
authored
chore: Prepare release of version 0.10.1 of the Rust crate (#150)
1 parent a3a7f26 commit d0edf8e

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
# 0.10.1
4+
5+
## Rust
6+
7+
The only change in this release of the `ics23` crate is the addition of a `serde` feature
8+
which adds ProtoJSON-compatible `Serialize` and `Deserialize` instances on all Protobuf definitions via
9+
the [`pbjson-build`](https://docs.rs/pbjson-build/latest/pbjson_build/) crate.
10+
11+
## Full changes
12+
13+
- feat(rust): Add ProtoJSON-compatible `Serialize` and `Deserialize` instances on all Protobuf definitions via `pbjson` ([#146](https://github.com/cosmos/ics23/pull/146))
14+
315
# 0.10.0
416

517
## Go / Rust / TypeScript

rust/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license = "Apache-2.0"
77
name = "ics23"
88
repository = "https://github.com/cosmos/ics23/tree/master/rust"
99
rust-version = "1.56.1"
10-
version = "0.10.0"
10+
version = "0.10.1"
1111

1212
[workspace]
1313
members = ["codegen", "no-std-check"]

0 commit comments

Comments
 (0)