mirror of
https://github.com/taiki-e/install-action.git
synced 2026-05-01 03:00:26 +00:00
Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
81a2f66614 | ||
|
|
6674fd314a | ||
|
|
824d805864 | ||
|
|
386d9ef5a1 | ||
|
|
6b64edc585 | ||
|
|
30cb022b4d |
16
CHANGELOG.md
16
CHANGELOG.md
@@ -10,6 +10,18 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [2.67.10] - 2026-01-25
|
||||
|
||||
- Update `cargo-zigbuild@latest` to 0.21.3.
|
||||
|
||||
- Update `tombi@latest` to 0.7.25.
|
||||
|
||||
## [2.67.9] - 2026-01-25
|
||||
|
||||
- Update `cargo-zigbuild@latest` to 0.21.2.
|
||||
|
||||
- Update `tombi@latest` to 0.7.24.
|
||||
|
||||
## [2.67.8] - 2026-01-24
|
||||
|
||||
- Update `release-plz@latest` to 0.3.153.
|
||||
@@ -5449,7 +5461,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.67.8...HEAD
|
||||
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.67.10...HEAD
|
||||
[2.67.10]: https://github.com/taiki-e/install-action/compare/v2.67.9...v2.67.10
|
||||
[2.67.9]: https://github.com/taiki-e/install-action/compare/v2.67.8...v2.67.9
|
||||
[2.67.8]: https://github.com/taiki-e/install-action/compare/v2.67.7...v2.67.8
|
||||
[2.67.7]: https://github.com/taiki-e/install-action/compare/v2.67.6...v2.67.7
|
||||
[2.67.6]: https://github.com/taiki-e/install-action/compare/v2.67.5...v2.67.6
|
||||
|
||||
49
manifests/cargo-zigbuild.json
generated
49
manifests/cargo-zigbuild.json
generated
@@ -19,7 +19,54 @@
|
||||
},
|
||||
"license_markdown": "[MIT](https://github.com/rust-cross/cargo-zigbuild/blob/main/LICENSE)",
|
||||
"latest": {
|
||||
"version": "0.20.1"
|
||||
"version": "0.21.3"
|
||||
},
|
||||
"0.21": {
|
||||
"version": "0.21.3"
|
||||
},
|
||||
"0.21.3": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DE5BF87D0A51B6",
|
||||
"checksum": "75357b6f733529ddd89e47f67ca63b22b4a2d6b27d118066b441c24a8a98a810"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DE5BF87D18E757",
|
||||
"checksum": "0094f9ccc7b325e98896da77e12388f0cb0161593e7182d0235346f1150c226e"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DE5BF87D080A59",
|
||||
"checksum": "eab697b128ebd91e0248281c7981496e6c5801ff57c1299c77206a444018d859"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"etag": "0x8DE5BF87D12D3A6",
|
||||
"checksum": "d0f1ce33a3b9cf9280d417a04702e68cdd1d688475f7b13d54dd7cf86b4a2193"
|
||||
},
|
||||
"aarch64_windows": {
|
||||
"etag": "0x8DE5BF87D1100FF",
|
||||
"checksum": "f57a397377a27b184825d5ffc35b438ee4cda4304a5c946a6cacad6a362a9e9c"
|
||||
}
|
||||
},
|
||||
"0.21.2": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DE5B61AE98AFF3",
|
||||
"checksum": "6c9192667c38090d6b554d10bc1a9ec9c9cdd56e2db957cd9bfb441c717414ef"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DE5B61AEA60E63",
|
||||
"checksum": "0812e3d18495adca531692e98b461856c8c0cf6619e9bb329bbdbffc885700ff"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DE5B61AE94E39E",
|
||||
"checksum": "80183314db6fdf65f303b733a4906bd3fb3a4c093dcac9753b4ca0ad44a1c075"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"etag": "0x8DE5B61AEA0E419",
|
||||
"checksum": "d67b05434b84ee6518522ebabde47ae601c4e471c4984be95e4c208d750e9b11"
|
||||
},
|
||||
"aarch64_windows": {
|
||||
"etag": "0x8DE5B61AE95CCFF",
|
||||
"checksum": "5ecf6ee927a0f368771c032f992e594e3ebff9a71945c1907e2f4090b27a354f"
|
||||
}
|
||||
},
|
||||
"0.21.1": {
|
||||
"x86_64_linux_musl": {
|
||||
|
||||
56
manifests/tombi.json
generated
56
manifests/tombi.json
generated
@@ -22,10 +22,62 @@
|
||||
},
|
||||
"license_markdown": "[MIT](https://github.com/tombi-toml/tombi/blob/main/LICENSE)",
|
||||
"latest": {
|
||||
"version": "0.7.23"
|
||||
"version": "0.7.25"
|
||||
},
|
||||
"0.7": {
|
||||
"version": "0.7.23"
|
||||
"version": "0.7.25"
|
||||
},
|
||||
"0.7.25": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DE5BD47F137B9C",
|
||||
"checksum": "19a371b42558f5130b9e2a1b9214208dadcc43af9629b43acf3d35e2b9452acc"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DE5BD47FBDC941",
|
||||
"checksum": "db08320a90e775bc7bc02e1c7021b55802d9883b8ab45434480f553e327fb52a"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DE5BD47F099B9B",
|
||||
"checksum": "bef21ca131643d8686478bae22fcc33ef838c55f92d588d66c440e145b0c2818"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"etag": "0x8DE5BD47F08B24A",
|
||||
"checksum": "a617ac265a6dc239a8014882d0370b3f55883af425e4e04be880de4185e37bed"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DE5BD47F958702",
|
||||
"checksum": "0983d6e1adf56d95d1e06bd2aea08af0e8adccf40665465dece8f9911a0c1ac1"
|
||||
},
|
||||
"aarch64_windows": {
|
||||
"etag": "0x8DE5BD47F1354AF",
|
||||
"checksum": "cfdbcdfe19bfc52fd2d91bab93d4ee1596448cadb01925f35291615f956f34c4"
|
||||
}
|
||||
},
|
||||
"0.7.24": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DE5B493E5BE5CB",
|
||||
"checksum": "d55f50d622179bf9a336527c31f4a1ea536b14cf507003d9dcbd18574bc08890"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DE5B493DF3D4E4",
|
||||
"checksum": "0fc18dfef1971733f45c61bc85d8be2a2a1a8199aa57d708e2d70fb31221f043"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DE5B493E06849C",
|
||||
"checksum": "aa1240ea712fed08dcda7a75849dc506ba1c7aebc876b757f9f0e46a2236f61a"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"etag": "0x8DE5B493E041655",
|
||||
"checksum": "c84e85690b4394a27e1ed592259c8c3ff604bd0b19fa910065a21c6a5ffd24dd"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DE5B493E734B27",
|
||||
"checksum": "1f57aa7e2c46a69de19c3ff4965e9127fc229e5ecbc761f0dfa5607108c5b926"
|
||||
},
|
||||
"aarch64_windows": {
|
||||
"etag": "0x8DE5B493DFCCB87",
|
||||
"checksum": "d5d2a6a4955cd9e3bcba7886154a45a6f25d06ce45d50bea7f8923855a73c633"
|
||||
}
|
||||
},
|
||||
"0.7.23": {
|
||||
"x86_64_linux_musl": {
|
||||
|
||||
Reference in New Issue
Block a user