diff --git a/.changelog/unreleased/breaking-changes/99-tendermint-proto-0.32.md b/.changelog/unreleased/breaking-changes/99-tendermint-proto-0.32.md deleted file mode 100644 index feab681b..00000000 --- a/.changelog/unreleased/breaking-changes/99-tendermint-proto-0.32.md +++ /dev/null @@ -1,2 +0,0 @@ -- Update `tendermint-proto` to v0.32.0 ([\#99](https://github.com/cosmos/ibc- - proto-rs/issues/99)) \ No newline at end of file diff --git a/.changelog/v0.31.0-alpha.1/summary.md b/.changelog/v0.31.0-alpha.1/summary.md index 610ee320..6a88ed83 100644 --- a/.changelog/v0.31.0-alpha.1/summary.md +++ b/.changelog/v0.31.0-alpha.1/summary.md @@ -9,4 +9,4 @@ Moreover, because the code generated by `pbjson-build` is not `no_std` compatibl > **Warning** > Do no update this alpha release if you are depending on JSON serialization being available in `no_std` context. -> Instead, wait until thee final v0.31.0 release which will restore JSON serialization in `no_std` context. +> Instead, wait until the final v0.31.0 release which will restore JSON serialization in `no_std` context. diff --git a/.changelog/v0.31.0-alpha.2/breaking-changes/99-tendermint-proto-0.32.md b/.changelog/v0.31.0-alpha.2/breaking-changes/99-tendermint-proto-0.32.md new file mode 100644 index 00000000..bfd0742f --- /dev/null +++ b/.changelog/v0.31.0-alpha.2/breaking-changes/99-tendermint-proto-0.32.md @@ -0,0 +1,2 @@ +- Update `tendermint-proto` to v0.32.0 + ([\#99](https://github.com/cosmos/ibc-proto-rs/issues/99)) diff --git a/.changelog/v0.31.0-alpha.2/summary.md b/.changelog/v0.31.0-alpha.2/summary.md new file mode 100644 index 00000000..6ac59c4a --- /dev/null +++ b/.changelog/v0.31.0-alpha.2/summary.md @@ -0,0 +1,10 @@ +*May 3rd, 2023* + +This is the second alpha release of `ibc-proto` v0.31.0. + +It only updates the `tendermint-proto` version to v0.32.0. + +> **Warning** +> Do no update this alpha release if you are depending on JSON serialization being available in `no_std` context. +> Instead, wait until the final v0.31.0 release which will restore JSON serialization in `no_std` context. + diff --git a/CHANGELOG.md b/CHANGELOG.md index 33aa3a87..953e1164 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # CHANGELOG +## v0.31.0-alpha.2 + +*May 3rd, 2023* + +This is the second alpha release of `ibc-proto` v0.31.0. + +It only updates the `tendermint-proto` version to v0.32.0. + +> **Warning** +> Do no update this alpha release if you are depending on JSON serialization being available in `no_std` context. +> Instead, wait until the final v0.31.0 release which will restore JSON serialization in `no_std` context. + +### BREAKING CHANGES + +- Update `tendermint-proto` to v0.32.0 + ([\#99](https://github.com/cosmos/ibc-proto-rs/issues/99)) + ## v0.31.0-alpha.1 *May 1st, 2023* @@ -15,7 +32,7 @@ Moreover, because the code generated by `pbjson-build` is not `no_std` compatibl > **Warning** > Do no update this alpha release if you are depending on JSON serialization being available in `no_std` context. -> Instead, wait until thee final v0.31.0 release which will restore JSON serialization in `no_std` context. +> Instead, wait until the final v0.31.0 release which will restore JSON serialization in `no_std` context. ### BREAKING CHANGES diff --git a/Cargo.toml b/Cargo.toml index 95b39bfd..8cf555e0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ibc-proto" -version = "0.31.0-alpha.1" +version = "0.31.0-alpha.2" authors = ["Informal Systems "] edition = "2021" license = "Apache-2.0"