Skip to content

Commit e1838a4

Browse files
authored
Release v0.37.0 (#153)
1 parent f2adeea commit e1838a4

File tree

5 files changed

+22
-1
lines changed

5 files changed

+22
-1
lines changed

.changelog/v0.37.0/summary.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
*October 4th, 2023*
2+
3+
This release updates `prost` to v0.12 and `tonic` to v0.10,
4+
and makes `serde` an optional dependency, now only enabled with the `serde` feature.

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.37.0
4+
5+
*October 4th, 2023*
6+
7+
This release updates `prost` to v0.12 and `tonic` to v0.10,
8+
and makes `serde` an optional dependency, now only enabled with the `serde` feature.
9+
10+
### FEATURES
11+
12+
- Update `prost` to v0.12 and `tonic` to v0.10
13+
([\#145](https://github.com/cosmos/ibc-proto-rs/issues/145))
14+
15+
### IMPROVEMENTS
16+
17+
- Make `serde` an optional dependency, now only enabled with the `serde` feature
18+
([\#152](https://github.com/cosmos/ibc-proto-rs/pull/152))
19+
320
## v0.36.1
421

522
*September 28th, 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.36.1"
3+
version = "0.37.0"
44
authors = ["Informal Systems <[email protected]>"]
55
edition = "2021"
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)