Skip to content

Commit 2ca8ba4

Browse files
authored
Release v0.25.0 (#61)
* unclog release * bump versions
1 parent 5d98769 commit 2ca8ba4

File tree

4 files changed

+11
-2
lines changed

4 files changed

+11
-2
lines changed

.changelog/v0.25.0/summary.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
This release updates borsh to v0.10.0 and fixes a typo in borsh deserialization of `Any` ([#59](https://github.com/cosmos/ibc-
2+
proto-rs/pull/59)).

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# CHANGELOG
22

3+
## v0.25.0
4+
5+
*February 9th, 2023*
6+
7+
This release updates borsh to v0.10.0 and fixes a typo in borsh deserialization of `Any` ([#59](https://github.com/cosmos/ibc-
8+
proto-rs/pull/59)).
9+
310
## v0.24.1
411

512
*January 10th, 2023*

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ibc-proto"
3-
version = "0.24.1"
3+
version = "0.25.0"
44
authors = ["Informal Systems <[email protected]>"]
55
edition = "2021"
66
license = "Apache-2.0"

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
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.24.1")]
11+
#![doc(html_root_url = "https://docs.rs/ibc-proto/0.25.0")]
1212

1313
pub mod google;
1414
pub mod protobuf;

0 commit comments

Comments
 (0)