Compare commits

...

3 Commits

Author SHA1 Message Date
Taiki Endo
cb5a346581 Release 2.43.7 2024-09-15 21:46:01 +09:00
Taiki Endo
124d8a1ea2 Update knope@latest to 0.18.1 2024-09-15 12:26:23 +09:00
Taiki Endo
feae27da5e Update cargo-llvm-cov@latest to 0.6.13 2024-09-15 09:37:24 +09:00
3 changed files with 60 additions and 5 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.43.7] - 2024-09-15
- Update `knope@latest` to 0.18.1.
- Update `cargo-llvm-cov@latest` to 0.6.13.
## [2.43.6] - 2024-09-14
- Update `parse-changelog@latest` to 0.6.9.
@@ -2724,7 +2730,8 @@ Note: This release is considered a breaking change because installing on version
Initial release
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.43.6...HEAD
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.43.7...HEAD
[2.43.7]: https://github.com/taiki-e/install-action/compare/v2.43.6...v2.43.7
[2.43.6]: https://github.com/taiki-e/install-action/compare/v2.43.5...v2.43.6
[2.43.5]: https://github.com/taiki-e/install-action/compare/v2.43.4...v2.43.5
[2.43.4]: https://github.com/taiki-e/install-action/compare/v2.43.3...v2.43.4

View File

@@ -19,10 +19,32 @@
},
"license_markdown": "[Apache-2.0](https://github.com/taiki-e/cargo-llvm-cov/blob/main/LICENSE-APACHE) OR [MIT](https://github.com/taiki-e/cargo-llvm-cov/blob/main/LICENSE-MIT)",
"latest": {
"version": "0.6.12"
"version": "0.6.13"
},
"0.6": {
"version": "0.6.12"
"version": "0.6.13"
},
"0.6.13": {
"x86_64_linux_musl": {
"etag": "0x8DCD500F32D2655",
"checksum": "59329fb134dc5fd5885740a2f2efd7376ad8dc5af6f53285082cfda411e48ff6"
},
"x86_64_macos": {
"etag": "0x8DCD501379C33A1",
"checksum": "2d1eb58c8617b1e90ef1fe3e377601ab16773b0aacd70b3f178d93027d132b7b"
},
"x86_64_windows": {
"etag": "0x8DCD5011565966A",
"checksum": "417b3ecca6f796936f7400f7e203aa3e7b469112644d73870fc4c39d32fb6872"
},
"aarch64_linux_musl": {
"etag": "0x8DCD500F4468134",
"checksum": "cf8c7e452f99a7e315ddd0eac906945388f2743aaf99961d7a3a5b07cd2035a3"
},
"aarch64_macos": {
"etag": "0x8DCD5010D342FEA",
"checksum": "23e3c5e915dbec0e1486ea110f38d49ef768f5c22af5209dde1eb9bb55db8bbc"
}
},
"0.6.12": {
"x86_64_linux_musl": {

30
manifests/knope.json generated
View File

@@ -3,10 +3,36 @@
"template": null,
"license_markdown": "[MIT](https://github.com/knope-dev/knope/blob/main/LICENSE)",
"latest": {
"version": "0.18.0"
"version": "0.18.1"
},
"0.18": {
"version": "0.18.0"
"version": "0.18.1"
},
"0.18.1": {
"x86_64_linux_musl": {
"url": "https://github.com/knope-dev/knope/releases/download/knope/v0.18.1/knope-x86_64-unknown-linux-musl.tgz",
"etag": "0x8DCD528522BA9D9",
"checksum": "5f355e0ad6a11a24fab2d321d311efb6d9ad7e7ee78d847d27b97211d0e9ea5d",
"bin": "knope-x86_64-unknown-linux-musl/knope"
},
"x86_64_macos": {
"url": "https://github.com/knope-dev/knope/releases/download/knope/v0.18.1/knope-x86_64-apple-darwin.tgz",
"etag": "0x8DCD52852256F50",
"checksum": "3f58e382495a39c0803cdfe515c930c06a07bd79c45c49afae7e453f8817df2d",
"bin": "knope-x86_64-apple-darwin/knope"
},
"x86_64_windows": {
"url": "https://github.com/knope-dev/knope/releases/download/knope/v0.18.1/knope-x86_64-pc-windows-msvc.tgz",
"etag": "0x8DCD528522C9332",
"checksum": "8bf553e3474ee637385c853f47003c2d2242232ed7ee5c1ae4e6db02249acc76",
"bin": "knope-x86_64-pc-windows-msvc/knope.exe"
},
"aarch64_macos": {
"url": "https://github.com/knope-dev/knope/releases/download/knope/v0.18.1/knope-aarch64-apple-darwin.tgz",
"etag": "0x8DCD528522E181B",
"checksum": "931e7a1214209e78ac63d5d37a64485623cd54916368f68095f38779373df5ec",
"bin": "knope-aarch64-apple-darwin/knope"
}
},
"0.18.0": {
"x86_64_linux_musl": {