mirror of
https://github.com/taiki-e/install-action.git
synced 2026-04-27 17:40:28 +00:00
Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3dc0bf8879 | ||
|
|
54d760be8b | ||
|
|
d7d588c7b6 | ||
|
|
7ef486355e |
12
CHANGELOG.md
12
CHANGELOG.md
@@ -10,6 +10,14 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [2.44.23] - 2024-10-05
|
||||||
|
|
||||||
|
- Update `release-plz@latest` to 0.3.96.
|
||||||
|
|
||||||
|
## [2.44.22] - 2024-10-05
|
||||||
|
|
||||||
|
- Update `cargo-minimal-versions@latest` to 0.1.29.
|
||||||
|
|
||||||
## [2.44.21] - 2024-10-04
|
## [2.44.21] - 2024-10-04
|
||||||
|
|
||||||
- Update `cargo-make@latest` to 0.37.21.
|
- Update `cargo-make@latest` to 0.37.21.
|
||||||
@@ -2838,7 +2846,9 @@ 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.44.21...HEAD
|
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.44.23...HEAD
|
||||||
|
[2.44.23]: https://github.com/taiki-e/install-action/compare/v2.44.22...v2.44.23
|
||||||
|
[2.44.22]: https://github.com/taiki-e/install-action/compare/v2.44.21...v2.44.22
|
||||||
[2.44.21]: https://github.com/taiki-e/install-action/compare/v2.44.20...v2.44.21
|
[2.44.21]: https://github.com/taiki-e/install-action/compare/v2.44.20...v2.44.21
|
||||||
[2.44.20]: https://github.com/taiki-e/install-action/compare/v2.44.19...v2.44.20
|
[2.44.20]: https://github.com/taiki-e/install-action/compare/v2.44.19...v2.44.20
|
||||||
[2.44.19]: https://github.com/taiki-e/install-action/compare/v2.44.18...v2.44.19
|
[2.44.19]: https://github.com/taiki-e/install-action/compare/v2.44.18...v2.44.19
|
||||||
|
|||||||
30
manifests/cargo-minimal-versions.json
generated
30
manifests/cargo-minimal-versions.json
generated
@@ -22,10 +22,36 @@
|
|||||||
},
|
},
|
||||||
"license_markdown": "[Apache-2.0](https://github.com/taiki-e/cargo-minimal-versions/blob/main/LICENSE-APACHE) OR [MIT](https://github.com/taiki-e/cargo-minimal-versions/blob/main/LICENSE-MIT)",
|
"license_markdown": "[Apache-2.0](https://github.com/taiki-e/cargo-minimal-versions/blob/main/LICENSE-APACHE) OR [MIT](https://github.com/taiki-e/cargo-minimal-versions/blob/main/LICENSE-MIT)",
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "0.1.28"
|
"version": "0.1.29"
|
||||||
},
|
},
|
||||||
"0.1": {
|
"0.1": {
|
||||||
"version": "0.1.28"
|
"version": "0.1.29"
|
||||||
|
},
|
||||||
|
"0.1.29": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"etag": "0x8DCE4FE9C9BC78E",
|
||||||
|
"checksum": "7a9a8a291d47d1bea9ec3f3199ddd9ece6f2553cb9830ac1fb3ba38c76f7ffd2"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"etag": "0x8DCE4FEAC9F7D8C",
|
||||||
|
"checksum": "156054e3634a364a783c8ec98de3d67376a79081795c0a302826ee3d84da05c9"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"etag": "0x8DCE4FED1F1E2B6",
|
||||||
|
"checksum": "e3167731acf3a41e28cfe09379227100552ded51d83b10425ea5cc974cfe714a"
|
||||||
|
},
|
||||||
|
"aarch64_linux_musl": {
|
||||||
|
"etag": "0x8DCE4FE9C8E1B4F",
|
||||||
|
"checksum": "a3ea5dfdd5630a211c2f3a01a7f27c585d6abe5d2e818e2b40aacffabfd4cb16"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"etag": "0x8DCE4FE9A28F53F",
|
||||||
|
"checksum": "6dbe3ab002d6da4f5595baf3ed10038d0c796dd362f731ab0a8305726055bcfe"
|
||||||
|
},
|
||||||
|
"aarch64_windows": {
|
||||||
|
"etag": "0x8DCE4FEC1F3F2AD",
|
||||||
|
"checksum": "c5b03c665a102340d4d69aecd704fcb1d4fb9c5877a67425395667fa4002ac9d"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"0.1.28": {
|
"0.1.28": {
|
||||||
"x86_64_linux_musl": {
|
"x86_64_linux_musl": {
|
||||||
|
|||||||
30
manifests/release-plz.json
generated
30
manifests/release-plz.json
generated
@@ -22,10 +22,36 @@
|
|||||||
},
|
},
|
||||||
"license_markdown": "[MIT](https://github.com/MarcoIeni/release-plz/blob/main/LICENSE-MIT) OR [Apache-2.0](https://github.com/MarcoIeni/release-plz/blob/main/LICENSE-APACHE)",
|
"license_markdown": "[MIT](https://github.com/MarcoIeni/release-plz/blob/main/LICENSE-MIT) OR [Apache-2.0](https://github.com/MarcoIeni/release-plz/blob/main/LICENSE-APACHE)",
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "0.3.95"
|
"version": "0.3.96"
|
||||||
},
|
},
|
||||||
"0.3": {
|
"0.3": {
|
||||||
"version": "0.3.95"
|
"version": "0.3.96"
|
||||||
|
},
|
||||||
|
"0.3.96": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"etag": "0x8DCE55EDC0D7B75",
|
||||||
|
"checksum": "26c7353f6e79d04cf248d792c12ecdefb1d2c9ae6f4158993605e00fce475da1"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"etag": "0x8DCE55F7F41614B",
|
||||||
|
"checksum": "14640d82aeeb19d754d772542fa0bd3b45b50e1320926e6d10549b942912ab06"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"etag": "0x8DCE55F937F5C28",
|
||||||
|
"checksum": "fd50e2d2aa7392a47286c0186f0cdda5fa8c41a98ad286518b6f6589474b67fc"
|
||||||
|
},
|
||||||
|
"aarch64_linux_musl": {
|
||||||
|
"etag": "0x8DCE55EEFCDAD05",
|
||||||
|
"checksum": "8a00526d9db277cb9a032392cc1e57800e376bf62e23a3c4e14f2167cd06ac4e"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"etag": "0x8DCE55FBE1DC689",
|
||||||
|
"checksum": "7047f67bc7ab06bbc87cd6924580185ee66c0105137dd378bc3740d4652e9bb4"
|
||||||
|
},
|
||||||
|
"aarch64_windows": {
|
||||||
|
"etag": "0x8DCE55FA1CCC69E",
|
||||||
|
"checksum": "58582ae2d3b5bf5f80ecca608955ff8f8f3c6af3224765956fd2d6c66e9adc32"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"0.3.95": {
|
"0.3.95": {
|
||||||
"x86_64_linux_musl": {
|
"x86_64_linux_musl": {
|
||||||
|
|||||||
Reference in New Issue
Block a user