Skip to content

Commit bba58b6

Browse files
committed
chore: Release
1 parent 3b2d49e commit bba58b6

File tree

22 files changed

+118
-115
lines changed

22 files changed

+118
-115
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ and this project adheres to
88

99
## [Unreleased]
1010

11+
## [2.1.6] - 2025-02-04
12+
1113
### Fixed
1214

1315
- cosmwasm-vm: Fix CWA-2025-002.
@@ -911,7 +913,8 @@ The CHANGELOG for versions before 1.0.0 was moved to
911913

912914
<!-- next-url -->
913915

914-
[unreleased]: https://github.com/CosmWasm/cosmwasm/compare/v2.1.5...HEAD
916+
[unreleased]: https://github.com/CosmWasm/cosmwasm/compare/v2.1.6...HEAD
917+
[2.1.6]: https://github.com/CosmWasm/cosmwasm/compare/v2.1.5...v2.1.6
915918
[2.1.5]: https://github.com/CosmWasm/cosmwasm/compare/v2.1.4...v2.1.5
916919
[2.1.4]: https://github.com/CosmWasm/cosmwasm/compare/v2.1.3...v2.1.4
917920
[2.1.3]: https://github.com/CosmWasm/cosmwasm/compare/v2.1.2...v2.1.3

Cargo.lock

Lines changed: 8 additions & 8 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
@@ -7,7 +7,7 @@ exclude = ["contracts"]
77
resolver = "2"
88

99
[workspace.package]
10-
version = "2.1.5"
10+
version = "2.1.6"
1111

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

contracts/burner/Cargo.lock

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

contracts/crypto-verify/Cargo.lock

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

contracts/cyberpunk/Cargo.lock

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

contracts/empty/Cargo.lock

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

contracts/floaty/Cargo.lock

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

0 commit comments

Comments
 (0)