Skip to content

Commit

Permalink
Merge branch 'main' into remove-publish-script
Browse files Browse the repository at this point in the history
  • Loading branch information
uint committed Mar 27, 2024
2 parents 661ad84 + 0aefd3d commit ded14fc
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 14 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [v2.0.0](https://github.com/CosmWasm/cw-plus/tree/v2.0.0) (2024-03-26)

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

**Merged pull requests:**

- Upgraded MultiTest to version 2.0.0 [\#903](https://github.com/CosmWasm/cw-plus/pull/903) ([DariuszDepta](https://github.com/DariuszDepta))
- Align all crates to the 2.0.0 framework [\#902](https://github.com/CosmWasm/cw-plus/pull/902) ([uint](https://github.com/uint))

## [v2.0.0-rc.0](https://github.com/CosmWasm/cw-plus/tree/v2.0.0-rc.0) (2024-03-20)

[Full Changelog](https://github.com/CosmWasm/cw-plus/compare/v1.1.2...v2.0.0-rc.0)
Expand Down
26 changes: 13 additions & 13 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ members = ["packages/*", "contracts/*"]
resolver = "2"

[workspace.package]
version = "2.0.0-rc.0"
version = "2.0.0"

[workspace.dependencies]
cosmwasm-schema = "2.0.0"
Expand Down

0 comments on commit ded14fc

Please sign in to comment.