Skip to content

Commit

Permalink
Release v0.44.0 (#208)
Browse files Browse the repository at this point in the history
* Update `tendermint-proto` to 0.36.0

* Bump version to 0.44.0

* Add changelog entry

* Update changelog
  • Loading branch information
romac authored Apr 25, 2024
1 parent 3dce8a8 commit e82245d
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Update `tendermint-proto` to v0.36.0
([\#208](https://github.com/cosmos/ibc-proto-rs/issues/208))
1 change: 1 addition & 0 deletions .changelog/v0.44.0/summary.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This release updates `tendermint-proto` to v0.36.0
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# CHANGELOG

## v0.44.0

*April 25th, 2024*

This release updates `tendermint-proto` to v0.36.0.

### BREAKING CHANGES

- Update `tendermint-proto` to v0.36.0 ([\#208](https://github.com/cosmos/ibc-proto-rs/issues/208))

## v0.43.0

*April 22nd, 2024*
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.43.0"
version = "0.44.0"
authors = ["Informal Systems <hello@informal.systems>"]
edition = "2021"
license = "Apache-2.0"
Expand Down Expand Up @@ -48,7 +48,7 @@ scale-info = { version = "2.1.2", default-features = false, features = [
borsh = { version = "0.10", default-features = false, optional = true }

[dependencies.tendermint-proto]
version = "0.35"
version = "0.36"
default-features = false

[dev-dependencies]
Expand Down

0 comments on commit e82245d

Please sign in to comment.