mirror of
https://github.com/taiki-e/install-action.git
synced 2026-05-14 16:30:26 +00:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a632d43378 | ||
|
|
939a8d35e6 | ||
|
|
962f42e9fc |
@@ -10,6 +10,12 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [2.67.5] - 2026-01-23
|
||||||
|
|
||||||
|
- Update `cargo-semver-checks@latest` to 0.46.0.
|
||||||
|
|
||||||
|
- Update `tombi@latest` to 0.7.23.
|
||||||
|
|
||||||
## [2.67.4] - 2026-01-22
|
## [2.67.4] - 2026-01-22
|
||||||
|
|
||||||
- Support installing native binary for `cargo-llvm-cov` on AArch64 Windows. (Previously x86_64 Windows binary is used as fallback.)
|
- Support installing native binary for `cargo-llvm-cov` on AArch64 Windows. (Previously x86_64 Windows binary is used as fallback.)
|
||||||
@@ -5425,7 +5431,8 @@ Note: This release is considered a breaking change because installing on version
|
|||||||
|
|
||||||
Initial release
|
Initial release
|
||||||
|
|
||||||
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.67.4...HEAD
|
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.67.5...HEAD
|
||||||
|
[2.67.5]: https://github.com/taiki-e/install-action/compare/v2.67.4...v2.67.5
|
||||||
[2.67.4]: https://github.com/taiki-e/install-action/compare/v2.67.3...v2.67.4
|
[2.67.4]: https://github.com/taiki-e/install-action/compare/v2.67.3...v2.67.4
|
||||||
[2.67.3]: https://github.com/taiki-e/install-action/compare/v2.67.2...v2.67.3
|
[2.67.3]: https://github.com/taiki-e/install-action/compare/v2.67.2...v2.67.3
|
||||||
[2.67.2]: https://github.com/taiki-e/install-action/compare/v2.67.1...v2.67.2
|
[2.67.2]: https://github.com/taiki-e/install-action/compare/v2.67.1...v2.67.2
|
||||||
|
|||||||
27
manifests/cargo-semver-checks.json
generated
27
manifests/cargo-semver-checks.json
generated
@@ -19,7 +19,32 @@
|
|||||||
},
|
},
|
||||||
"license_markdown": "[Apache-2.0](https://github.com/obi1kenobi/cargo-semver-checks/blob/main/LICENSE-APACHE) OR [MIT](https://github.com/obi1kenobi/cargo-semver-checks/blob/main/LICENSE-MIT)",
|
"license_markdown": "[Apache-2.0](https://github.com/obi1kenobi/cargo-semver-checks/blob/main/LICENSE-APACHE) OR [MIT](https://github.com/obi1kenobi/cargo-semver-checks/blob/main/LICENSE-MIT)",
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "0.45.0"
|
"version": "0.46.0"
|
||||||
|
},
|
||||||
|
"0.46": {
|
||||||
|
"version": "0.46.0"
|
||||||
|
},
|
||||||
|
"0.46.0": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"etag": "0x8DE5A4865558F08",
|
||||||
|
"checksum": "5114ac97744a3eede2b68f041da5ded2c494933483282a366810a334629c6264"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"etag": "0x8DE5A4856D53C10",
|
||||||
|
"checksum": "6c4eb58398b24fb1139149f95823984f4a90e1ab0e820344e55fb16f9be47435"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"etag": "0x8DE5A490E2BF196",
|
||||||
|
"checksum": "e08c556c0662401b50e9369452c37dcfc49c4cfe4ca413b3b40e580452a89a89"
|
||||||
|
},
|
||||||
|
"aarch64_linux_musl": {
|
||||||
|
"etag": "0x8DE5A4874DC66AB",
|
||||||
|
"checksum": "01dc7f09f626ca16ade530993aafe62cb87220fdaa95230331cd8089a7dde11a"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"etag": "0x8DE5A48B46F2A62",
|
||||||
|
"checksum": "06708e18ad3e9d01ae7bb7f3729343af877b1dc0a2023bfec2df37f1cce99a7f"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"0.45": {
|
"0.45": {
|
||||||
"version": "0.45.0"
|
"version": "0.45.0"
|
||||||
|
|||||||
30
manifests/tombi.json
generated
30
manifests/tombi.json
generated
@@ -22,10 +22,36 @@
|
|||||||
},
|
},
|
||||||
"license_markdown": "[MIT](https://github.com/tombi-toml/tombi/blob/main/LICENSE)",
|
"license_markdown": "[MIT](https://github.com/tombi-toml/tombi/blob/main/LICENSE)",
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "0.7.22"
|
"version": "0.7.23"
|
||||||
},
|
},
|
||||||
"0.7": {
|
"0.7": {
|
||||||
"version": "0.7.22"
|
"version": "0.7.23"
|
||||||
|
},
|
||||||
|
"0.7.23": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"etag": "0x8DE59D85C8B4229",
|
||||||
|
"checksum": "ce04b927dba3a0da871f3f77b24a30b243370ea999d2bd540d9e91786f8afb68"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"etag": "0x8DE59D85C7CFA53",
|
||||||
|
"checksum": "95a5dbc5ff756f2bc910af2a99f2b206afb751239e1d0c79223c7d5ebb9152c5"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"etag": "0x8DE59D85CF6841C",
|
||||||
|
"checksum": "b1552c5f1d400518b265f34433639a28792f308ad34643bf741b54702defcd2e"
|
||||||
|
},
|
||||||
|
"aarch64_linux_musl": {
|
||||||
|
"etag": "0x8DE59D85C879CB6",
|
||||||
|
"checksum": "6b3dde3bd84a6b2cb2faa0a0284cab3dd1f72f0e70bfadce20ffffcd94288852"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"etag": "0x8DE59D85CAB029F",
|
||||||
|
"checksum": "2df9982b975cf2c4e86d869595629f067d284080caab1c514c4f740d585ee407"
|
||||||
|
},
|
||||||
|
"aarch64_windows": {
|
||||||
|
"etag": "0x8DE59D85D12515D",
|
||||||
|
"checksum": "a4b2e08a57b9c120027b523da7d67fce3e7c110b408f534915eb4cdaac97e072"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"0.7.22": {
|
"0.7.22": {
|
||||||
"x86_64_linux_musl": {
|
"x86_64_linux_musl": {
|
||||||
|
|||||||
Reference in New Issue
Block a user