Skip to content

Commit f73a357

Browse files
authored
Release v0.50.0 (#248)
* Update changelog for release v0.50.0 * Bump versions
1 parent 20f98f3 commit f73a357

File tree

6 files changed

+16
-2
lines changed

6 files changed

+16
-2
lines changed

.changelog/v0.50.0/summary.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
*October 23rd, 2024*
2+
3+
This release updates `interchain-security` to `v6.1.0` and `tendermint-proto` to `v0.40.0`.

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# CHANGELOG
22

3+
## v0.50.0
4+
5+
This release updates `interchain-security` to `v6.1.0` and `tendermint-proto` to `v0.40.0`.
6+
7+
### BREAKING CHANGES
8+
9+
- Update `interchain-security` to v6.1.0
10+
([\#245](https://github.com/cosmos/ibc-proto-rs/issues/245))
11+
- Update `tendermint-proto` to `v0.40.0`
12+
([\#246](https://github.com/cosmos/ibc-proto-rs/issues/246))
13+
314
## v0.49.1
415

516
*October 16th, 2024*

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ibc-proto"
3-
version = "0.49.1"
3+
version = "0.50.0"
44
authors = ["Informal Systems <hello@informal.systems>"]
55
edition = "2021"
66
license = "Apache-2.0"

tools/proto-compiler/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ibc-proto-compiler"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
authors = ["Informal Systems <hello@informal.systems>"]
55
edition = "2021"
66
publish = false

0 commit comments

Comments
 (0)