Skip to content

Commit 64f4839

Browse files
cosmrs v0.17.0 (#474)
1 parent 17838dd commit 64f4839

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-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

+15
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,21 @@ 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.17.0 (2024-06-27)
8+
### Added
9+
- Basic parsing of `msg_responses` field inside `TxMsgData` ([#472])
10+
11+
### Changed
12+
- Bump tendermint-rs dependencies to v0.37 ([#469])
13+
- Match upstream Cosmos SDK's Denom validation logic ([#468], [#470])
14+
- Bump `cosmos-sdk-proto` to v0.22 ([#473])
15+
16+
[#468]: https://github.com/cosmos/cosmos-rust/pull/468
17+
[#469]: https://github.com/cosmos/cosmos-rust/pull/469
18+
[#470]: https://github.com/cosmos/cosmos-rust/pull/470
19+
[#472]: https://github.com/cosmos/cosmos-rust/pull/472
20+
[#473]: https://github.com/cosmos/cosmos-rust/pull/473
21+
722
## 0.16.0 (2024-03-15)
823
### Added
924
- Support for uppercase Bech32 ([#444])

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.17.0-pre"
3+
version = "0.17.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)