Skip to content

Commit

Permalink
Release v0.35.0 (#144)
Browse files Browse the repository at this point in the history
* Bump crate version to 0.35.0

* Update changelog
  • Loading branch information
romac authored Sep 14, 2023
1 parent 5e92b31 commit c04bcf6
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changelog/v0.35.0/summary.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
This release updates the IBC-Go protos to v7.3.0, the Cosmos SDK protos to v0.47.5,
and the Interchain Security protos to v3.1.0.

It also adds back the `ibc.lightclients.localhost.v1` proto definition that was
removed in IBC-Go v7.0.0, for users which may need to interact with v1 localhost clients.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# CHANGELOG

## v0.35.0

*September 14th, 2023*

This release updates the IBC-Go protos to v7.3.0, the Cosmos SDK protos to v0.47.5,
and the Interchain Security protos to v3.1.0.

It also adds back the `ibc.lightclients.localhost.v1` proto definition that was
removed in IBC-Go v7.0.0, for users which may need to interact with v1 localhost clients.

### FEATURES

- Bump ibc-go to v7.3.0, Cosmos SDK to 0.47.5 and Interchain Security to v3.1.0
([\#140](https://github.com/cosmos/ibc-proto-rs/pull/140))
- Add proto definition for `ibc.lightclients.localhost.v1`
([\#143](https://github.com/cosmos/ibc-proto-rs/pull/143))

## v0.34.1

*August 29th, 2023*
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ibc-proto"
version = "0.34.1"
version = "0.35.0"
authors = ["Informal Systems <hello@informal.systems>"]
edition = "2021"
license = "Apache-2.0"
Expand Down

0 comments on commit c04bcf6

Please sign in to comment.