Skip to content

Commit

Permalink
chore(rust): Release v0.11.3 (#340)
Browse files Browse the repository at this point in the history
* Bump version to 0.11.3

* Update changelog
  • Loading branch information
romac committed Jul 17, 2024
1 parent b788bcd commit 7b11add
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
12 changes: 7 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,27 @@
# Changelog

# Unreleased
# 0.11.3

## Rust

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

# 0.11.1
# 0.11.2

## Rust

## Full changes
This release was yanked, please use v0.11.3 instead.

# 0.11.1

## Rust

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

# 0.11.0

## Rust

## Full changes

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

# 0.10.2
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.1"
version = "0.11.3"

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

0 comments on commit 7b11add

Please sign in to comment.