Skip to content

Commit 28c05e8

Browse files
cosmos-sdk-proto v0.25.0-pre.0 (#496)
1 parent fb341da commit 28c05e8

File tree

4 files changed

+15
-5
lines changed

4 files changed

+15
-5
lines changed

Cargo.lock

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

cosmos-sdk-proto/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ 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)
9+
### Changed
10+
- Re-export ICS23 proto definitions from the `ics23` crate ([#495])
11+
- Use tendermint proto from `tendermint_proto` instead of `tendermint_proto::v0_34` ([#495])
12+
13+
### Removed
14+
- IBC protos; use `ibc-proto` crate instead ([#495])
15+
16+
[#495]: https://github.com/cosmos/cosmos-rust/pull/495
17+
818
## 0.24.0 (2024-08-14)
919
### Added
1020
- `serde` feature for Protobuf JSON using `informalsystems/pbjson` ([#471])

cosmos-sdk-proto/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cosmos-sdk-proto"
3-
version = "0.24.0"
3+
version = "0.25.0-pre.0"
44
authors = [
55
"Justin Kilpatrick <[email protected]>",
66
"Greg Szabo <[email protected]>",

cosmrs/Cargo.toml

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

1414
[dependencies]
15-
cosmos-sdk-proto = { version = "0.24", default-features = false, features = ["std"], path = "../cosmos-sdk-proto" }
15+
cosmos-sdk-proto = { version = "=0.25.0-pre.0", 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)