Skip to content

Commit dd90b6f

Browse files
committed
chore: Release
1 parent 6c21e02 commit dd90b6f

File tree

22 files changed

+133
-130
lines changed

22 files changed

+133
-130
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ and this project adheres to
88

99
## [Unreleased]
1010

11+
## [2.2.2] - 2025-03-05
12+
1113
### Changed
1214

1315
- cosmwasm-std: Deprecate `abort` feature. The panic handler is now always
@@ -984,7 +986,8 @@ The CHANGELOG for versions before 1.0.0 was moved to
984986

985987
<!-- next-url -->
986988

987-
[unreleased]: https://github.com/CosmWasm/cosmwasm/compare/v2.2.1...HEAD
989+
[unreleased]: https://github.com/CosmWasm/cosmwasm/compare/v2.2.2...HEAD
990+
[2.2.2]: https://github.com/CosmWasm/cosmwasm/compare/v2.2.1...v2.2.2
988991
[2.2.1]: https://github.com/CosmWasm/cosmwasm/compare/v2.2.0...v2.2.1
989992
[2.2.0]: https://github.com/CosmWasm/cosmwasm/compare/v2.1.3...v2.2.0
990993
[2.1.3]: https://github.com/CosmWasm/cosmwasm/compare/v2.1.2...v2.1.3

Cargo.lock

+9-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ exclude = ["contracts"]
77
resolver = "2"
88

99
[workspace.package]
10-
version = "2.2.1"
10+
version = "2.2.2"
1111

1212
[workspace.dependencies]
1313
schemars = "0.8.4"

contracts/burner/Cargo.lock

+8-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

contracts/crypto-verify/Cargo.lock

+8-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

contracts/cyberpunk/Cargo.lock

+8-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

contracts/empty/Cargo.lock

+8-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)