Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
chipshort committed Dec 17, 2024
1 parent 31b350c commit b9a149f
Show file tree
Hide file tree
Showing 22 changed files with 133 additions and 130 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ and this project adheres to

## [Unreleased]

## [2.2.0] - 2024-12-17

### Added

- cosmwasm-std: Add `from_msgpack`, `to_msgpack_vec` and `to_msgpack_binary`.
Expand Down Expand Up @@ -958,7 +960,8 @@ The CHANGELOG for versions before 1.0.0 was moved to

<!-- next-url -->

[unreleased]: https://github.com/CosmWasm/cosmwasm/compare/v2.1.3...HEAD
[unreleased]: https://github.com/CosmWasm/cosmwasm/compare/v2.2.0...HEAD
[2.2.0]: https://github.com/CosmWasm/cosmwasm/compare/v2.1.3...v2.2.0
[2.1.3]: https://github.com/CosmWasm/cosmwasm/compare/v2.1.2...v2.1.3
[2.1.2]: https://github.com/CosmWasm/cosmwasm/compare/v2.1.1...v2.1.2
[2.1.1]: https://github.com/CosmWasm/cosmwasm/compare/v2.1.0...v2.1.1
Expand Down
18 changes: 9 additions & 9 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 @@ -7,7 +7,7 @@ exclude = ["contracts"]
resolver = "2"

[workspace.package]
version = "2.2.0-rc.3"
version = "2.2.0"

[workspace.dependencies]
schemars = "0.8.4"
Expand Down
16 changes: 8 additions & 8 deletions contracts/burner/Cargo.lock

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

16 changes: 8 additions & 8 deletions contracts/crypto-verify/Cargo.lock

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

16 changes: 8 additions & 8 deletions contracts/cyberpunk/Cargo.lock

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

16 changes: 8 additions & 8 deletions contracts/empty/Cargo.lock

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

Loading

0 comments on commit b9a149f

Please sign in to comment.