Skip to content

Commit 47f4e50

Browse files
authored
Release v0.48.0 (#235)
1 parent 57d7398 commit 47f4e50

File tree

5 files changed

+19
-1
lines changed

5 files changed

+19
-1
lines changed

.changelog/v0.48.0/summary.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
This release updates `tendermint-proto` to v0.39 and now uses
2+
the `google.protobuf.{Duration, Timestamp}` Protobuf messages
3+
exposed by `tendermint-proto` instead of defining and bundling our own.

CHANGELOG.md

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

3+
## v0.48.0
4+
5+
*September 5th, 2024*
6+
7+
This release updates `tendermint-proto` to v0.39 and now uses
8+
the `google.protobuf.{Duration, Timestamp}` Protobuf messages
9+
exposed by `tendermint-proto` instead of defining and bundling our own.
10+
11+
### BREAKING CHANGES
12+
13+
- Update `tendermint-proto` to v0.39 ([\#227](https://github.com/cosmos/ibc-proto-rs/pull/227))
14+
- Use the `google.protobuf.{Duration, Timestamp}` Protobuf messages
15+
exposed by `tendermint-proto` instead of defining and bundling our own.
16+
([\#226](https://github.com/cosmos/ibc-proto-rs/pull/226))
17+
318
## v0.47.1
419

520
*September 3rd, 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.47.1"
3+
version = "0.48.0"
44
authors = ["Informal Systems <hello@informal.systems>"]
55
edition = "2021"
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)