Skip to content

Commit e26e8f4

Browse files
authored
Release_2_3_2 (#244)
1 parent b2a2862 commit e26e8f4

File tree

3 files changed

+44
-20
lines changed

3 files changed

+44
-20
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# Changelog
22

3+
## [v2.3.2](https://github.com/CosmWasm/cw-multi-test/tree/v2.3.2) (2025-03-06)
4+
5+
[Full Changelog](https://github.com/CosmWasm/cw-multi-test/compare/v2.3.1...v2.3.2)
6+
7+
**Key highlights:**
8+
9+
- Enabled switching `staking` feature off in Sylvia (see [\#242](https://github.com/CosmWasm/cw-multi-test/issues/242) for details).
10+
11+
**Closed issues:**
12+
13+
- Make staking module public [\#242](https://github.com/CosmWasm/cw-multi-test/issues/242)
14+
15+
**Merged pull requests:**
16+
17+
- Added additional test for governance module [\#235](https://github.com/CosmWasm/cw-multi-test/pull/235) ([DariuszDepta](https://github.com/DariuszDepta))
18+
- Improved source code documentation [\#236](https://github.com/CosmWasm/cw-multi-test/pull/236) ([DariuszDepta](https://github.com/DariuszDepta))
19+
- Updated table in documentation [\#237](https://github.com/CosmWasm/cw-multi-test/pull/237) ([DariuszDepta](https://github.com/DariuszDepta))
20+
- Additional `AppBuilder` tests [\#238](https://github.com/CosmWasm/cw-multi-test/pull/238) ([DariuszDepta](https://github.com/DariuszDepta))
21+
- Added `bls_*` to `Api` implementors [\#239](https://github.com/CosmWasm/cw-multi-test/pull/239) ([DariuszDepta](https://github.com/DariuszDepta))
22+
- Additional tests for `AppBuilder::with_api` [\#240](https://github.com/CosmWasm/cw-multi-test/pull/240) ([DariuszDepta](https://github.com/DariuszDepta))
23+
- Add additional storage tests [\#241](https://github.com/CosmWasm/cw-multi-test/pull/241) ([DariuszDepta](https://github.com/DariuszDepta))
24+
- Made staking structures public for Sylvia [\#243](https://github.com/CosmWasm/cw-multi-test/pull/243) ([DariuszDepta](https://github.com/DariuszDepta))
25+
26+
327
## [v2.3.1](https://github.com/CosmWasm/cw-multi-test/tree/v2.3.1) (2025-01-23)
428

529
[Full Changelog](https://github.com/CosmWasm/cw-multi-test/compare/v2.3.0...v2.3.1)

Cargo.lock

Lines changed: 17 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cw-multi-test"
3-
version = "2.3.1"
3+
version = "2.3.2"
44
authors = [
55
"Ethan Frey <[email protected]>",
66
"Dariusz Depta <[email protected]>"
@@ -30,8 +30,8 @@ cosmwasm_2_2 = ["cosmwasm_2_1", "cosmwasm-std/cosmwasm_2_2"]
3030
[dependencies]
3131
anyhow = "1.0.97"
3232
bech32 = "0.11.0"
33-
cosmwasm-schema = "2.2.1"
34-
cosmwasm-std = "2.2.1"
33+
cosmwasm-schema = "2.2.2"
34+
cosmwasm-std = "2.2.2"
3535
cw-storage-plus = "2.0.0"
3636
cw-utils = "2.0.0"
3737
itertools = "0.14.0"

0 commit comments

Comments
 (0)