Skip to content

Commit

Permalink
cosmos-sdk-proto v0.21.1 (#466)
Browse files Browse the repository at this point in the history
  • Loading branch information
tony-iqlusion committed Mar 16, 2024
1 parent d5e1008 commit c0fa7b4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 8 additions & 1 deletion cosmos-sdk-proto/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 0.21.0 (2024-03-15)
## 0.21.1 (2024-03-15)
### Removed
- Deprecated `MessageExt` methods: missed from v0.21.0, technically a breaking
change, but the just-published v0.21.0 release will be yanked ([#465])

[#465]: https://github.com/cosmos/cosmos-rust/pull/465

## 0.21.0 (2024-03-15) [YANKED]
### Changed
- Update `tonic` to v0.11 ([#460])
- Bump `tendermint-proto` dependency to v0.35 ([#461])
Expand Down
2 changes: 1 addition & 1 deletion cosmos-sdk-proto/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cosmos-sdk-proto"
version = "0.21.0"
version = "0.21.1"
authors = [
"Justin Kilpatrick <justin@althea.net>",
"Greg Szabo <greg@informal.systems>",
Expand Down

0 comments on commit c0fa7b4

Please sign in to comment.