Skip to content

Commit 9f41d71

Browse files
authored
chore(rust): Release v0.11.1 (#275)
* chore(rust): Bump Rust version to v0.11.1 * Update changelog
1 parent ba89d55 commit 9f41d71

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
# Changelog
2+
# 0.11.1
3+
4+
## Rust
5+
6+
## Full changes
7+
8+
- chore(rust): Update `informalsystems-pbjson` to v0.7.0 ([#274](https://github.com/cosmos/ics23/pull/274))
29

310
# 0.11.0
411

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.60"
10-
version = "0.11.0"
10+
version = "0.11.1"
1111

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

0 commit comments

Comments
 (0)