Skip to content

Commit 0aefd3d

Browse files
authored
Merge pull request #904 from CosmWasm/v2.0.0
Release v2.0.0
2 parents 2dfbfb5 + 7cb79fb commit 0aefd3d

3 files changed

Lines changed: 23 additions & 14 deletions

File tree

CHANGELOG.md

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

3+
## [v2.0.0](https://github.com/CosmWasm/cw-plus/tree/v2.0.0) (2024-03-26)
4+
5+
[Full Changelog](https://github.com/CosmWasm/cw-plus/compare/v2.0.0-rc.0...v2.0.0)
6+
7+
**Merged pull requests:**
8+
9+
- Upgraded MultiTest to version 2.0.0 [\#903](https://github.com/CosmWasm/cw-plus/pull/903) ([DariuszDepta](https://github.com/DariuszDepta))
10+
- Align all crates to the 2.0.0 framework [\#902](https://github.com/CosmWasm/cw-plus/pull/902) ([uint](https://github.com/uint))
11+
312
## [v2.0.0-rc.0](https://github.com/CosmWasm/cw-plus/tree/v2.0.0-rc.0) (2024-03-20)
413

514
[Full Changelog](https://github.com/CosmWasm/cw-plus/compare/v1.1.2...v2.0.0-rc.0)

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ members = ["packages/*", "contracts/*"]
55
resolver = "2"
66

77
[workspace.package]
8-
version = "2.0.0-rc.0"
8+
version = "2.0.0"
99

1010
[workspace.dependencies]
1111
cosmwasm-schema = "2.0.0"

0 commit comments

Comments
 (0)