Skip to content

Commit 71abe2f

Browse files
cosmos-sdk-proto v0.25.0 (#503)
1 parent 5832165 commit 71abe2f

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
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.

cosmos-sdk-proto/CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,18 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## 0.25.0-pre.0 (prerelease)
8+
## 0.25.0 (2024-09-09)
99
### Changed
10-
- Re-export ICS23 proto definitions from the `ics23` crate ([#495])
1110
- Use tendermint proto from `tendermint_proto` instead of `tendermint_proto::v0_34` ([#495])
1211

12+
### Fixed
13+
- `no_std` + `serde` support ([#500])
14+
1315
### Removed
1416
- IBC protos; use `ibc-proto` crate instead ([#495])
1517

1618
[#495]: https://github.com/cosmos/cosmos-rust/pull/495
19+
[#500]: https://github.com/cosmos/cosmos-rust/pull/500
1720

1821
## 0.24.0 (2024-08-14)
1922
### Added

cosmos-sdk-proto/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cosmos-sdk-proto"
3-
version = "0.25.0-pre.1"
3+
version = "0.25.0"
44
authors = [
55
"Justin Kilpatrick <justin@althea.net>",
66
"Greg Szabo <greg@informal.systems>",

cosmrs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ edition = "2021"
1212
rust-version = "1.72"
1313

1414
[dependencies]
15-
cosmos-sdk-proto = { version = "=0.25.0-pre.1", default-features = false, features = ["std"], path = "../cosmos-sdk-proto" }
15+
cosmos-sdk-proto = { version = "0.25", default-features = false, features = ["std"], path = "../cosmos-sdk-proto" }
1616
ecdsa = "0.16"
1717
eyre = "0.6"
1818
k256 = { version = "0.13", default-features = false, features = ["ecdsa", "sha256"] }

0 commit comments

Comments
 (0)