-
Notifications
You must be signed in to change notification settings - Fork 125
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cosmos-sdk-proto v0.2.0 + cosmos-tx v0.2.0-pre (#21)
- Loading branch information
1 parent
af16f9c
commit d2b542c
Showing
9 changed files
with
147 additions
and
58 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# Changelog | ||
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.2.0 (2020-01-04) | ||
### Added | ||
- `grpc` crate feature ([#8]) | ||
|
||
### Changed | ||
- Bump `cosmos-sdk` rev to v0.40.0-rc6 ([#32]) | ||
- Bump `tendermint` + `tendermint-proto` crate dependencies to v0.17 ([#18]) | ||
- Format `prost`/`tonic` output with `rustfmt` ([#17]) | ||
|
||
[#8]: https://github.com/cosmos/cosmos-rust/pull/8 | ||
[#17]: https://github.com/cosmos/cosmos-rust/pull/17 | ||
[#18]: https://github.com/cosmos/cosmos-rust/pull/18 | ||
[#32]: https://github.com/cosmos/cosmos-rust/pull/32 | ||
|
||
## 0.1.2 (2020-11-30) | ||
|
||
## 0.1.1 (2020-11-30) | ||
- Initial release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.