Skip to content

Commit

Permalink
cosmos-sdk-proto v0.25.0-pre.0 (#496)
Browse files Browse the repository at this point in the history
  • Loading branch information
tony-iqlusion committed Aug 15, 2024
1 parent fb341da commit 28c05e8
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions cosmos-sdk-proto/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 0.25.0-pre.0 (prerelease)
### Changed
- Re-export ICS23 proto definitions from the `ics23` crate ([#495])
- Use tendermint proto from `tendermint_proto` instead of `tendermint_proto::v0_34` ([#495])

### Removed
- IBC protos; use `ibc-proto` crate instead ([#495])

[#495]: https://github.com/cosmos/cosmos-rust/pull/495

## 0.24.0 (2024-08-14)
### Added
- `serde` feature for Protobuf JSON using `informalsystems/pbjson` ([#471])
Expand Down
2 changes: 1 addition & 1 deletion cosmos-sdk-proto/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cosmos-sdk-proto"
version = "0.24.0"
version = "0.25.0-pre.0"
authors = [
"Justin Kilpatrick <[email protected]>",
"Greg Szabo <[email protected]>",
Expand Down
4 changes: 2 additions & 2 deletions cosmrs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cosmrs"
version = "0.19.0"
version = "0.20.0-pre"
authors = ["Tony Arcieri <[email protected]>"]
license = "Apache-2.0"
repository = "https://github.com/cosmos/cosmos-rust/tree/main/cosmrs"
Expand All @@ -12,7 +12,7 @@ edition = "2021"
rust-version = "1.72"

[dependencies]
cosmos-sdk-proto = { version = "0.24", default-features = false, features = ["std"], path = "../cosmos-sdk-proto" }
cosmos-sdk-proto = { version = "=0.25.0-pre.0", default-features = false, features = ["std"], path = "../cosmos-sdk-proto" }
ecdsa = "0.16"
eyre = "0.6"
k256 = { version = "0.13", default-features = false, features = ["ecdsa", "sha256"] }
Expand Down

0 comments on commit 28c05e8

Please sign in to comment.