Skip to content

Commit 7b3a911

Browse files
committed
chore: Release
1 parent dd178f9 commit 7b3a911

File tree

20 files changed

+94
-91
lines changed

20 files changed

+94
-91
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.0.4] - 2024-06-03
12+
1113
### Fixed
1214

1315
- cosmwasm-std: Fix `Reply` deserialization on CosmWasm 1.x chains ([#2158])
@@ -816,7 +818,8 @@ The CHANGELOG for versions before 1.0.0 was moved to
816818

817819
<!-- next-url -->
818820

819-
[unreleased]: https://github.com/CosmWasm/cosmwasm/compare/v2.0.3...HEAD
821+
[unreleased]: https://github.com/CosmWasm/cosmwasm/compare/v2.0.4...HEAD
822+
[2.0.4]: https://github.com/CosmWasm/cosmwasm/compare/v2.0.3...v2.0.4
820823
[2.0.3]: https://github.com/CosmWasm/cosmwasm/compare/v2.0.2...v2.0.3
821824
[2.0.2]: https://github.com/CosmWasm/cosmwasm/compare/v2.0.1...v2.0.2
822825
[2.0.1]: https://github.com/CosmWasm/cosmwasm/compare/v2.0.0...v2.0.1

Cargo.lock

+7-7
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.0.3"
10+
version = "2.0.4"
1111

1212
[workspace.metadata.release]
1313
shared-version = true

contracts/burner/Cargo.lock

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

contracts/crypto-verify/Cargo.lock

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

contracts/cyberpunk/Cargo.lock

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

contracts/empty/Cargo.lock

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

contracts/floaty/Cargo.lock

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

0 commit comments

Comments
 (0)