Skip to content

Commit

Permalink
Release v0.48.0 (#235)
Browse files Browse the repository at this point in the history
  • Loading branch information
romac authored Sep 5, 2024
1 parent 57d7398 commit 47f4e50
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .changelog/v0.48.0/summary.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
This release updates `tendermint-proto` to v0.39 and now uses
the `google.protobuf.{Duration, Timestamp}` Protobuf messages
exposed by `tendermint-proto` instead of defining and bundling our own.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# CHANGELOG

## v0.48.0

*September 5th, 2024*

This release updates `tendermint-proto` to v0.39 and now uses
the `google.protobuf.{Duration, Timestamp}` Protobuf messages
exposed by `tendermint-proto` instead of defining and bundling our own.

### BREAKING CHANGES

- Update `tendermint-proto` to v0.39 ([\#227](https://github.com/cosmos/ibc-proto-rs/pull/227))
- Use the `google.protobuf.{Duration, Timestamp}` Protobuf messages
exposed by `tendermint-proto` instead of defining and bundling our own.
([\#226](https://github.com/cosmos/ibc-proto-rs/pull/226))

## v0.47.1

*September 3rd, 2024*
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.47.1"
version = "0.48.0"
authors = ["Informal Systems <[email protected]>"]
edition = "2021"
license = "Apache-2.0"
Expand Down

0 comments on commit 47f4e50

Please sign in to comment.