Compare commits

...

4 Commits

Author SHA1 Message Date
Taiki Endo
254997108a Release 2.22.9 2023-12-21 10:55:08 +09:00
Taiki Endo
f8cedcbbda Update wasmtime@latest to 16.0.0 2023-12-21 09:20:55 +09:00
Taiki Endo
57fbff3bfb Release 2.22.8 2023-12-20 20:42:30 +09:00
Taiki Endo
900d5c4607 Update just@latest to 1.17.0 2023-12-20 15:09:39 +09:00
3 changed files with 67 additions and 4 deletions

View File

@@ -10,6 +10,14 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
## [Unreleased]
## [2.22.9] - 2023-12-21
- Update `wasmtime@latest` to 16.0.0.
## [2.22.8] - 2023-12-20
- Update `just@latest` to 1.17.0.
## [2.22.7] - 2023-12-19
- Update `zola@latest` to 0.18.0.
@@ -1529,7 +1537,9 @@ Note: This release is considered a breaking change because installing on version
Initial release
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.22.7...HEAD
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.22.9...HEAD
[2.22.9]: https://github.com/taiki-e/install-action/compare/v2.22.8...v2.22.9
[2.22.8]: https://github.com/taiki-e/install-action/compare/v2.22.7...v2.22.8
[2.22.7]: https://github.com/taiki-e/install-action/compare/v2.22.6...v2.22.7
[2.22.6]: https://github.com/taiki-e/install-action/compare/v2.22.5...v2.22.6
[2.22.5]: https://github.com/taiki-e/install-action/compare/v2.22.4...v2.22.5

24
manifests/just.json generated
View File

@@ -18,10 +18,30 @@
}
},
"latest": {
"version": "1.16.0"
"version": "1.17.0"
},
"1": {
"version": "1.16.0"
"version": "1.17.0"
},
"1.17": {
"version": "1.17.0"
},
"1.17.0": {
"x86_64_linux_musl": {
"checksum": "dac0ae3850b6a68c927930b956be5bc17250f01853be4338bd3277c3f57df743"
},
"x86_64_macos": {
"checksum": "3dd5b14275b940f26b0a6223d9f4cb41a93acfe22282d7ff3fd4bb3e1e742e84"
},
"x86_64_windows": {
"checksum": "7e2fd34d9be9247a8f962954e1d47aede2774bbd3aa1619015fa822150943ef3"
},
"aarch64_linux_musl": {
"checksum": "11c5822d0826034b129ee80af687a3934622fcf6127920b814567202d0000e93"
},
"aarch64_macos": {
"checksum": "1e04d68431762b8898e73f5c9a34e1541132789b719d95063cbf2ac259dffb27"
}
},
"1.16": {
"version": "1.16.0"

View File

@@ -2,7 +2,40 @@
"rust_crate": "wasmtime-cli",
"template": null,
"latest": {
"version": "15.0.1"
"version": "16.0.0"
},
"16": {
"version": "16.0.0"
},
"16.0": {
"version": "16.0.0"
},
"16.0.0": {
"x86_64_linux_gnu": {
"url": "https://github.com/bytecodealliance/wasmtime/releases/download/v16.0.0/wasmtime-v16.0.0-x86_64-linux.tar.xz",
"checksum": "7bb4c78977a711b3af820e7e120e05b63124b0c9707f82b39ec02252caa01504",
"bin": "wasmtime-v16.0.0-x86_64-linux/wasmtime"
},
"x86_64_macos": {
"url": "https://github.com/bytecodealliance/wasmtime/releases/download/v16.0.0/wasmtime-v16.0.0-x86_64-macos.tar.xz",
"checksum": "5a0f814a7124407166212866bc5fa381a2e615bc05152e5c749986a2697c5a61",
"bin": "wasmtime-v16.0.0-x86_64-macos/wasmtime"
},
"x86_64_windows": {
"url": "https://github.com/bytecodealliance/wasmtime/releases/download/v16.0.0/wasmtime-v16.0.0-x86_64-windows.zip",
"checksum": "c6a4a247fbe50ba306dcaf91327e3f4eceac007554739648cf09542f87c12efb",
"bin": "wasmtime-v16.0.0-x86_64-windows/wasmtime.exe"
},
"aarch64_linux_gnu": {
"url": "https://github.com/bytecodealliance/wasmtime/releases/download/v16.0.0/wasmtime-v16.0.0-aarch64-linux.tar.xz",
"checksum": "b21cc534b3dc89e6abcfca9981f9a0a156291b2418d2ef45390dd59013a98adc",
"bin": "wasmtime-v16.0.0-aarch64-linux/wasmtime"
},
"aarch64_macos": {
"url": "https://github.com/bytecodealliance/wasmtime/releases/download/v16.0.0/wasmtime-v16.0.0-aarch64-macos.tar.xz",
"checksum": "a9d5b7e75d7b8877390b9b0b078fe995d721d86ea9f11fc97a43fc1a3352b0c3",
"bin": "wasmtime-v16.0.0-aarch64-macos/wasmtime"
}
},
"15": {
"version": "15.0.1"