Skip to content

Commit

Permalink
Prepare release for v0.31.0-alpha.2 (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
romac authored May 3, 2023
1 parent c9cc21b commit 5b8f381
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 5 deletions.

This file was deleted.

2 changes: 1 addition & 1 deletion .changelog/v0.31.0-alpha.1/summary.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Update `tendermint-proto` to v0.32.0
([\#99](https://github.com/cosmos/ibc-proto-rs/issues/99))
10 changes: 10 additions & 0 deletions .changelog/v0.31.0-alpha.2/summary.md
Original file line number Diff line number Diff line change
@@ -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.
19 changes: 18 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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*
Expand All @@ -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

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.31.0-alpha.1"
version = "0.31.0-alpha.2"
authors = ["Informal Systems <[email protected]>"]
edition = "2021"
license = "Apache-2.0"
Expand Down

0 comments on commit 5b8f381

Please sign in to comment.