Compare commits

...

11 Commits

Author SHA1 Message Date
Taiki Endo
36f1b7ecb5 Release 2.44.19 2024-10-03 21:33:40 +09:00
Taiki Endo
1b2de19fd1 Update release-plz@latest to 0.3.95 2024-10-03 21:17:19 +09:00
Taiki Endo
f6a23c8aa8 Update cargo-nextest@latest to 0.9.79 2024-10-03 12:36:33 +09:00
Taiki Endo
07b43ed508 Release 2.44.18 2024-10-02 20:05:40 +09:00
Taiki Endo
d5921adf72 Update osv-scanner@latest to 1.9.0 2024-10-02 18:12:30 +09:00
Taiki Endo
42c270942d Release 2.44.17 2024-10-02 04:30:15 +09:00
Taiki Endo
2fac102626 Update release-plz@latest to 0.3.94 2024-10-02 03:15:56 +09:00
Taiki Endo
d3f7f6bfbe Release 2.44.16 2024-10-02 00:38:00 +09:00
Taiki Endo
478ddf2e86 Update biome@latest to 1.9.3 2024-10-02 00:12:28 +09:00
Taiki Endo
638d0bf357 Release 2.44.15 2024-10-01 10:54:07 +09:00
Taiki Endo
d6aa4ce660 Update typos@latest to 1.25.0 2024-10-01 10:48:53 +09:00
6 changed files with 196 additions and 12 deletions

View File

@@ -10,6 +10,28 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
## [Unreleased]
## [2.44.19] - 2024-10-03
- Update `release-plz@latest` to 0.3.95.
- Update `cargo-nextest@latest` to 0.9.79.
## [2.44.18] - 2024-10-02
- Update `osv-scanner@latest` to 1.9.0.
## [2.44.17] - 2024-10-01
- Update `release-plz@latest` to 0.3.94.
## [2.44.16] - 2024-10-01
- Update `biome@latest` to 1.9.3.
## [2.44.15] - 2024-10-01
- Update `typos@latest` to 1.25.0.
## [2.44.14] - 2024-10-01
- Update `just@latest` to 1.36.0.
@@ -2806,7 +2828,12 @@ Note: This release is considered a breaking change because installing on version
Initial release
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.44.14...HEAD
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.44.19...HEAD
[2.44.19]: https://github.com/taiki-e/install-action/compare/v2.44.18...v2.44.19
[2.44.18]: https://github.com/taiki-e/install-action/compare/v2.44.17...v2.44.18
[2.44.17]: https://github.com/taiki-e/install-action/compare/v2.44.16...v2.44.17
[2.44.16]: https://github.com/taiki-e/install-action/compare/v2.44.15...v2.44.16
[2.44.15]: https://github.com/taiki-e/install-action/compare/v2.44.14...v2.44.15
[2.44.14]: https://github.com/taiki-e/install-action/compare/v2.44.13...v2.44.14
[2.44.13]: https://github.com/taiki-e/install-action/compare/v2.44.12...v2.44.13
[2.44.12]: https://github.com/taiki-e/install-action/compare/v2.44.11...v2.44.12

32
manifests/biome.json generated
View File

@@ -36,13 +36,39 @@
},
"license_markdown": "[Apache-2.0](https://github.com/biomejs/biome/blob/main/LICENSE-APACHE) OR [MIT](https://github.com/biomejs/biome/blob/main/LICENSE-MIT)",
"latest": {
"version": "1.9.2"
"version": "1.9.3"
},
"1": {
"version": "1.9.2"
"version": "1.9.3"
},
"1.9": {
"version": "1.9.2"
"version": "1.9.3"
},
"1.9.3": {
"x86_64_linux_musl": {
"etag": "0x8DCE2208C420047",
"checksum": "848ea1768bcae3cf3e4924c9335810013bebf7b2157430ab6c33fae4e5b3bfd5"
},
"x86_64_macos": {
"etag": "0x8DCE2208C565BC5",
"checksum": "4c99bd90cc559cb3389859dabdbfae84b7baf8f4b8176eee584994c1cc4b5edd"
},
"x86_64_windows": {
"etag": "0x8DCE2208C479F4F",
"checksum": "7e3a522d3400f9f7a7d1369ee11d101dc5d8243d439a25de9fd6dca868351a88"
},
"aarch64_linux_musl": {
"etag": "0x8DCE2208C4E7561",
"checksum": "4365bb2a368e851580ccaac9b2673dfb7d4af65a155da7fbe1052b0cd6208f45"
},
"aarch64_macos": {
"etag": "0x8DCE2208C3B2A2C",
"checksum": "e0dd5aa3b34d480dd847f9772373e924e0b709cd58151b80ae412889bf2a5c0c"
},
"aarch64_windows": {
"etag": "0x8DCE2208C3B034F",
"checksum": "ee0088ba7f1e429126443c33c01dada0fc15c1d118cd0c8f340a15709d27a968"
}
},
"1.9.2": {
"x86_64_linux_musl": {

View File

@@ -19,10 +19,33 @@
},
"license_markdown": "[Apache-2.0](https://github.com/nextest-rs/nextest/blob/main/LICENSE-APACHE) OR [MIT](https://github.com/nextest-rs/nextest/blob/main/LICENSE-MIT)",
"latest": {
"version": "0.9.78"
"version": "0.9.79"
},
"0.9": {
"version": "0.9.78"
"version": "0.9.79"
},
"0.9.79": {
"previous_stable_version": "0.9.78",
"x86_64_linux_gnu": {
"etag": "0x8DCE35506D29FF5",
"checksum": "b6617241fa8f6774698ce439c05ff82f81da3995ac146ffab2bd1ced220cf0b2"
},
"x86_64_linux_musl": {
"etag": "0x8DCE355344F2B87",
"checksum": "eb6f702999f13e2b91a574ad4e3a673d6c31cd4b808f50500948dfcd402f27d5"
},
"x86_64_macos": {
"etag": "0x8DCE35500CF5E02",
"checksum": "705a853f458b5c788571ef205a1d4c88367609440ca6097ced31a0e4f4d65824"
},
"x86_64_windows": {
"etag": "0x8DCE3555527F0CF",
"checksum": "8077549ed69b6e992c0e30bf512b2e743371b78794620503cf2e42ec6e5763ad"
},
"aarch64_linux_gnu": {
"etag": "0x8DCE3550CA95F33",
"checksum": "68664be9ecbc093ac143aa0922cce0514bb7c9bb439b1c551ad287769e8bd972"
}
},
"0.9.78": {
"previous_stable_version": "0.9.77",

View File

@@ -3,10 +3,45 @@
"template": null,
"license_markdown": "[Apache-2.0](https://github.com/google/osv-scanner/blob/main/LICENSE)",
"latest": {
"version": "1.8.5"
"version": "1.9.0"
},
"1": {
"version": "1.8.5"
"version": "1.9.0"
},
"1.9": {
"version": "1.9.0"
},
"1.9.0": {
"x86_64_linux_musl": {
"url": "https://github.com/google/osv-scanner/releases/download/v1.9.0/osv-scanner_linux_amd64",
"etag": "0x8DCE2A90F0DFBEF",
"checksum": "d9c1deedc23372a25049458e1e2f2bb9ad4098e2e2038118b9fec42f28f93ffb"
},
"x86_64_macos": {
"url": "https://github.com/google/osv-scanner/releases/download/v1.9.0/osv-scanner_darwin_amd64",
"etag": "0x8DCE2A90F2B0027",
"checksum": "666a59193441f86a0a55317dc11eb8815a80e2823576b8c38ab56156cb911f6a"
},
"x86_64_windows": {
"url": "https://github.com/google/osv-scanner/releases/download/v1.9.0/osv-scanner_windows_amd64.exe",
"etag": "0x8DCE2A90F428C54",
"checksum": "19153d3a0181b3080e89d800dbf5f4e29cc97bb9b1251ca98cc791caecb336c6"
},
"aarch64_linux_musl": {
"url": "https://github.com/google/osv-scanner/releases/download/v1.9.0/osv-scanner_linux_arm64",
"etag": "0x8DCE2A90F174043",
"checksum": "7e41bfc8960b6ee8968af9d4d5cc3670dff07d2af443ba33e1fc83ee72e360ba"
},
"aarch64_macos": {
"url": "https://github.com/google/osv-scanner/releases/download/v1.9.0/osv-scanner_darwin_arm64",
"etag": "0x8DCE2A91014F4B7",
"checksum": "3a4f214675044d0605807b378a2c53773486313d27e32f38da0b3c330f8055f3"
},
"aarch64_windows": {
"url": "https://github.com/google/osv-scanner/releases/download/v1.9.0/osv-scanner_windows_arm64.exe",
"etag": "0x8DCE2A91020CE41",
"checksum": "ae215907feaf7ca7de8083430769725772acd508f16751a247b467b150249fb8"
}
},
"1.8": {
"version": "1.8.5"

View File

@@ -22,10 +22,62 @@
},
"license_markdown": "[MIT](https://github.com/MarcoIeni/release-plz/blob/main/LICENSE-MIT) OR [Apache-2.0](https://github.com/MarcoIeni/release-plz/blob/main/LICENSE-APACHE)",
"latest": {
"version": "0.3.93"
"version": "0.3.95"
},
"0.3": {
"version": "0.3.93"
"version": "0.3.95"
},
"0.3.95": {
"x86_64_linux_musl": {
"etag": "0x8DCE38DAC4953BF",
"checksum": "e8d9b82a3bf4922e2229cee4dc1691ff808af2c8b1d81267cdaef063e41d2de5"
},
"x86_64_macos": {
"etag": "0x8DCE38DE880EABF",
"checksum": "7ab28db5e6bc094556e20247ddd7845a96c7d4cd091e0586b6a7907c0d338901"
},
"x86_64_windows": {
"etag": "0x8DCE38E455B3608",
"checksum": "96d311cf5874e56064b1c8e89d66133c4712bcfb9d906660084a92fbaf19bba8"
},
"aarch64_linux_musl": {
"etag": "0x8DCE38DC59472F9",
"checksum": "105fb107c972596d9330e2173d399175b36c71b2bea1ae2197844dfe529ce4d9"
},
"aarch64_macos": {
"etag": "0x8DCE38DF5E59699",
"checksum": "e05b971cd88535549b5aef6b3460974983bc7f07a43f6797a1370e34208c1c7c"
},
"aarch64_windows": {
"etag": "0x8DCE38E41A6C665",
"checksum": "07964ef0be360890a8f46cad259dd6a38caca89beca9c60eb4bfe02882cd609a"
}
},
"0.3.94": {
"x86_64_linux_musl": {
"etag": "0x8DCE23DFE194445",
"checksum": "add1f39386aecd6e2a0d75aafb8fee43098dfd553baf2c21058b30d47860ea61"
},
"x86_64_macos": {
"etag": "0x8DCE23E62C5772F",
"checksum": "4c866ca1414f202d1086ac7e99d306ed88039e7899fe04e78b9e0a0b981647f9"
},
"x86_64_windows": {
"etag": "0x8DCE23EE22A7B99",
"checksum": "462eee9712b1106c15815e02c352997a7006abc8f30eeb2e4589a6b0f22d0143"
},
"aarch64_linux_musl": {
"etag": "0x8DCE23E156AD170",
"checksum": "c28e8ce37f5b28e7156e304093d086ea4bfe70387c2e2c761d25bb95310b8dbf"
},
"aarch64_macos": {
"etag": "0x8DCE23E5609DD55",
"checksum": "992fef9e2b5678e530ec38332da08d858d06a722b275241057f25f2f456a8a24"
},
"aarch64_windows": {
"etag": "0x8DCE23EF74BC0D3",
"checksum": "426d99c74cf391882d5dc12065b99f18b203d22f3aba6493dec9c4086e49565d"
}
},
"0.3.93": {
"x86_64_linux_musl": {

25
manifests/typos.json generated
View File

@@ -16,10 +16,31 @@
},
"license_markdown": "[MIT](https://github.com/crate-ci/typos/blob/master/LICENSE-MIT) OR [Apache-2.0](https://github.com/crate-ci/typos/blob/master/LICENSE-APACHE)",
"latest": {
"version": "1.24.6"
"version": "1.25.0"
},
"1": {
"version": "1.24.6"
"version": "1.25.0"
},
"1.25": {
"version": "1.25.0"
},
"1.25.0": {
"x86_64_linux_musl": {
"etag": "0x8DCE1B94BAEE02E",
"checksum": "39f231d15dd4012328e412194e344fa9475462abee375192d4bd16ea18f1dcc6"
},
"x86_64_macos": {
"etag": "0x8DCE1B94443927A",
"checksum": "56d57c69471089abf908fae75e758dae78ebfa9c0d9a5f081ef9d2ca435e73d1"
},
"x86_64_windows": {
"etag": "0x8DCE1B9AEE8F42F",
"checksum": "c367dbd3e262474892908075bb6c123b3a95f13d32c96dacd1495acca50adad3"
},
"aarch64_macos": {
"etag": "0x8DCE1B9674AF3BB",
"checksum": "0af1003c5d1968667947d7ec60658c00514ded2e25cc282091da94328bbff75e"
}
},
"1.24": {
"version": "1.24.6"