Skip to content

Commit ae4611c

Browse files
authored
release: v0.26.0 (#62)
* cargo: bump versions * release: `v0.26.0` * doc: remove unnecessary `html_root_url` * changelog: add an entry for `v0.26.0`
1 parent 2ca8ba4 commit ae4611c

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

.changelog/v0.26.0/summary.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
*February 17, 2023*
2+
3+
This release updates tendermint protobuf defintions to `v0.29.0`.

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# CHANGELOG
22

3+
## v0.26.0
4+
5+
*February 17, 2023*
6+
7+
This release updates tendermint protobuf defintions to `v0.29.0`.
8+
39
## v0.25.0
410

511
*February 9th, 2023*

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ibc-proto"
3-
version = "0.25.0"
3+
version = "0.26.0"
44
authors = ["Informal Systems <[email protected]>"]
55
edition = "2021"
66
license = "Apache-2.0"
@@ -37,7 +37,7 @@ scale-info = { version = "2.1.2", default-features = false, features = ["derive"
3737
borsh = {version = "0.10.0", default-features = false, optional = true }
3838

3939
[dependencies.tendermint-proto]
40-
version = "0.28"
40+
version = "0.29"
4141
default-features = false
4242

4343
[features]

src/lib.rs

-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
#![allow(clippy::large_enum_variant, clippy::derive_partial_eq_without_eq)]
99
#![allow(rustdoc::bare_urls)]
1010
#![forbid(unsafe_code)]
11-
#![doc(html_root_url = "https://docs.rs/ibc-proto/0.25.0")]
1211

1312
pub mod google;
1413
pub mod protobuf;

0 commit comments

Comments
 (0)