Skip to content

Commit

Permalink
cosmos-sdk-proto v0.15.0 (#304)
Browse files Browse the repository at this point in the history
  • Loading branch information
tony-iqlusion committed Nov 8, 2022
1 parent 3d05c50 commit 2a85ffa
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions cosmos-sdk-proto/CHANGELOG.md
Expand Up @@ -5,6 +5,18 @@ 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.15.0 (2022-11-07)
### Added
- `TypeUrl` impl for auth accounts ([#285])
- `TypeUrl` impl for `MsgTransfer` ([#296])

### Changed
- Bump `tendermint-proto` to v0.26; MSRV 1.59 ([#302])

[#285]: https://github.com/cosmos/cosmos-rust/pull/285
[#296]: https://github.com/cosmos/cosmos-rust/pull/296
[#302]: https://github.com/cosmos/cosmos-rust/pull/302

## 0.14.0 (2022-08-08)
### Changed
- Rename `cosmos::staking::v1beta1::IsStakeAuthroizationValidator` to `::Policy` ([#275])
Expand Down
2 changes: 1 addition & 1 deletion cosmos-sdk-proto/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "cosmos-sdk-proto"
version = "0.15.0-pre"
version = "0.15.0"
authors = [
"Justin Kilpatrick <justin@althea.net>",
"Greg Szabo <greg@informal.systems>",
Expand Down
2 changes: 1 addition & 1 deletion cosmrs/Cargo.toml
Expand Up @@ -12,7 +12,7 @@ edition = "2021"
rust-version = "1.59"

[dependencies]
cosmos-sdk-proto = { version = "=0.15.0-pre", default-features = false, path = "../cosmos-sdk-proto" }
cosmos-sdk-proto = { version = "0.15", default-features = false, path = "../cosmos-sdk-proto" }
ecdsa = { version = "0.14", features = ["std"] }
eyre = "0.6"
k256 = { version = "0.11", features = ["ecdsa", "sha256"] }
Expand Down

0 comments on commit 2a85ffa

Please sign in to comment.