Skip to content

Commit 74a568d

Browse files
committed
chore: Release
1 parent fc5f298 commit 74a568d

File tree

25 files changed

+180
-177
lines changed

25 files changed

+180
-177
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+
## [3.0.1] - 2025-06-26
12+
1113
## Added
1214

1315
- cosmwasm-std: Add missing export for `ValidatorMetadata` ([#2511])
@@ -1306,7 +1308,8 @@ The CHANGELOG for versions before 1.0.0 was moved to
13061308

13071309
<!-- next-url -->
13081310

1309-
[unreleased]: https://github.com/CosmWasm/cosmwasm/compare/v3.0.0...HEAD
1311+
[unreleased]: https://github.com/CosmWasm/cosmwasm/compare/v3.0.1...HEAD
1312+
[3.0.1]: https://github.com/CosmWasm/cosmwasm/compare/v3.0.0...v3.0.1
13101313
[3.0.0]: https://github.com/CosmWasm/cosmwasm/compare/v2.2.0...v3.0.0
13111314
[2.2.0]: https://github.com/CosmWasm/cosmwasm/compare/v2.1.5...v2.2.0
13121315
[2.1.5]: https://github.com/CosmWasm/cosmwasm/compare/v2.1.4...v2.1.5

Cargo.lock

Lines changed: 11 additions & 11 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 = "3.0.0"
10+
version = "3.0.1"
1111

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

contracts/burner/Cargo.lock

Lines changed: 10 additions & 10 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: 10 additions & 10 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: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)