Skip to content

Commit

Permalink
chore: prepare v0.56.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Farhad-Shabani committed Nov 15, 2024
1 parent 4a19b80 commit 83fd628
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .changelog/v0.56.0/summary.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@

This release upgrades the `ibc-rs` and `tendermint-rs` dependencies to `v0.56.0`
and `v0.40.0`, respectively.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# 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.

## 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 83fd628

Please sign in to comment.