Skip to content

Commit a3e110b

Browse files
cosmrs v0.22.0 (#522)
1 parent 01793ae commit a3e110b

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cosmrs/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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.22.0 (2025-03-27)
8+
### Changed
9+
- Use `Vec::with_capacity` for `MsgFundCommunityPool` ([#511])
10+
- Bump `cosmos-sdk-proto` to v0.27 ([#521])
11+
12+
[#511]: https://github.com/cosmos/cosmos-rust/pull/511
13+
[#521]: https://github.com/cosmos/cosmos-rust/pull/521
14+
715
## 0.21.1 (2025-02-06)
816
### Fixed
917
- `BodyBuilder` non-critical extension add ([#516])

cosmrs/Cargo.toml

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

cosmrs/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ and message passing.
3030

3131
## Minimum Supported Rust Version
3232

33-
This crate is supported on Rust **1.72** or newer.
33+
This crate is supported on Rust **1.75** or newer.
3434

3535
[//]: # "badges"
3636
[crate-image]: https://img.shields.io/crates/v/cosmrs?logo=rust
@@ -41,7 +41,7 @@ This crate is supported on Rust **1.72** or newer.
4141
[build-link]: https://github.com/cosmos/cosmos-rust/actions/workflows/cosmrs.yml
4242
[license-image]: https://img.shields.io/badge/license-Apache2.0-blue.svg
4343
[license-link]: https://github.com/cosmos/cosmos-rust/blob/master/LICENSE
44-
[rustc-image]: https://img.shields.io/badge/rustc-1.72+-blue.svg
44+
[rustc-image]: https://img.shields.io/badge/rustc-1.75+-blue.svg
4545

4646
[//]: # "links"
4747
[Cosmos]: https://cosmos.network/

0 commit comments

Comments
 (0)