Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v0.25.0 #1202

Merged
merged 4 commits into from
Sep 23, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Build changelog
Signed-off-by: Thane Thomson <[email protected]>
  • Loading branch information
thanethomson committed Sep 23, 2022
commit 99100d5cbd7f7f4ea5438cbd47c565213a2317bb
33 changes: 33 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,38 @@
# CHANGELOG

## v0.25.0

*Sep 23, 2022*

This release follows from v0.23.9, with the v0.24 series skipped due to
Tendermint Core [abandoning the v0.35 and v0.36
releases](https://github.com/informalsystems/tendermint-rs/discussions/1179). As
such, it is a non-breaking change, and removes the need to pin one's
tendermint-rs dependencies to a specific version (as was the case for the v0.23
series).

This release still targets compatibility with Tendermint Core v0.34, and
specifically provides compatibility with v0.34.21.

### BUG FIXES

- `[tendermint-rpc]` Fix deserialization of `/block_results` response when it contains evidence for a duplicate vote
([#1194](https://github.com/informalsystems/tendermint-rs/issues/1194))

### DEPENDENCIES

- Unpin `time` dependency
([#1199](https://github.com/informalsystems/tendermint-rs/pull/1199))

### ENHANCEMENTS

- `[proto]` Do not generate types in `google::protobuf`
([#1188](https://github.com/informalsystems/tendermint-rs/issues/1188)).
- Add support for [Tendermint Core
v0.34.21](https://github.com/tendermint/tendermint/blob/v0.34.21/CHANGELOG.md#v03421),
which primarily involves a small addition to the configuration file
([#1198](https://github.com/informalsystems/tendermint-rs/pull/1198))

## v0.23.9

*Aug 5, 2022*
Expand Down