Compare commits

...

3 Commits

Author SHA1 Message Date
Taiki Endo
100e23f1d0 Release 2.40.2 2024-06-21 10:37:33 +09:00
Taiki Endo
ee46a3debe Update zola@latest to 0.19.0 2024-06-21 10:16:25 +09:00
Taiki Endo
5729c89463 Update wasmtime@latest to 22.0.0 2024-06-21 03:27:57 +09:00
3 changed files with 50 additions and 3 deletions

View File

@@ -10,6 +10,12 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
## [Unreleased] ## [Unreleased]
## [2.40.2] - 2024-06-21
- Update `zola@latest` to 0.19.0.
- Update `wasmtime@latest` to 22.0.0.
## [2.40.1] - 2024-06-20 ## [2.40.1] - 2024-06-20
- Update `cargo-zigbuild@latest` to 0.19.0. - Update `cargo-zigbuild@latest` to 0.19.0.
@@ -2364,7 +2370,8 @@ Note: This release is considered a breaking change because installing on version
Initial release Initial release
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.40.1...HEAD [Unreleased]: https://github.com/taiki-e/install-action/compare/v2.40.2...HEAD
[2.40.2]: https://github.com/taiki-e/install-action/compare/v2.40.1...v2.40.2
[2.40.1]: https://github.com/taiki-e/install-action/compare/v2.40.0...v2.40.1 [2.40.1]: https://github.com/taiki-e/install-action/compare/v2.40.0...v2.40.1
[2.40.0]: https://github.com/taiki-e/install-action/compare/v2.39.2...v2.40.0 [2.40.0]: https://github.com/taiki-e/install-action/compare/v2.39.2...v2.40.0
[2.39.2]: https://github.com/taiki-e/install-action/compare/v2.39.1...v2.39.2 [2.39.2]: https://github.com/taiki-e/install-action/compare/v2.39.1...v2.39.2

View File

@@ -24,7 +24,30 @@
}, },
"license_markdown": "[Apache-2.0 WITH LLVM-exception](https://github.com/bytecodealliance/wasmtime/blob/main/LICENSE)", "license_markdown": "[Apache-2.0 WITH LLVM-exception](https://github.com/bytecodealliance/wasmtime/blob/main/LICENSE)",
"latest": { "latest": {
"version": "21.0.1" "version": "22.0.0"
},
"22": {
"version": "22.0.0"
},
"22.0": {
"version": "22.0.0"
},
"22.0.0": {
"x86_64_linux_gnu": {
"checksum": "415d09d77f5375a6c5f6a1fc102bbaf3fe8e830b438690e6ea59a7d690458dea"
},
"x86_64_macos": {
"checksum": "2d39c488e391c1e18875a0aa22db0f2b3c737002beb83712639ff608666fccea"
},
"x86_64_windows": {
"checksum": "87c9d8dd42cc5506edbe9736fb098f8d960606c85d4608d543dd07f79194f35e"
},
"aarch64_linux_gnu": {
"checksum": "0c4bc38070d856a6cfc4b4ec6344b1f5de8cffdde875550c285010d645f24330"
},
"aarch64_macos": {
"checksum": "891552cd21d08f330b872ef462bd7ac3903b668f4461cf0de0d16a175b40f57f"
}
}, },
"21": { "21": {
"version": "21.0.1" "version": "21.0.1"

19
manifests/zola.json generated
View File

@@ -16,7 +16,24 @@
}, },
"license_markdown": "[MIT](https://github.com/getzola/zola/blob/master/LICENSE)", "license_markdown": "[MIT](https://github.com/getzola/zola/blob/master/LICENSE)",
"latest": { "latest": {
"version": "0.18.0" "version": "0.19.0"
},
"0.19": {
"version": "0.19.0"
},
"0.19.0": {
"x86_64_linux_gnu": {
"checksum": "5d26b7c63d36bcfc42a2db41d35cdd7bbde1762571ee936a89d155d7fd600f77"
},
"x86_64_macos": {
"checksum": "96cc5501541cc220c0e3d234f5c8b869afbba90ff6a10923824dfbb51f87f487"
},
"x86_64_windows": {
"checksum": "831adf641d2c691aa95771285f13fdbff8897d481084b360c49a9d933e81cec8"
},
"aarch64_macos": {
"checksum": "c57d5c6b6ed55fa1eb04ed8bc17432bff9d0ca0d96558c0c476edbef7fc77d95"
}
}, },
"0.18": { "0.18": {
"version": "0.18.0" "version": "0.18.0"