Compare commits

...

6 Commits

Author SHA1 Message Date
Taiki Endo
2d31e9510b Release 2.44.14 2024-10-01 10:41:52 +09:00
Taiki Endo
20c83a1018 Update changelog 2024-10-01 10:41:36 +09:00
Taiki Endo
748ba9af43 Update just@latest to 1.36.0 2024-10-01 09:36:42 +09:00
Taiki Endo
93a46af020 Update release-plz@latest to 0.3.93 2024-10-01 06:11:25 +09:00
Taiki Endo
e1fa0f071a Update cargo-make@latest to 0.37.18 2024-09-29 21:14:43 +09:00
Taiki Endo
5be2449dc8 Update cargo-make@latest to 0.37.17 2024-09-29 00:11:39 +09:00
4 changed files with 103 additions and 7 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.44.14] - 2024-10-01
- Update `just@latest` to 1.36.0.
- Update `release-plz@latest` to 0.3.93.
- Update `cargo-make@latest` to 0.37.18.
## [2.44.13] - 2024-09-28
- Update `sccache@latest` to 0.8.2.
@@ -2798,7 +2806,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.44.13...HEAD
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.44.14...HEAD
[2.44.14]: https://github.com/taiki-e/install-action/compare/v2.44.13...v2.44.14
[2.44.13]: https://github.com/taiki-e/install-action/compare/v2.44.12...v2.44.13
[2.44.12]: https://github.com/taiki-e/install-action/compare/v2.44.11...v2.44.12
[2.44.11]: https://github.com/taiki-e/install-action/compare/v2.44.10...v2.44.11

View File

@@ -20,10 +20,46 @@
},
"license_markdown": "[Apache-2.0](https://github.com/sagiegurari/cargo-make/blob/master/LICENSE)",
"latest": {
"version": "0.37.16"
"version": "0.37.18"
},
"0.37": {
"version": "0.37.16"
"version": "0.37.18"
},
"0.37.18": {
"x86_64_linux_musl": {
"etag": "0x8DCE06AFDD593DA",
"checksum": "6890cd3d25772471a2aa263bf61636e4455b90a234cccd655c326aaeb0714fc6"
},
"x86_64_macos": {
"etag": "0x8DCE06AF3ED46AA",
"checksum": "712b2b9b7750066681c150e1be3137147d1bc3f278dd6fe90e09f52021df75a5"
},
"x86_64_windows": {
"etag": "0x8DCE06B39A89C36",
"checksum": "19b8e3b312cde895d6b38cc6fa699da09cdcbdd64a165f6f34428bd49ff0cb20"
},
"aarch64_macos": {
"etag": "0x8DCE06AA717723B",
"checksum": "f6464c4af79426cbcf4bc4dcd6dbef560cb8caaa9857effb3ca6b6576a055472"
}
},
"0.37.17": {
"x86_64_linux_musl": {
"etag": "0x8DCDFCE9152BF14",
"checksum": "35cdb06c703f38ef65480cc2cf4aec8e23e2bc44ab5e67b703d98c00eab1db40"
},
"x86_64_macos": {
"etag": "0x8DCDFCE28B5E799",
"checksum": "62a0d435f40600873178c6d6a1cff4cd7cde2149cd995c4f6a22600451106e5f"
},
"x86_64_windows": {
"etag": "0x8DCDFCEB7643BC9",
"checksum": "685e3643630864723c49f5e126d08ba3bf2b5e4683fef02c7e8755515062a960"
},
"aarch64_macos": {
"etag": "0x8DCDFCE39367C57",
"checksum": "2825d48b65ee51ecbe4c2773444a3326705a45deb44b3d9b94dcb9b67e00f104"
}
},
"0.37.16": {
"x86_64_linux_musl": {

29
manifests/just.json generated
View File

@@ -19,10 +19,35 @@
},
"license_markdown": "[CC0-1.0](https://github.com/casey/just/blob/master/LICENSE)",
"latest": {
"version": "1.35.0"
"version": "1.36.0"
},
"1": {
"version": "1.35.0"
"version": "1.36.0"
},
"1.36": {
"version": "1.36.0"
},
"1.36.0": {
"x86_64_linux_musl": {
"etag": "0x8DCE1A04F0C3EB6",
"checksum": "bc7c9f377944f8de9cd0418b11d2955adebfa25a488c0b5e3dd2d2c0e9d732da"
},
"x86_64_macos": {
"etag": "0x8DCE1A04CB475B9",
"checksum": "30aacf9cbf021c2ff36fff5a05c800360e2020e527916e1c0960452ef5a8568c"
},
"x86_64_windows": {
"etag": "0x8DCE1A0A4C6557D",
"checksum": "7c0d56a07d51ddc4cdc2bd7d1e7e0223ada0281bc06bd482b8918102acf037fe"
},
"aarch64_linux_musl": {
"etag": "0x8DCE1A05631607E",
"checksum": "bb3886b15e2cbcb9c0eb19956297d36de4eaef45b89d3f5fa5d1fc4ed3b5b51d"
},
"aarch64_macos": {
"etag": "0x8DCE1A046338E06",
"checksum": "e7a824c4d92cdea270b61474bd48e851aedc4c65f9c5245c12b32df6de9b536f"
}
},
"1.35": {
"version": "1.35.0"

View File

@@ -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)",
"latest": {
"version": "0.3.92"
"version": "0.3.93"
},
"0.3": {
"version": "0.3.92"
"version": "0.3.93"
},
"0.3.93": {
"x86_64_linux_musl": {
"etag": "0x8DCE17BE71F9456",
"checksum": "36c8b3b92f35c9bbb976057ec552ddd84d251af5c415eef219c5a9465c78975b"
},
"x86_64_macos": {
"etag": "0x8DCE17C38BA9305",
"checksum": "a6bf80fc8d528402bfca854900b6b02acbe9ee5b1897808a1d93f06aa4b5b7f9"
},
"x86_64_windows": {
"etag": "0x8DCE17CC0BA6B19",
"checksum": "f7b1d0b165580c17c3bac65d192104e73a678e6dbb88be172531e8bcb328fc4e"
},
"aarch64_linux_musl": {
"etag": "0x8DCE17BDD3A01C1",
"checksum": "456a57a209cd44354199a655e1166b701b4bed9758db3350a9b96064053025af"
},
"aarch64_macos": {
"etag": "0x8DCE17C064789FD",
"checksum": "cd4fb75e72fa2c75929bfe61616e917b21e7da1ef47e9e2e7f17df130b115529"
},
"aarch64_windows": {
"etag": "0x8DCE17CC6DB4C35",
"checksum": "b652de84abbf6c716b3682d1c0caf2ef6359342c0d2da6d5bc1f487f31118772"
}
},
"0.3.92": {
"x86_64_linux_musl": {