Skip to content

Commit

Permalink
Release v0.40.0 (#168)
Browse files Browse the repository at this point in the history
* Update `informalsystems-pbjson` to v0.7.0

* Bump version to v0.40.0.

* Update changelog
  • Loading branch information
romac committed Dec 29, 2023
1 parent 419e3a3 commit bf9e413
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 4 deletions.

This file was deleted.

4 changes: 4 additions & 0 deletions .changelog/v0.40.0/breaking-changes/166-protojson-support.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- Added ProtoJSON support.
The `serde` feature flag now abides by [Protobuf JSON rules](https://protobuf.dev/programming-guides/proto3/#json)
when it comes to JSON serialization/deserialization.
([#166](https://github.com/cosmos/ibc-proto-rs/pull/166))
1 change: 1 addition & 0 deletions .changelog/v0.40.0/summary.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*December 29th, 2023*
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# CHANGELOG

## v0.40.0

*December 29th, 2023*

### BREAKING CHANGES

- Added ProtoJSON support.
The `serde` feature flag now abides by [Protobuf JSON rules](https://protobuf.dev/programming-guides/proto3/#json)
when it comes to JSON serialization/deserialization.
([#166](https://github.com/cosmos/ibc-proto-rs/pull/166))

## v0.39.1

*November 22nd, 2023*
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ibc-proto"
version = "0.39.1"
version = "0.40.0"
authors = ["Informal Systems <hello@informal.systems>"]
edition = "2021"
license = "Apache-2.0"
Expand Down Expand Up @@ -37,7 +37,7 @@ subtle-encoding = { version = "0.5", default-features = false }
base64 = { version = "0.21", default-features = false, features = ["alloc"] }
flex-error = { version = "0.4", default-features = false }
ics23 = { version = "0.11.0", default-features = false }
informalsystems-pbjson = { version = "0.6.0", optional = true, default-features = false }
informalsystems-pbjson = { version = "0.7.0", optional = true, default-features = false }

## Optional: enabled by the `parity-scale-codec` feature
parity-scale-codec = { version = "3.0.0", default-features = false, features = ["full"], optional = true }
Expand Down

0 comments on commit bf9e413

Please sign in to comment.