Skip to content

Commit

Permalink
chore(rust): Release v0.12.0 (#338)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
romac and zbuc authored Jul 17, 2024
1 parent 05a09dc commit d7cc4a5
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,23 @@
# Changelog

# 0.11.2
# 0.12.0

## Rust

- chore(rust): Update `prost` to v0.13 ([#335](https://github.com/cosmos/ics23/pull/335), [#336](https://github.com/cosmos/ics23/pull/336))

# 0.11.3

## Rust

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

# 0.11.2

## Rust

This release was yanked, please use v0.11.3 instead.

# 0.11.1

## Rust
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.60"
version = "0.11.2"
version = "0.12.0"

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

0 comments on commit d7cc4a5

Please sign in to comment.