Skip to content

Commit

Permalink
Release v0.25.0 (#61)
Browse files Browse the repository at this point in the history
* unclog release

* bump versions
  • Loading branch information
plafer authored Feb 9, 2023
1 parent 5d98769 commit 2ca8ba4
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .changelog/v0.25.0/summary.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
This release updates borsh to v0.10.0 and fixes a typo in borsh deserialization of `Any` ([#59](https://github.com/cosmos/ibc-
proto-rs/pull/59)).
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# CHANGELOG

## v0.25.0

*February 9th, 2023*

This release updates borsh to v0.10.0 and fixes a typo in borsh deserialization of `Any` ([#59](https://github.com/cosmos/ibc-
proto-rs/pull/59)).

## v0.24.1

*January 10th, 2023*
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ibc-proto"
version = "0.24.1"
version = "0.25.0"
authors = ["Informal Systems <[email protected]>"]
edition = "2021"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#![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.24.1")]
#![doc(html_root_url = "https://docs.rs/ibc-proto/0.25.0")]

pub mod google;
pub mod protobuf;
Expand Down

0 comments on commit 2ca8ba4

Please sign in to comment.