Skip to content

Commit

Permalink
changelog: prepare v0.40.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
erwanor committed Dec 24, 2024
1 parent 8c4db17 commit d577519
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .changelog/0.40.1/bug-fixes/1476-export-v0_37-abci-events.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- [tendermint] export `abci::event::v0_37` to construct `EventAttribute::V037` variants.
([\#1479](https://github.com/informalsystems/tendermint-rs/pull/1479), ([\#1480](https://github.com/informalsystems/tendermint-rs/pull/1480))
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- [tendermint-light-client-js] bump `serde-wasm-bindgen` to `v0.6.5` and `js-sys` to `=v0.3.70` to
fix compilation failure of `wasm-bindgen-test`. ([\#1481](https://github.com/informalsystems/tendermint-rs/pull/1481))
3 changes: 3 additions & 0 deletions .changelog/0.40.1/summary.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
*December 24th, 2024*

This is a bug fix release that address omissions in the `v0.40.0` release.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# CHANGELOG

## 0.40.1

*December 24th, 2024*

This is a bug fix release that address omissions in the `v0.40.0` release.

### BUG FIXES

- [tendermint] export `abci::event::v0_37` to construct `EventAttribute::V037` variants.
([\#1479](https://github.com/informalsystems/tendermint-rs/pull/1479), ([\#1480](https://github.com/informalsystems/tendermint-rs/pull/1480))
- [tendermint-light-client-js] bump `serde-wasm-bindgen` to `v0.6.5` and `js-sys` to `=v0.3.70` to
fix compilation failure of `wasm-bindgen-test`. ([\#1481](https://github.com/informalsystems/tendermint-rs/pull/1481))

## v0.40.0

*October 23rd, 2024*
Expand Down

0 comments on commit d577519

Please sign in to comment.