Skip to content

Commit

Permalink
cosmrs v0.15.0 (#441)
Browse files Browse the repository at this point in the history
  • Loading branch information
tony-iqlusion authored Oct 3, 2023
1 parent c9839bd commit b34877d
Show file tree
Hide file tree
Showing 8 changed files with 36 additions and 8 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.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ all other crates, simply make the required edits in [main.rs](proto-build/main.r

## Minimum Supported Rust Version

Rust **1.63**
Rust **1.72**

[//]: # "crates"

Expand Down
4 changes: 4 additions & 0 deletions cosmos-sdk-proto/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Expose `gov::v1` module ([#437])

### Changed
- MSRV 1.72 (#[428])
- Migrate to `neoeinstein-prost`/`neoeinstein-tonic` ([#429])
- Bump `tendermint-proto` dependency to v0.34 ([#431])
- Replace `TypeUrl` trait with `prost::Name` trait ([#432])
- Deprecate `MessageExt::{from_any, to_any}` ([#438])
- Bump `COSMOS_SDK_REV` to v0.46.15 ([#439])

[#428]: https://github.com/cosmos/cosmos-rust/pull/428
[#429]: https://github.com/cosmos/cosmos-rust/pull/429
[#431]: https://github.com/cosmos/cosmos-rust/pull/431
[#432]: https://github.com/cosmos/cosmos-rust/pull/432
[#437]: https://github.com/cosmos/cosmos-rust/pull/437
[#438]: https://github.com/cosmos/cosmos-rust/pull/438
[#439]: https://github.com/cosmos/cosmos-rust/pull/439

## 0.19.0 (2023-05-03)
Expand Down
2 changes: 1 addition & 1 deletion cosmos-sdk-proto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ readme = "README.md"
categories = ["cryptography", "cryptography::cryptocurrencies", "database"]
keywords = ["blockchain", "cosmos", "tendermint", "proto"]
edition = "2021"
rust-version = "1.63"
rust-version = "1.72"

[dependencies]
prost = "0.12"
Expand Down
4 changes: 2 additions & 2 deletions cosmos-sdk-proto/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Pull requests to expand coverage are welcome.

## Minimum Supported Rust Version

This crate is supported on Rust **1.63** or newer.
This crate is supported on Rust **1.72** or newer.

[//]: # "badges"
[crate-image]: https://buildstats.info/crate/cosmos-sdk-proto
Expand All @@ -31,7 +31,7 @@ This crate is supported on Rust **1.63** or newer.
[build-link]: https://github.com/cosmos/cosmos-rust/actions/workflows/cosmos-sdk-proto.yml
[license-image]: https://img.shields.io/badge/license-Apache2.0-blue.svg
[license-link]: https://github.com/cosmos/cosmos-rust/blob/master/LICENSE
[rustc-image]: https://img.shields.io/badge/rustc-1.63+-blue.svg
[rustc-image]: https://img.shields.io/badge/rustc-1.72+-blue.svg

[//]: # "links"
[Protobufs]: (https://github.com/cosmos/cosmos-sdk/tree/master/proto/)
Expand Down
24 changes: 24 additions & 0 deletions cosmrs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,30 @@ 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 (2023-10-03)
### Added
- Export `msg_clear_admin` and `msg_update_admin` types ([#419])
- `getrandom` feature ([#434])

### Changed
- Bound `EcdsaSigner` trait on `Sync + Send` ([#410])
- MSRV 1.72 ([#428])
- Bump `tendermint`/`tendermint-rpc` dependencies to v0.34 ([#431])
- Replace `TypeUrl` with `Name` trait ([#432])
- Bump `cosmos-sdk-proto` to v0.20 ([#440])

### Fixed
- `PublicKey::to_any` ([#406])

[#406]: https://github.com/cosmos/cosmos-rust/pull/406
[#410]: https://github.com/cosmos/cosmos-rust/pull/410
[#419]: https://github.com/cosmos/cosmos-rust/pull/419
[#428]: https://github.com/cosmos/cosmos-rust/pull/428
[#431]: https://github.com/cosmos/cosmos-rust/pull/431
[#432]: https://github.com/cosmos/cosmos-rust/pull/432
[#434]: https://github.com/cosmos/cosmos-rust/pull/434
[#440]: https://github.com/cosmos/cosmos-rust/pull/440

## 0.14.0 (2023-05-03)
### Changed
- Bump `tendermint`/`tendermint-rpc` to v0.32 ([#400])
Expand Down
2 changes: 1 addition & 1 deletion cosmrs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cosmrs"
version = "0.15.0-pre"
version = "0.15.0"
authors = ["Tony Arcieri <[email protected]>"]
license = "Apache-2.0"
repository = "https://github.com/cosmos/cosmos-rust/tree/main/cosmrs"
Expand Down
4 changes: 2 additions & 2 deletions cosmrs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ and message passing.

## Minimum Supported Rust Version

This crate is supported on Rust **1.63** or newer.
This crate is supported on Rust **1.72** or newer.

[//]: # "badges"
[crate-image]: https://buildstats.info/crate/cosmrs
Expand All @@ -41,7 +41,7 @@ This crate is supported on Rust **1.63** or newer.
[build-link]: https://github.com/cosmos/cosmos-rust/actions/workflows/cosmrs.yml
[license-image]: https://img.shields.io/badge/license-Apache2.0-blue.svg
[license-link]: https://github.com/cosmos/cosmos-rust/blob/master/LICENSE
[rustc-image]: https://img.shields.io/badge/rustc-1.63+-blue.svg
[rustc-image]: https://img.shields.io/badge/rustc-1.72+-blue.svg

[//]: # "general links"
[Cosmos]: https://cosmos.network/
Expand Down

0 comments on commit b34877d

Please sign in to comment.