Skip to content

Commit c04bcf6

Browse files
authored
Release v0.35.0 (#144)
* Bump crate version to 0.35.0 * Update changelog
1 parent 5e92b31 commit c04bcf6

File tree

5 files changed

+23
-1
lines changed

5 files changed

+23
-1
lines changed

.changelog/v0.35.0/summary.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
This release updates the IBC-Go protos to v7.3.0, the Cosmos SDK protos to v0.47.5,
2+
and the Interchain Security protos to v3.1.0.
3+
4+
It also adds back the `ibc.lightclients.localhost.v1` proto definition that was
5+
removed in IBC-Go v7.0.0, for users which may need to interact with v1 localhost clients.

CHANGELOG.md

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

3+
## v0.35.0
4+
5+
*September 14th, 2023*
6+
7+
This release updates the IBC-Go protos to v7.3.0, the Cosmos SDK protos to v0.47.5,
8+
and the Interchain Security protos to v3.1.0.
9+
10+
It also adds back the `ibc.lightclients.localhost.v1` proto definition that was
11+
removed in IBC-Go v7.0.0, for users which may need to interact with v1 localhost clients.
12+
13+
### FEATURES
14+
15+
- Bump ibc-go to v7.3.0, Cosmos SDK to 0.47.5 and Interchain Security to v3.1.0
16+
([\#140](https://github.com/cosmos/ibc-proto-rs/pull/140))
17+
- Add proto definition for `ibc.lightclients.localhost.v1`
18+
([\#143](https://github.com/cosmos/ibc-proto-rs/pull/143))
19+
320
## v0.34.1
421

522
*August 29th, 2023*

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.34.1"
3+
version = "0.35.0"
44
authors = ["Informal Systems <[email protected]>"]
55
edition = "2021"
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)