File tree Expand file tree Collapse file tree 4 files changed +13
-3
lines changed Expand file tree Collapse file tree 4 files changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## 0.7.0 (2021-09-27)
9
9
### Changed
10
- - Update ` tendermint ` crate to v0.22 ([ #128 ] )
10
+ - Update ` tendermint-proto ` crate to v0.22 ([ #128 ] )
11
11
- Bump ` COSMOS_REV ` to v0.44.0 ([ #130 ] )
12
12
13
13
[ #128 ] : https://github.com/cosmos/cosmos-rust/pull/128
Original file line number Diff line number Diff line change @@ -4,5 +4,15 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
+ ## 0.2.0 (2021-09-27)
8
+ ### Changed
9
+ - Make ` Tx::find_by_hash ` use the ` /tx ` endpoint ([ #116 ] )
10
+ - Update ` tendermint ` crate to v0.22 ([ #128 ] )
11
+ - Update ` cosmos-sdk-proto ` to v0.7 ([ #129 ] )
12
+
13
+ [ #116 ] : https://github.com/cosmos/cosmos-rust/pull/116
14
+ [ #128 ] : https://github.com/cosmos/cosmos-rust/pull/128
15
+ [ #129 ] : https://github.com/cosmos/cosmos-rust/pull/129
16
+
7
17
## 0.1.0 (2021-08-25)
8
18
- Initial release under ` cosmrs ` name
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " cosmrs"
3
- version = " 0.2.0-pre " # Also update html_root_url in lib.rs when bumping this
3
+ version = " 0.2.0" # Also update html_root_url in lib.rs when bumping this
4
4
authors = [" Tony Arcieri <tony@iqlusion.io>" ]
5
5
edition = " 2018"
6
6
license = " Apache-2.0"
Original file line number Diff line number Diff line change 23
23
#![ cfg_attr( docsrs, feature( doc_cfg) ) ]
24
24
#![ doc(
25
25
html_logo_url = "https://raw.githubusercontent.com/cosmos/cosmos-rust/main/.images/cosmos.png" ,
26
- html_root_url = "https://docs.rs/cosmrs/0.1 .0"
26
+ html_root_url = "https://docs.rs/cosmrs/0.2 .0"
27
27
) ]
28
28
#![ forbid( unsafe_code) ]
29
29
#![ warn( trivial_casts, trivial_numeric_casts, unused_import_braces) ]
You can’t perform that action at this time.
0 commit comments