Skip to content

Commit

Permalink
Release v0.37.1 (#159)
Browse files Browse the repository at this point in the history
* update changelog for v0.37.1 release

* bump version
  • Loading branch information
Farhad-Shabani committed Oct 10, 2023
1 parent 30f49ae commit 1aced72
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .changelog/v0.37.1/summary.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
*October 10th, 2023*

This releases adds `JsonSchema` derivation for the `Any` type.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# CHANGELOG

## v0.37.1

*October 10th, 2023*

This releases adds `JsonSchema` derivation for the `Any` type.

### FEATURES

- Implement `JsonSchema` for the `Any` type
([#156](https://github.com/cosmos/ibc-proto-rs/issues/156))

## v0.37.0

*October 4th, 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.37.0"
version = "0.37.1"
authors = ["Informal Systems <hello@informal.systems>"]
edition = "2021"
license = "Apache-2.0"
Expand Down

0 comments on commit 1aced72

Please sign in to comment.