Compare commits

...

10 Commits

Author SHA1 Message Date
Taiki Endo
d140130aee Release 2.21.27 2023-12-06 03:12:40 +09:00
Taiki Endo
766f3d77c2 Update cargo-no-dev-deps@latest to 0.2.8 2023-12-06 03:09:54 +09:00
Taiki Endo
d1f8e0d7aa Update cargo-minimal-versions@latest to 0.1.22 2023-12-06 03:09:54 +09:00
Taiki Endo
b1695d7796 Update cargo-hack@latest to 0.6.14 2023-12-06 03:09:54 +09:00
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
Taiki Endo
21526ba3bb Release 2.21.24 2023-12-01 10:57:13 +09:00
Taiki Endo
b2ece1ea7b Update biome@latest to 1.4.1 2023-12-01 09:23:04 +09:00
7 changed files with 169 additions and 15 deletions

View File

@@ -10,6 +10,26 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
## [Unreleased]
## [2.21.27] - 2023-12-05
- Update `cargo-no-dev-deps@latest` to 0.2.8.
- Update `cargo-minimal-versions@latest` to 0.1.22.
- Update `cargo-hack@latest` to 0.6.14.
## [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.
## [2.21.23] - 2023-11-30
- Update `mdbook@latest` to 0.4.36.
@@ -1471,7 +1491,11 @@ 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.23...HEAD
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.21.27...HEAD
[2.21.27]: https://github.com/taiki-e/install-action/compare/v2.21.26...v2.21.27
[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
[2.21.21]: https://github.com/taiki-e/install-action/compare/v2.21.20...v2.21.21

26
manifests/biome.json generated
View File

@@ -27,13 +27,33 @@
}
},
"latest": {
"version": "1.4.0"
"version": "1.4.1"
},
"1": {
"version": "1.4.0"
"version": "1.4.1"
},
"1.4": {
"version": "1.4.0"
"version": "1.4.1"
},
"1.4.1": {
"x86_64_linux_gnu": {
"checksum": "2995159aebcb7ddd116b098a1a0a459d1a8681aaa878623fb5390cc0dd0e414a"
},
"x86_64_macos": {
"checksum": "7e40b33cf4553d32a9eb2ebf021ebfebcf84690b4a195a97cdd4a73ffaa60daa"
},
"x86_64_windows": {
"checksum": "53af2ef1a14f73f506b516545eedd73880d1a382ca1e031aa38cc016947e6f9f"
},
"aarch64_linux_gnu": {
"checksum": "8f2712e303877594a9401ce392724f8b8c94d533b6f5902d9cbdd149e4fbd794"
},
"aarch64_macos": {
"checksum": "edd8b651084058977988fa3b5cbfc0c6a87175fa7ad3b4554636530b9ea84178"
},
"aarch64_windows": {
"checksum": "1c591c0566d2b09cfa7a5bfbac4c958784fe9a81b0d2b4df241e999c7f201ed9"
}
},
"1.4.0": {
"x86_64_linux_gnu": {

View File

@@ -2,10 +2,36 @@
"rust_crate": "cargo-hack",
"template": null,
"latest": {
"version": "0.6.13"
"version": "0.6.14"
},
"0.6": {
"version": "0.6.13"
"version": "0.6.14"
},
"0.6.14": {
"x86_64_linux_musl": {
"url": "https://github.com/taiki-e/cargo-hack/releases/download/v0.6.14/cargo-hack-x86_64-unknown-linux-musl.tar.gz",
"checksum": "d07d7e98951ff243b8ab47f45b17b1b54a7cae50e39d95f55d0fc3eb98dee1ff"
},
"x86_64_macos": {
"url": "https://github.com/taiki-e/cargo-hack/releases/download/v0.6.14/cargo-hack-x86_64-apple-darwin.tar.gz",
"checksum": "9df554f62bbf62635829940668d10280d726da86d8eba03a57c6b2fbd9680f11"
},
"x86_64_windows": {
"url": "https://github.com/taiki-e/cargo-hack/releases/download/v0.6.14/cargo-hack-x86_64-pc-windows-msvc.tar.gz",
"checksum": "fc71362f47361f4079b12960caebf8a58aae499420ab49234a7e9250a8a0d1ca"
},
"aarch64_linux_musl": {
"url": "https://github.com/taiki-e/cargo-hack/releases/download/v0.6.14/cargo-hack-aarch64-unknown-linux-musl.tar.gz",
"checksum": "2e55ca53580b30c6b674eeb0bfb1e7c6648cbc4289f8c52e720ebaabb93b0fd9"
},
"aarch64_macos": {
"url": "https://github.com/taiki-e/cargo-hack/releases/download/v0.6.14/cargo-hack-aarch64-apple-darwin.tar.gz",
"checksum": "273c15582d811d4040bd85246bf89eed75a01d04542e409f04b25e1060cd128e"
},
"aarch64_windows": {
"url": "https://github.com/taiki-e/cargo-hack/releases/download/v0.6.14/cargo-hack-aarch64-pc-windows-msvc.tar.gz",
"checksum": "47aeb67c6f4335e343d4f71a09d09c85e921fe9e49484dd603e168d482a93a1d"
}
},
"0.6.13": {
"x86_64_linux_musl": {

View File

@@ -21,10 +21,30 @@
}
},
"latest": {
"version": "0.1.21"
"version": "0.1.22"
},
"0.1": {
"version": "0.1.21"
"version": "0.1.22"
},
"0.1.22": {
"x86_64_linux_musl": {
"checksum": "87ea60d0e93e239688f23585d238d351702dc0fbe9d3376e460f381aafe95549"
},
"x86_64_macos": {
"checksum": "9937c3fc4f8354561a816080da117b948e98571d480bf28eea7ee86513a7e337"
},
"x86_64_windows": {
"checksum": "4a6d2f085d650cfa686d35776f361e1576e0cdea69db8aba8258cdf3c612ac7d"
},
"aarch64_linux_musl": {
"checksum": "7ff801179220876cd5e34f21acc45d6edb3c3a992b9c10718f93522dc5ae9462"
},
"aarch64_macos": {
"checksum": "ca6309a4137229490e885e761d012b03a6aec1b9cc05b97f62f4a21aefb57535"
},
"aarch64_windows": {
"checksum": "5ef9f17dfa16ccf0c85497cef34c9d7bab7840ef3f2947b162d1e45f4c2eb28a"
}
},
"0.1.21": {
"x86_64_linux_musl": {

View File

@@ -21,10 +21,30 @@
}
},
"latest": {
"version": "0.2.7"
"version": "0.2.8"
},
"0.2": {
"version": "0.2.7"
"version": "0.2.8"
},
"0.2.8": {
"x86_64_linux_musl": {
"checksum": "9758f7c3561dbb51397862f54d13cde4ed5dc1dbb5b18415316eeec51847ad1d"
},
"x86_64_macos": {
"checksum": "d7e7a8a3d8500ab64c4e19d8c3756d5d4bf7a50c92fa5b9e4bcce0bb47207645"
},
"x86_64_windows": {
"checksum": "386c53aa959ee1b0a7fe78a1b4685b3dafbf5fecc1fb9e0896d84ca28701e3a7"
},
"aarch64_linux_musl": {
"checksum": "60b5752c8a0aeaa71117f293c2f49d8356123eb41e0306db51a6382d0d21a7c5"
},
"aarch64_macos": {
"checksum": "c838c166e668ec0ce5bdc69de19954314749a98e590118c174e921549babc23f"
},
"aarch64_windows": {
"checksum": "31bffb78b63dcc0bd5f1938f576c2c2cbc56a161168e7bf038eace8e19d008b2"
}
},
"0.2.7": {
"x86_64_linux_musl": {

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": {