Skip to content

Commit

Permalink
cosmos-sdk-proto v0.18.0 (#390)
Browse files Browse the repository at this point in the history
  • Loading branch information
tony-iqlusion authored Apr 17, 2023
1 parent 96ad875 commit 74ed3d5
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

14 changes: 14 additions & 0 deletions cosmos-sdk-proto/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,20 @@ 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.18.0 (2023-04-17)
### Added
- TypeUrl for missing proposal types as well as others ([#360])
- TypeUrl for some of structs from /cosmos.tx.v1beta1 namespace ([#384])

### Changed
- Bump `tendermint-proto` to v0.31 ([#385])
- Bump `tonic` to v0.9 ([#386])

[#360]: https://github.com/cosmos/cosmos-rust/pull/360
[#384]: https://github.com/cosmos/cosmos-rust/pull/384
[#385]: https://github.com/cosmos/cosmos-rust/pull/385
[#386]: https://github.com/cosmos/cosmos-rust/pull/386

## 0.17.0 (2023-03-21)
### Added
- Support for `wasmd` >=0.29 by generating files via buf ([#358])
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.17.0"
version = "0.18.0"
authors = [
"Justin Kilpatrick <justin@althea.net>",
"Greg Szabo <greg@informal.systems>",
Expand Down
2 changes: 1 addition & 1 deletion cosmrs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ edition = "2021"
rust-version = "1.65"

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

0 comments on commit 74ed3d5

Please sign in to comment.