Skip to content

Commit

Permalink
cosmos-sdk-proto v0.21.0 (#463)
Browse files Browse the repository at this point in the history
  • Loading branch information
tony-iqlusion committed Mar 15, 2024
1 parent a50eb87 commit c42a07c
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 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.

10 changes: 8 additions & 2 deletions cosmos-sdk-proto/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,15 @@ 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).

## Unreleased (0.21.0)
## 0.21.0 (2024-03-15)
### Changed
- Update `tonic` to v0.11
- Update `tonic` to v0.11 ([#460])
- Bump `tendermint-proto` dependency to v0.35 ([#461])
- Use `prost-build` to gen IBC `Name` impls ([#462])

[#460]: https://github.com/cosmos/cosmos-rust/pull/460
[#461]: https://github.com/cosmos/cosmos-rust/pull/461
[#462]: https://github.com/cosmos/cosmos-rust/pull/462

## 0.20.0 (2023-10-03)
### Added
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-pre"
version = "0.21.0"
authors = [
"Justin Kilpatrick <justin@althea.net>",
"Greg Szabo <greg@informal.systems>",
Expand Down
2 changes: 1 addition & 1 deletion cosmrs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ edition = "2021"
rust-version = "1.72"

[dependencies]
cosmos-sdk-proto = { version = "=0.21.0-pre", default-features = false, path = "../cosmos-sdk-proto" }
cosmos-sdk-proto = { version = "0.21", default-features = false, path = "../cosmos-sdk-proto" }
ecdsa = "0.16"
eyre = "0.6"
k256 = { version = "0.13", default-features = false, features = ["ecdsa", "sha256"] }
Expand Down

0 comments on commit c42a07c

Please sign in to comment.