Compare commits

...

4 Commits

Author SHA1 Message Date
Taiki Endo
0593da4078 Release 2.42.27 2024-08-19 22:33:11 +09:00
Taiki Endo
ed2cb27ca5 Update cargo-nextest@latest to 0.9.74 2024-08-19 09:34:36 +09:00
Taiki Endo
37129d5de1 Release 2.42.26 2024-08-18 16:26:51 +09:00
Taiki Endo
8ad2bf073c Update knope@latest to 0.18.0 2024-08-18 15:13:40 +09:00
3 changed files with 66 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.42.27] - 2024-08-19
- Update `cargo-nextest@latest` to 0.9.74.
## [2.42.26] - 2024-08-18
- Update `knope@latest` to 0.18.0.
## [2.42.25] - 2024-08-17
- Update `shfmt@latest` to 3.9.0.
@@ -2608,7 +2616,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.42.25...HEAD
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.42.27...HEAD
[2.42.27]: https://github.com/taiki-e/install-action/compare/v2.42.26...v2.42.27
[2.42.26]: https://github.com/taiki-e/install-action/compare/v2.42.25...v2.42.26
[2.42.25]: https://github.com/taiki-e/install-action/compare/v2.42.24...v2.42.25
[2.42.24]: https://github.com/taiki-e/install-action/compare/v2.42.23...v2.42.24
[2.42.23]: https://github.com/taiki-e/install-action/compare/v2.42.22...v2.42.23

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.72"
"version": "0.9.74"
},
"0.9": {
"version": "0.9.72"
"version": "0.9.74"
},
"0.9.74": {
"previous_stable_version": "0.9.72",
"x86_64_linux_gnu": {
"etag": "0x8DCBFDD7B57ED4A",
"checksum": "b605d0dc32b3eeac7ac55a9ba35e9075b09ec6a090532356a68b9a4f1a95c7dc"
},
"x86_64_linux_musl": {
"etag": "0x8DCBFDD9FFB6643",
"checksum": "bbd52a91214efd758b35a0a29c4e98270f871d64e43c1f8be00a74d13e54e089"
},
"x86_64_macos": {
"etag": "0x8DCBFDD9F756830",
"checksum": "09f3d73c0df3969bd3887d19cce3ad7e576f290717169b0d786bdd552e435d52"
},
"x86_64_windows": {
"etag": "0x8DCBFDDDE9C4F4C",
"checksum": "f0c5906129b427bc7e5a4f6e70c8b5c39f2d535ae032adc90fd81cbf1110bb5f"
},
"aarch64_linux_gnu": {
"etag": "0x8DCBFDD9563CC94",
"checksum": "8399c6941f27e3aa98d7e35d256f9cb0ff89453492b36c5151a77090f5ab0058"
}
},
"0.9.72": {
"previous_stable_version": "0.9.70",

31
manifests/knope.json generated
View File

@@ -3,7 +3,36 @@
"template": null,
"license_markdown": "[MIT](https://github.com/knope-dev/knope/blob/main/LICENSE)",
"latest": {
"version": "0.17.0"
"version": "0.18.0"
},
"0.18": {
"version": "0.18.0"
},
"0.18.0": {
"x86_64_linux_musl": {
"url": "https://github.com/knope-dev/knope/releases/download/knope/v0.18.0/knope-x86_64-unknown-linux-musl.tgz",
"etag": "0x8DCBF4A381C3736",
"checksum": "b9a1030fb190d3208694bd9ddc6f8e7cdb973840b4d31c333c285ee896b7d7fa",
"bin": "knope-x86_64-unknown-linux-musl/knope"
},
"x86_64_macos": {
"url": "https://github.com/knope-dev/knope/releases/download/knope/v0.18.0/knope-x86_64-apple-darwin.tgz",
"etag": "0x8DCBF4A3820C5F8",
"checksum": "755e0b3616b9ea43bffe3e1108d12f617cc815da4e42f0a1cbfb3bae2520414c",
"bin": "knope-x86_64-apple-darwin/knope"
},
"x86_64_windows": {
"url": "https://github.com/knope-dev/knope/releases/download/knope/v0.18.0/knope-x86_64-pc-windows-msvc.tgz",
"etag": "0x8DCBF4A381CD2C9",
"checksum": "d84bfc99ca594d3d23fbffabe12e65321e2d68749a44fb3bc46be1929e862da3",
"bin": "knope-x86_64-pc-windows-msvc/knope.exe"
},
"aarch64_macos": {
"url": "https://github.com/knope-dev/knope/releases/download/knope/v0.18.0/knope-aarch64-apple-darwin.tgz",
"etag": "0x8DCBF4A38156107",
"checksum": "7688ecb47fafd00563319d2894a0300f4453b09841c66eb3f7f1b47265b630d9",
"bin": "knope-aarch64-apple-darwin/knope"
}
},
"0.17": {
"version": "0.17.0"