mirror of
https://github.com/taiki-e/install-action.git
synced 2026-04-28 10:00:26 +00:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
dd39e1fae4 | ||
|
|
c6d4b612a3 | ||
|
|
1c114c9abb |
@@ -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.15.3] - 2023-08-14
|
||||||
|
|
||||||
|
- Update `cargo-minimal-versions@latest` to 0.1.14.
|
||||||
|
|
||||||
|
- Update `cargo-llvm-cov@latest` to 0.5.27.
|
||||||
|
|
||||||
## [2.15.2] - 2023-08-12
|
## [2.15.2] - 2023-08-12
|
||||||
|
|
||||||
- Update `cargo-llvm-cov@latest` to 0.5.26.
|
- Update `cargo-llvm-cov@latest` to 0.5.26.
|
||||||
@@ -1069,7 +1075,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.15.2...HEAD
|
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.15.3...HEAD
|
||||||
|
[2.15.3]: https://github.com/taiki-e/install-action/compare/v2.15.2...v2.15.3
|
||||||
[2.15.2]: https://github.com/taiki-e/install-action/compare/v2.15.1...v2.15.2
|
[2.15.2]: https://github.com/taiki-e/install-action/compare/v2.15.1...v2.15.2
|
||||||
[2.15.1]: https://github.com/taiki-e/install-action/compare/v2.15.0...v2.15.1
|
[2.15.1]: https://github.com/taiki-e/install-action/compare/v2.15.0...v2.15.1
|
||||||
[2.15.0]: https://github.com/taiki-e/install-action/compare/v2.14.3...v2.15.0
|
[2.15.0]: https://github.com/taiki-e/install-action/compare/v2.14.3...v2.15.0
|
||||||
|
|||||||
21
manifests/cargo-llvm-cov.json
generated
21
manifests/cargo-llvm-cov.json
generated
@@ -18,10 +18,27 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "0.5.26"
|
"version": "0.5.27"
|
||||||
},
|
},
|
||||||
"0.5": {
|
"0.5": {
|
||||||
"version": "0.5.26"
|
"version": "0.5.27"
|
||||||
|
},
|
||||||
|
"0.5.27": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"checksum": "74e554fb069ee0410422158d293f91eddf1f126c59801df5474d79c39c6c63af"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"checksum": "8f86128ef90534f1ccdb033ec05f37447e5861eceacb12871598a9f7b1097a1d"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"checksum": "f9f0eadbe325594dc5b45cf226fa8c738635539a6a93fce39783876c0f6b4344"
|
||||||
|
},
|
||||||
|
"aarch64_linux_musl": {
|
||||||
|
"checksum": "20161f2a1f8322ec98281bd818219a9c9cb4744b2dbe95bf073af29b1e47cc83"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"checksum": "43ad8e2bcd3a394f08c6e1582253ea759b611b0b94774933b7ebcc91a23f82e8"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"0.5.26": {
|
"0.5.26": {
|
||||||
"x86_64_linux_musl": {
|
"x86_64_linux_musl": {
|
||||||
|
|||||||
24
manifests/cargo-minimal-versions.json
generated
24
manifests/cargo-minimal-versions.json
generated
@@ -21,10 +21,30 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "0.1.13"
|
"version": "0.1.14"
|
||||||
},
|
},
|
||||||
"0.1": {
|
"0.1": {
|
||||||
"version": "0.1.13"
|
"version": "0.1.14"
|
||||||
|
},
|
||||||
|
"0.1.14": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"checksum": "f7284ada48677bef2acb9348a6bfe86705246b57681db178a28634e25c61459d"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"checksum": "d5121056830331b512e3648f7edca3d86cc84e1621f2d3369d24bef549b2c0f0"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"checksum": "00a478f561c25db3009d14aba8d0dc8a9e5c9e4f114fd9522a6a09e5de289f55"
|
||||||
|
},
|
||||||
|
"aarch64_linux_musl": {
|
||||||
|
"checksum": "8915fdcde61536c740b885ce83cd2f38a607bf5d7121d8535e8be43bd820b0d6"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"checksum": "7c737c7ade8f4080d04dacec82b9b94752d3b98fd179a2f51af986fc26d273ba"
|
||||||
|
},
|
||||||
|
"aarch64_windows": {
|
||||||
|
"checksum": "d87025a5881f0c24ecb52061bc0b3c7fca9ca7beee3b75566392dce759ecd7a5"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"0.1.13": {
|
"0.1.13": {
|
||||||
"x86_64_linux_musl": {
|
"x86_64_linux_musl": {
|
||||||
|
|||||||
Reference in New Issue
Block a user