Skip to content

Commit

Permalink
Release v0.56.0 (#6)
Browse files Browse the repository at this point in the history
* chore: prepare v0.56.0 release

* nit

* fix: add breaking changes section
  • Loading branch information
Farhad-Shabani authored Nov 15, 2024
1 parent 4a19b80 commit 36e4e0b
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .changelog/v0.56.0/summary.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
This release upgrades the `ibc-rs` and `tendermint-rs` dependencies to `v0.56.0`
and `v0.40.0`, respectively.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# CHANGELOG

## v0.56.0

*November 15, 2024*

This release upgrades the `ibc-rs` and `tendermint-rs` dependencies to `v0.56.0`
and `v0.40.0`, respectively.

### BREAKING CHANGES
- Update `ibc` to `0.56.0` and `tendermint` to `0.40.0`.
([\#5](https://github.com/informalsystems/cosmwasm-ibc/pull/5))

## v0.55.0

*October 17, 2024*
Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ members = [
]

[workspace.package]
version = "0.55.0"
version = "0.56.0"
license = "Apache-2.0"
edition = "2021"
rust-version = "1.75.0"
Expand All @@ -27,7 +27,7 @@ cosmwasm-schema = { version = "2.1.0" }
cw-storage-plus = { version = "2.0.0" }

# local dependencies
ibc-client-cw = { version = "0.55.0", path = "./ibc-clients/cw-context", default-features = false }
ibc-client-cw = { version = "0.56.0", path = "./ibc-clients/cw-context", default-features = false }

# ibc dependencies
ibc-core = { version = "0.56.0", default-features = false }
Expand Down

0 comments on commit 36e4e0b

Please sign in to comment.