Compare commits

...

4 Commits

Author SHA1 Message Date
Taiki Endo
b988c18e3d Release 2.69.5 2026-03-21 12:38:29 +09:00
Taiki Endo
5fe6797db0 Update cargo-nextest@latest to 0.9.132 2026-03-21 00:46:56 +00:00
Taiki Endo
a7e592b247 Release 2.69.4 2026-03-21 06:23:44 +09:00
Taiki Endo
a4d6c73c76 manifest-schema: Update changelog 2026-03-21 06:19:53 +09:00
3 changed files with 48 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]
## [2.69.5] - 2026-03-21
- Update `cargo-nextest@latest` to 0.9.132.
## [2.69.4] - 2026-03-20
- Support artifact attestations verification for `biome`, `cargo-cyclonedx`, `cargo-hack`, `cargo-llvm-cov`, `cargo-minimal-versions`, `cargo-no-dev-deps`, `martin`, `parse-changelog`, `parse-dockerfile`, `prek`, `uv`, `wasmtime`, `zizmor`, and `zola`. ([#1606](https://github.com/taiki-e/install-action/pull/1606))
- Update `biome@latest` to 2.4.8.
@@ -5981,7 +5987,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.69.3...HEAD
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.69.5...HEAD
[2.69.5]: https://github.com/taiki-e/install-action/compare/v2.69.4...v2.69.5
[2.69.4]: https://github.com/taiki-e/install-action/compare/v2.69.3...v2.69.4
[2.69.3]: https://github.com/taiki-e/install-action/compare/v2.69.2...v2.69.3
[2.69.2]: https://github.com/taiki-e/install-action/compare/v2.69.1...v2.69.2
[2.69.1]: https://github.com/taiki-e/install-action/compare/v2.69.0...v2.69.1

View File

@@ -28,10 +28,45 @@
},
"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.131"
"version": "0.9.132"
},
"0.9": {
"version": "0.9.131"
"version": "0.9.132"
},
"0.9.132": {
"previous_stable_version": "0.9.131",
"x86_64_linux_gnu": {
"etag": "0x8DE86DAD99145E2",
"hash": "e22f14ecaff5519dbfe521e8717d64e9989648bddc23eb1f71bb0053518a52e7"
},
"x86_64_linux_musl": {
"etag": "0x8DE86DB277E6673",
"hash": "5e93f3b4244e2f8bffe5818b2a7cbd6a59f32d262dcb6017905e345cc74227af"
},
"x86_64_macos": {
"etag": "0x8DE86DB84D52D01",
"hash": "6ce5c844ae3cdac3f6f42fd86bf71a8bf99aecd76bab9f6743c808223d31fad1"
},
"x86_64_windows": {
"etag": "0x8DE86DBA597EDA0",
"hash": "6f934574f621613d7d759547401a04619b3e1ebe1f4e8f624880197d566fa6ad"
},
"aarch64_linux_gnu": {
"etag": "0x8DE86DBC5227BB5",
"hash": "592db3fa3d3ee62f109dc149554811eb8ecdc68e1514be5af79986b1560e2e0d"
},
"aarch64_linux_musl": {
"etag": "0x8DE86DAF803192A",
"hash": "2497ddfd2a0c6805f7c5514ff680c6ca9c1ffc5b9ab30af43e85830b768c129a"
},
"aarch64_windows": {
"etag": "0x8DE86DBA23732E6",
"hash": "3c519d128909fba6829a318476bcbd9777d97ec066b4d973a3f1e04da049ef0b"
},
"riscv64_linux_gnu": {
"etag": "0x8DE86DAD1A09377",
"hash": "82d1f0c4b7733e0a852e2e8b3f1a3f65b89e7ffd165121127ac356f0c9f7b5d2"
}
},
"0.9.131": {
"previous_stable_version": "0.9.130",

View File

@@ -22,6 +22,8 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
- Remove `BaseManifest` and related types since they are unrelated to public manifests.
- Enable [release immutability](https://docs.github.com/en/code-security/supply-chain-security/understanding-your-software-supply-chain/immutable-releases).
## [0.1.1] - 2025-09-20
- Add `HostPlatform::{powerpc64le_linux_gnu,powerpc64le_linux_musl,riscv64_linux_gnu,riscv64_linux_musl,s390x_linux_gnu,s390x_linux_musl}` ([#1133](https://github.com/taiki-e/install-action/pull/1133))