Skip to content

Commit

Permalink
release: v0.26.0 (#62)
Browse files Browse the repository at this point in the history
* cargo: bump versions

* release: `v0.26.0`

* doc: remove unnecessary `html_root_url`

* changelog: add an entry for `v0.26.0`
  • Loading branch information
erwanor committed Feb 21, 2023
1 parent 2ca8ba4 commit ae4611c
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .changelog/v0.26.0/summary.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
*February 17, 2023*

This release updates tendermint protobuf defintions to `v0.29.0`.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# CHANGELOG

## v0.26.0

*February 17, 2023*

This release updates tendermint protobuf defintions to `v0.29.0`.

## v0.25.0

*February 9th, 2023*
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ibc-proto"
version = "0.25.0"
version = "0.26.0"
authors = ["Informal Systems <hello@informal.systems>"]
edition = "2021"
license = "Apache-2.0"
Expand Down Expand Up @@ -37,7 +37,7 @@ scale-info = { version = "2.1.2", default-features = false, features = ["derive"
borsh = {version = "0.10.0", default-features = false, optional = true }

[dependencies.tendermint-proto]
version = "0.28"
version = "0.29"
default-features = false

[features]
Expand Down
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
#![allow(clippy::large_enum_variant, clippy::derive_partial_eq_without_eq)]
#![allow(rustdoc::bare_urls)]
#![forbid(unsafe_code)]
#![doc(html_root_url = "https://docs.rs/ibc-proto/0.25.0")]

pub mod google;
pub mod protobuf;
Expand Down

0 comments on commit ae4611c

Please sign in to comment.