Skip to content

Commit dfd763e

Browse files
authored
chore(rust): Release v0.11.3 (#340) (#341)
* Bump version to 0.11.3 * Update changelog
1 parent b788bcd commit dfd763e

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

CHANGELOG.md

+7-5
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,27 @@
11
# Changelog
22

3-
# Unreleased
3+
# 0.11.3
44

55
## Rust
66

77
- fix(rust): Enforce that `spec.InnerSpec.ChildSize` is >= 1 ([#339](https://github.com/cosmos/ics23/pull/339))
88

9-
# 0.11.1
9+
# 0.11.2
1010

1111
## Rust
1212

13-
## Full changes
13+
This release was yanked, please use v0.11.3 instead.
14+
15+
# 0.11.1
16+
17+
## Rust
1418

1519
- chore(rust): Update `informalsystems-pbjson` to v0.7.0 ([#274](https://github.com/cosmos/ics23/pull/274))
1620

1721
# 0.11.0
1822

1923
## Rust
2024

21-
## Full changes
22-
2325
- chore(rust): update `prost` to v0.12 ([#202](https://github.com/cosmos/ics23/pull/202))
2426

2527
# 0.10.2

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.1"
10+
version = "0.11.3"
1111

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

0 commit comments

Comments
 (0)