Skip to content

Commit d7cc4a5

Browse files
romaczbuc
andauthored
chore(rust): Release v0.12.0 (#338)
* chore(rust): Bump Rust version to v0.12.0 * chore(rust): Update changelog * fix(rust): Enforce that `spec.InnerSpec.ChildSize` is >= 1 (#339) * Enforce that the spec.InnerSpec.ChildSize is >= 1 * Add changelog entry --------- Co-authored-by: Romain Ruetschi <[email protected]> * chore(rust): Release v0.11.3 (#340) (#341) * Bump version to 0.11.3 * Update changelog --------- Co-authored-by: Chris Czub <[email protected]>
1 parent 05a09dc commit d7cc4a5

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

+13-1
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,23 @@
11
# Changelog
22

3-
# 0.11.2
3+
# 0.12.0
4+
5+
## Rust
6+
7+
- chore(rust): Update `prost` to v0.13 ([#335](https://github.com/cosmos/ics23/pull/335), [#336](https://github.com/cosmos/ics23/pull/336))
8+
9+
# 0.11.3
410

511
## Rust
612

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

15+
# 0.11.2
16+
17+
## Rust
18+
19+
This release was yanked, please use v0.11.3 instead.
20+
921
# 0.11.1
1022

1123
## Rust

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.2"
10+
version = "0.12.0"
1111

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

0 commit comments

Comments
 (0)