Compare commits

...

4 Commits

Author SHA1 Message Date
Taiki Endo
d211c4be5a Release 2.21.26 2023-12-02 12:12:56 +09:00
Taiki Endo
9e85c49330 Update wasmtime@latest to 15.0.1 2023-12-02 09:20:20 +09:00
Taiki Endo
637f863084 Release 2.21.25 2023-12-01 20:03:57 +09:00
Taiki Endo
6a93379f10 Update dprint@latest to 0.43.2 2023-12-01 11:02:08 +09:00
3 changed files with 60 additions and 6 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.21.26] - 2023-12-02
- Update `wasmtime@latest` to 15.0.1.
## [2.21.25] - 2023-12-01
- Update `dprint@latest` to 0.43.2.
## [2.21.24] - 2023-12-01
- Update `biome@latest` to 1.4.1.
@@ -1475,7 +1483,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.21.24...HEAD
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.21.26...HEAD
[2.21.26]: https://github.com/taiki-e/install-action/compare/v2.21.25...v2.21.26
[2.21.25]: https://github.com/taiki-e/install-action/compare/v2.21.24...v2.21.25
[2.21.24]: https://github.com/taiki-e/install-action/compare/v2.21.23...v2.21.24
[2.21.23]: https://github.com/taiki-e/install-action/compare/v2.21.22...v2.21.23
[2.21.22]: https://github.com/taiki-e/install-action/compare/v2.21.21...v2.21.22

21
manifests/dprint.json generated
View File

@@ -24,10 +24,27 @@
}
},
"latest": {
"version": "0.43.1"
"version": "0.43.2"
},
"0.43": {
"version": "0.43.1"
"version": "0.43.2"
},
"0.43.2": {
"x86_64_linux_musl": {
"checksum": "68bfc2e1c46ebc1794a76dfb99e971ad7461892a875bc3c5ac6da80f871e16e4"
},
"x86_64_macos": {
"checksum": "f860091eb4be0958b23d9aed2010e2a225ccc8d99ad79e408005d4f132d51d4b"
},
"x86_64_windows": {
"checksum": "3a0b473ece37be2b61ecfbe8480cf4af8fb5936c1f2f3125bd12c797950b79c5"
},
"aarch64_linux_musl": {
"checksum": "f8dcf95da927ada9c0f8c360bc5f2644d6f012d37fcc1563a6da26b2a4d95dea"
},
"aarch64_macos": {
"checksum": "de523a8df01b2843d89ddd145463d70c10d813b5a0814b7094022daf14e2b9e7"
}
},
"0.43.1": {
"x86_64_linux_musl": {

View File

@@ -2,13 +2,40 @@
"rust_crate": "wasmtime-cli",
"template": null,
"latest": {
"version": "15.0.0"
"version": "15.0.1"
},
"15": {
"version": "15.0.0"
"version": "15.0.1"
},
"15.0": {
"version": "15.0.0"
"version": "15.0.1"
},
"15.0.1": {
"x86_64_linux_gnu": {
"url": "https://github.com/bytecodealliance/wasmtime/releases/download/v15.0.1/wasmtime-v15.0.1-x86_64-linux.tar.xz",
"checksum": "c42e1fe7c5aaa685e40b31c5d5834a52821729ede40a6af3daf4052967c2ed16",
"bin": "wasmtime-v15.0.1-x86_64-linux/wasmtime"
},
"x86_64_macos": {
"url": "https://github.com/bytecodealliance/wasmtime/releases/download/v15.0.1/wasmtime-v15.0.1-x86_64-macos.tar.xz",
"checksum": "0a8cddf89d4d6c142451e7571779e6a432c7fb343a78b2cba34655b957350bba",
"bin": "wasmtime-v15.0.1-x86_64-macos/wasmtime"
},
"x86_64_windows": {
"url": "https://github.com/bytecodealliance/wasmtime/releases/download/v15.0.1/wasmtime-v15.0.1-x86_64-windows.zip",
"checksum": "fbd32138bfdfba5cac2067dacd4c3a5d4bcac1137e138177e684f6cd8a5ed6b8",
"bin": "wasmtime-v15.0.1-x86_64-windows/wasmtime.exe"
},
"aarch64_linux_gnu": {
"url": "https://github.com/bytecodealliance/wasmtime/releases/download/v15.0.1/wasmtime-v15.0.1-aarch64-linux.tar.xz",
"checksum": "037e9e562f69e81c885337916067a9457a3f6b01e7e6ffc5feefb291794bda38",
"bin": "wasmtime-v15.0.1-aarch64-linux/wasmtime"
},
"aarch64_macos": {
"url": "https://github.com/bytecodealliance/wasmtime/releases/download/v15.0.1/wasmtime-v15.0.1-aarch64-macos.tar.xz",
"checksum": "d0f958d1285b6dff337f4a8c0ef5b282c6484608c712c2ea4482c0b5b87b66af",
"bin": "wasmtime-v15.0.1-aarch64-macos/wasmtime"
}
},
"15.0.0": {
"x86_64_linux_gnu": {