Compare commits

...

4 Commits

Author SHA1 Message Date
Taiki Endo
7412a5eb82 Release 2.15.2 2023-08-12 23:52:18 +09:00
Taiki Endo
e7fb3cf8d9 Update cargo-llvm-cov@latest to 0.5.26 2023-08-12 23:47:04 +09:00
Taiki Endo
a62a22d1c7 Release 2.15.1 2023-08-11 22:01:59 +09:00
Taiki Endo
334ac84481 Update cargo-binstall@latest to 1.2.1 (#191) 2023-08-11 22:48:53 +10:00
3 changed files with 38 additions and 11 deletions

View File

@@ -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.15.2] - 2023-08-12
- Update `cargo-llvm-cov@latest` to 0.5.26.
## [2.15.1] - 2023-08-11
- Update `cargo-binstall@latest` to 1.2.1.
## [2.15.0] - 2023-08-10 ## [2.15.0] - 2023-08-10
- Update `cargo-binstall@latest` to 1.2.0. - Update `cargo-binstall@latest` to 1.2.0.
@@ -1061,7 +1069,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.15.0...HEAD [Unreleased]: https://github.com/taiki-e/install-action/compare/v2.15.2...HEAD
[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.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
[2.14.3]: https://github.com/taiki-e/install-action/compare/v2.14.2...v2.14.3 [2.14.3]: https://github.com/taiki-e/install-action/compare/v2.14.2...v2.14.3
[2.14.2]: https://github.com/taiki-e/install-action/compare/v2.14.1...v2.14.2 [2.14.2]: https://github.com/taiki-e/install-action/compare/v2.14.1...v2.14.2

View File

@@ -21,26 +21,26 @@
} }
}, },
"latest": { "latest": {
"version": "1.2.0" "version": "1.2.1"
}, },
"1.2.0": { "1.2.1": {
"x86_64_linux_musl": { "x86_64_linux_musl": {
"checksum": "3e94c24eb06fb5b3f5f4573d88f57d5cf67f07a33095ecd88f28f7b3efb02b4f" "checksum": "579db0cea00c5afab93a957f5db7aea9b762e0a7cd1e882b5b9fdb94fed78471"
}, },
"x86_64_macos": { "x86_64_macos": {
"checksum": "c77e42f25c5c9c2bf65182d5f742cdfa25f30a0d76b971d78abaa1289abd1a17" "checksum": "50b8090d74b77de12c1dbaa7204476c927c02ee8a5cefddf7959412f72cca5d1"
}, },
"x86_64_windows": { "x86_64_windows": {
"checksum": "b9c8090143741138ffb3296eee6ca7f7e86b79955be82bcc6db01ade9a2f7a15" "checksum": "8906f2ab674125d73b9cca71db6615fa432b1aa594e6fea7a896b4931798066d"
}, },
"aarch64_linux_musl": { "aarch64_linux_musl": {
"checksum": "4c134d5764a9e6d9e956c0cd8e483148d53141a7e44adc64e7fcb5c6f47a6196" "checksum": "b847dd62ea44b9bcf55a267ee247c69fbe678f291bdf1705ed3565425f6a5cf5"
}, },
"aarch64_macos": { "aarch64_macos": {
"checksum": "44562e934cdbcb8744b9e2f18b397ed197b1031ab7b6572fbc650f3996342ea3" "checksum": "faedc148029f30496438548b7e7a4583f0cc7fe14e61e8b838df83c5a47a32c8"
}, },
"aarch64_windows": { "aarch64_windows": {
"checksum": "5f8ab7b4af115119d022160f2c798aaea618f1c778b53f2246602b7a62660dfd" "checksum": "6809ae3c7f35232ea1c2f2bbaa2bb1aa7493764cbd8445416a801ab781f83d0b"
} }
} }
} }

View File

@@ -18,10 +18,27 @@
} }
}, },
"latest": { "latest": {
"version": "0.5.25" "version": "0.5.26"
}, },
"0.5": { "0.5": {
"version": "0.5.25" "version": "0.5.26"
},
"0.5.26": {
"x86_64_linux_musl": {
"checksum": "9284d4ff91e76a12186670a370ecd481e0ef430f077d5258b7c45560fdce2a1f"
},
"x86_64_macos": {
"checksum": "9972f993cab0668ee22c1b1cec6c84b00e810ba56c1479122751dd23a9fd71df"
},
"x86_64_windows": {
"checksum": "f60ad6861037cd98cc5f9ed640f5bc347188ca4053956dfdc544d4259518ee29"
},
"aarch64_linux_musl": {
"checksum": "0bc7aec3aa09c638c0bc153170ab1f60802057ce9037c6febd10941e5751dc07"
},
"aarch64_macos": {
"checksum": "99864fc0f04d337a9a77fd24b89a6e9325381b5f7fb4542ce5e4a2ad2c12363c"
}
}, },
"0.5.25": { "0.5.25": {
"x86_64_linux_musl": { "x86_64_linux_musl": {