Skip to content

Commit abd06d8

Browse files
committed
chore: Release
1 parent b292984 commit abd06d8

File tree

22 files changed

+118
-115
lines changed

22 files changed

+118
-115
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.1.7] - 2025-03-05
12+
1113
## [2.1.6] - 2025-02-04
1214

1315
### Fixed
@@ -913,7 +915,8 @@ The CHANGELOG for versions before 1.0.0 was moved to
913915

914916
<!-- next-url -->
915917

916-
[unreleased]: https://github.com/CosmWasm/cosmwasm/compare/v2.1.6...HEAD
918+
[unreleased]: https://github.com/CosmWasm/cosmwasm/compare/v2.1.7...HEAD
919+
[2.1.7]: https://github.com/CosmWasm/cosmwasm/compare/v2.1.6...v2.1.7
917920
[2.1.6]: https://github.com/CosmWasm/cosmwasm/compare/v2.1.5...v2.1.6
918921
[2.1.5]: https://github.com/CosmWasm/cosmwasm/compare/v2.1.4...v2.1.5
919922
[2.1.4]: https://github.com/CosmWasm/cosmwasm/compare/v2.1.3...v2.1.4

Cargo.lock

+8-8
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.1.6"
10+
version = "2.1.7"
1111

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

contracts/burner/Cargo.lock

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

contracts/crypto-verify/Cargo.lock

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

contracts/cyberpunk/Cargo.lock

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

contracts/empty/Cargo.lock

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

contracts/floaty/Cargo.lock

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

0 commit comments

Comments
 (0)