Compare commits

...

4 Commits

Author SHA1 Message Date
Taiki Endo
51767789bc Release 2.25.0 2024-01-14 03:12:56 +09:00
Taiki Endo
2236d17476 Update cargo-tarpaulin@latest to 0.27.3 2024-01-14 03:08:15 +09:00
Taiki Endo
579410d204 Update cargo-make@latest to 0.37.6 2024-01-14 03:08:15 +09:00
Taiki Endo
926dfa0f55 Update cargo-binstall@latest to 1.6.0 2024-01-13 21:10:14 +09:00
4 changed files with 53 additions and 13 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]
## [2.25.0] - 2024-01-13
- Update `cargo-tarpaulin@latest` to 0.27.3.
- Update `cargo-make@latest` to 0.37.6.
- Update `cargo-binstall@latest` to 1.6.0.
## [2.24.4] - 2024-01-13
- Update `just@latest` to 1.23.0.
@@ -1609,7 +1617,8 @@ Note: This release is considered a breaking change because installing on version
Initial release
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.24.4...HEAD
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.25.0...HEAD
[2.25.0]: https://github.com/taiki-e/install-action/compare/v2.24.4...v2.25.0
[2.24.4]: https://github.com/taiki-e/install-action/compare/v2.24.3...v2.24.4
[2.24.3]: https://github.com/taiki-e/install-action/compare/v2.24.2...v2.24.3
[2.24.2]: https://github.com/taiki-e/install-action/compare/v2.24.1...v2.24.2

View File

@@ -21,26 +21,26 @@
}
},
"latest": {
"version": "1.5.0"
"version": "1.6.0"
},
"1.5.0": {
"1.6.0": {
"x86_64_linux_musl": {
"checksum": "a1c4c2f1bce6ba39d39c5e60e8ec92c4bc501fa04eecfdb8488b4752a9a1d739"
"checksum": "c4bc1b573f1e52f4d44373daf46748084d2a4678a5c176d6e7d5d5b877778610"
},
"x86_64_macos": {
"checksum": "e3fe34a23505c07fd8f82d44cc6dbfdd6e179c5130b73e68f7eead83914df636"
"checksum": "36c58fc0ad38c2d9f91ced4034d3cce463a7f43cc3d034c93f90e2a0413ff1c8"
},
"x86_64_windows": {
"checksum": "0b9594380a217ba83e6df52ec1339707e7c6aaf520a554a714d708e4fb5fe9e9"
"checksum": "0d37a0b39dfee1e48f4fb38e9028da81a0d7f78b66bd2df1fa5a64de786249ba"
},
"aarch64_linux_musl": {
"checksum": "970c3cf7c73b2e4cf87f3ab0211e78a87a24c954f905ab1503863b7a69883b27"
"checksum": "d0b42983fb3577a6c3514c66e2a0e57cf92645342b181813ed2c9f780f47bdc4"
},
"aarch64_macos": {
"checksum": "e783362568f75261535925493a99fd17107c67b5eab633f42d5670abfe1ee0de"
"checksum": "9b393adb3dbbb88b51d35235d632e0d183f0ef1477949c9908bd0d97758a353e"
},
"aarch64_windows": {
"checksum": "e8afd48113a92c92ac463a8b1feb4f5564d195bc29c8fb945a34b39f4245fb27"
"checksum": "e3d01324e569dc4c7e09370d3b80fbe35870055d5ef8c6a0fd5f724dda7ada4e"
}
}
}

View File

@@ -19,10 +19,24 @@
}
},
"latest": {
"version": "0.37.5"
"version": "0.37.6"
},
"0.37": {
"version": "0.37.5"
"version": "0.37.6"
},
"0.37.6": {
"x86_64_linux_musl": {
"checksum": "3659f50c1b47c685f8e1008132b193c9d1c823ba38d110fff2fabc6043c37cfe"
},
"x86_64_macos": {
"checksum": "632bdde01952c5884106218107ed3c8de35ff4f68eda3a69d70efc2d121ef213"
},
"x86_64_windows": {
"checksum": "7d9af4b44d306606568d71a75f237e9904c768c43a872e69aa716a5e637d85cb"
},
"aarch64_macos": {
"checksum": "b0fceee4418aa02daf8416d3bba5f34799e20943affdeeea1724536ca8643898"
}
},
"0.37.5": {
"x86_64_linux_musl": {

View File

@@ -18,10 +18,27 @@
}
},
"latest": {
"version": "0.27.2"
"version": "0.27.3"
},
"0.27": {
"version": "0.27.2"
"version": "0.27.3"
},
"0.27.3": {
"x86_64_linux_musl": {
"checksum": "87ff6d7b2a6a009a7176d772afaf37feb95dc1c104a78df57f753129ba057b09"
},
"x86_64_macos": {
"checksum": "ed139aecf50388999d4f724d836c25168cc534939618c4ca085532d5b8f220cd"
},
"x86_64_windows": {
"checksum": "831d42984024be94babfab09867a9c1de12eedfb9a8f31aa0b3b817165d81dfd"
},
"aarch64_linux_musl": {
"checksum": "5fc234b9fb868150a14664ff138064228d1a15ca7715e22b0454750769cad17e"
},
"aarch64_macos": {
"checksum": "db8a40886f1edcde126d901e4a5f3c1afaf581ce95c4444d0ab57fef6bd281ff"
}
},
"0.27.2": {
"x86_64_linux_musl": {