From d57751939837b0d8eb2fba455242b6d805683618 Mon Sep 17 00:00:00 2001 From: Erwan Or Date: Tue, 24 Dec 2024 11:30:49 -0500 Subject: [PATCH] changelog: prepare `v0.40.1.` --- .../bug-fixes/1476-export-v0_37-abci-events.md | 2 ++ .../1481-bump-deps-to-fix-broken-compile.md | 2 ++ .changelog/0.40.1/summary.md | 3 +++ CHANGELOG.md | 13 +++++++++++++ 4 files changed, 20 insertions(+) create mode 100644 .changelog/0.40.1/bug-fixes/1476-export-v0_37-abci-events.md create mode 100644 .changelog/0.40.1/bug-fixes/1481-bump-deps-to-fix-broken-compile.md create mode 100644 .changelog/0.40.1/summary.md diff --git a/.changelog/0.40.1/bug-fixes/1476-export-v0_37-abci-events.md b/.changelog/0.40.1/bug-fixes/1476-export-v0_37-abci-events.md new file mode 100644 index 000000000..c60807bef --- /dev/null +++ b/.changelog/0.40.1/bug-fixes/1476-export-v0_37-abci-events.md @@ -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)) diff --git a/.changelog/0.40.1/bug-fixes/1481-bump-deps-to-fix-broken-compile.md b/.changelog/0.40.1/bug-fixes/1481-bump-deps-to-fix-broken-compile.md new file mode 100644 index 000000000..32d3f1692 --- /dev/null +++ b/.changelog/0.40.1/bug-fixes/1481-bump-deps-to-fix-broken-compile.md @@ -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)) diff --git a/.changelog/0.40.1/summary.md b/.changelog/0.40.1/summary.md new file mode 100644 index 000000000..25c37c0ac --- /dev/null +++ b/.changelog/0.40.1/summary.md @@ -0,0 +1,3 @@ +*December 24th, 2024* + +This is a bug fix release that address omissions in the `v0.40.0` release. diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f66d1135..107ed755c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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*