Skip to content

Commit 2722686

Browse files
committed
chore: Release
1 parent b3ecccc commit 2722686

File tree

20 files changed

+90
-87
lines changed

20 files changed

+90
-87
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+
## [1.5.8] - 2024-09-23
12+
1113
### Fixed
1214

1315
- cosmwasm-vm: Fix CWA-2024-007 and CWA-2024-008.
@@ -694,7 +696,8 @@ The CHANGELOG for versions before 1.0.0 was moved to
694696

695697
<!-- next-url -->
696698

697-
[unreleased]: https://github.com/CosmWasm/cosmwasm/compare/v1.5.7...HEAD
699+
[unreleased]: https://github.com/CosmWasm/cosmwasm/compare/v1.5.8...HEAD
700+
[1.5.8]: https://github.com/CosmWasm/cosmwasm/compare/v1.5.7...v1.5.8
698701
[1.5.7]: https://github.com/CosmWasm/cosmwasm/compare/v1.5.6...v1.5.7
699702
[1.5.6]: https://github.com/CosmWasm/cosmwasm/compare/v1.5.5...v1.5.6
700703
[1.5.5]: https://github.com/CosmWasm/cosmwasm/compare/v1.5.4...v1.5.5

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 = "1.5.7"
10+
version = "1.5.8"
1111

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

contracts/burner/Cargo.lock

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

contracts/hackatom/Cargo.lock

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

0 commit comments

Comments
 (0)