Skip to content

Commit 83fd628

Browse files
chore: prepare v0.56.0 release
1 parent 4a19b80 commit 83fd628

File tree

5 files changed

+14
-4
lines changed

5 files changed

+14
-4
lines changed
File renamed without changes.

.changelog/v0.56.0/summary.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
2+
This release upgrades the `ibc-rs` and `tendermint-rs` dependencies to `v0.56.0`
3+
and `v0.40.0`, respectively.

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.56.0
4+
5+
*November 15, 2024*
6+
7+
This release upgrades the `ibc-rs` and `tendermint-rs` dependencies to `v0.56.0`
8+
and `v0.40.0`, respectively.
9+
310
## v0.55.0
411

512
*October 17, 2024*

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ members = [
77
]
88

99
[workspace.package]
10-
version = "0.55.0"
10+
version = "0.56.0"
1111
license = "Apache-2.0"
1212
edition = "2021"
1313
rust-version = "1.75.0"
@@ -27,7 +27,7 @@ cosmwasm-schema = { version = "2.1.0" }
2727
cw-storage-plus = { version = "2.0.0" }
2828

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

3232
# ibc dependencies
3333
ibc-core = { version = "0.56.0", default-features = false }

0 commit comments

Comments
 (0)