Skip to content

Commit 3f836e6

Browse files
cosmrs v0.21.0 (#509)
1 parent c11d640 commit 3f836e6

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cosmrs/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## 0.21.0 (2024-10-24)
8+
### Changed
9+
- Bump tendermint-rs to v0.40 ([#506])
10+
- Bump `cosmos-sdk-proto` to v0.26 ([#508])
11+
12+
[#506]: https://github.com/cosmos/cosmos-rust/pull/506
13+
[#508]: https://github.com/cosmos/cosmos-rust/pull/508
14+
715
## 0.20.0 (2024-09-09)
816
### Changed
917
- Bump `cosmos-sdk-proto` to v0.25 ([#503])

cosmrs/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cosmrs"
3-
version = "0.20.0"
3+
version = "0.21.0"
44
authors = ["Tony Arcieri <[email protected]>"]
55
license = "Apache-2.0"
66
repository = "https://github.com/cosmos/cosmos-rust/tree/main/cosmrs"

0 commit comments

Comments
 (0)