Compare commits

...

5 Commits

Author SHA1 Message Date
Taiki Endo
86ec8296ca Release 2.44.51 2024-10-26 15:16:54 +09:00
Taiki Endo
a0de5d37be Update cargo-binstall@latest to 1.10.9 2024-10-26 15:15:44 +09:00
Taiki Endo
36d9228fc7 Update release-plz@latest to 0.3.104 2024-10-26 09:34:50 +09:00
dependabot[bot]
e37760a6c3 Update fs-err requirement from 2 to 3 (#712)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-25 03:05:54 +09:00
Taiki Endo
08d53d37a9 Update typos@latest to 1.26.8 2024-10-25 02:48:31 +09:00
5 changed files with 74 additions and 21 deletions

View File

@@ -12,6 +12,14 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
## [Unreleased] ## [Unreleased]
## [2.44.51] - 2024-10-26
- Update `cargo-binstall@latest` to 1.10.9.
- Update `release-plz@latest` to 0.3.104.
- Update `typos@latest` to 1.26.8.
## [2.44.50] - 2024-10-24 ## [2.44.50] - 2024-10-24
- Update `typos@latest` to 1.26.3. - Update `typos@latest` to 1.26.3.
@@ -2966,7 +2974,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.44.50...HEAD [Unreleased]: https://github.com/taiki-e/install-action/compare/v2.44.51...HEAD
[2.44.51]: https://github.com/taiki-e/install-action/compare/v2.44.50...v2.44.51
[2.44.50]: https://github.com/taiki-e/install-action/compare/v2.44.49...v2.44.50 [2.44.50]: https://github.com/taiki-e/install-action/compare/v2.44.49...v2.44.50
[2.44.49]: https://github.com/taiki-e/install-action/compare/v2.44.48...v2.44.49 [2.44.49]: https://github.com/taiki-e/install-action/compare/v2.44.48...v2.44.49
[2.44.48]: https://github.com/taiki-e/install-action/compare/v2.44.47...v2.44.48 [2.44.48]: https://github.com/taiki-e/install-action/compare/v2.44.47...v2.44.48

View File

@@ -22,32 +22,32 @@
}, },
"license_markdown": "[GPL-3.0](https://github.com/cargo-bins/cargo-binstall/blob/HEAD/crates/bin/LICENSE)", "license_markdown": "[GPL-3.0](https://github.com/cargo-bins/cargo-binstall/blob/HEAD/crates/bin/LICENSE)",
"latest": { "latest": {
"version": "1.10.8" "version": "1.10.9"
}, },
"1.10.8": { "1.10.9": {
"x86_64_linux_musl": { "x86_64_linux_musl": {
"etag": "0x8DCEB238A1A6DB8", "etag": "0x8DCF56CA2CE592B",
"checksum": "d5fa990d527a637176128df63456ef70f91062e9126dbacef6a341bdd5ce0b50" "checksum": "4ccfcd8e0ac8518790e5a49d640a7044448c7925622aa53f98101f4d1e449607"
}, },
"x86_64_macos": { "x86_64_macos": {
"etag": "0x8DCEB233DABA9F3", "etag": "0x8DCF56C44B6A81B",
"checksum": "ad0c4b4662154a57970a02adb70024bf6b89c51a315d45de49085fe4a42c1071" "checksum": "ee7ffbad9416dc03d1c666017a12d0425508ce44bef6173389ccac309f5b097f"
}, },
"x86_64_windows": { "x86_64_windows": {
"etag": "0x8DCEB24ED18DC49", "etag": "0x8DCF56DF80C795E",
"checksum": "8e4c018a981e7148f13713c0a9bf7a15dd93f45bbae32a9527456c3d1ddb3ad0" "checksum": "4da50466ee54a154e6990989cb06e978b2863023673dea6448ab6a0177e78375"
}, },
"aarch64_linux_musl": { "aarch64_linux_musl": {
"etag": "0x8DCEB23513847DB", "etag": "0x8DCF56C5E2C5663",
"checksum": "8054586d376545e7296c9ce8b55d4aac9641d4a95a28330a08f40c336b12b6ba" "checksum": "25c46ed1e4df3762851d592e6393a51a5a2f4ac94eb81cbaeb31c5b949d293a9"
}, },
"aarch64_macos": { "aarch64_macos": {
"etag": "0x8DCEB237DC496B6", "etag": "0x8DCF56C9FD561A3",
"checksum": "23a27d534c98fed95e88c320fd7de154f851af7bce9100eed15e72fee316804c" "checksum": "18fe179cad3c90f21da0b983483452c94b910bce9ec05bd53ba9409157aa68f0"
}, },
"aarch64_windows": { "aarch64_windows": {
"etag": "0x8DCEB248B203E6A", "etag": "0x8DCF56D6C1573CF",
"checksum": "e21b1821e3964d58ac568da8d001f88fc858e3ce4632e6e3f18d0fb9dda5c14a" "checksum": "c712771b1ea1443374725039021a46860466c074e6cf7131c7b642252513dada"
} }
} }
} }

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)", "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.103" "version": "0.3.104"
}, },
"0.3": { "0.3": {
"version": "0.3.103" "version": "0.3.104"
},
"0.3.104": {
"x86_64_linux_musl": {
"etag": "0x8DCF532AD4656E9",
"checksum": "eb5237e84019cc1f9eb3946a0dbb2e934d780372fa4c1672533adb54582e854c"
},
"x86_64_macos": {
"etag": "0x8DCF5341EAD8397",
"checksum": "6aef4de6bcbe41ef0bd8c1aec7d46ae116b369a4c8b5d870869676a7f4516665"
},
"x86_64_windows": {
"etag": "0x8DCF533A181203E",
"checksum": "4156d73cd661248ae738917dd07904bb362e3e016d029d99c60eae8a75da9ff0"
},
"aarch64_linux_musl": {
"etag": "0x8DCF532BE699CE5",
"checksum": "9a10392f053fb61be4fc6d9283b30e4ba01e72c098de1f23461e40d21166c8b7"
},
"aarch64_macos": {
"etag": "0x8DCF534022E0686",
"checksum": "587d37703b43d941f645f946c75c8c5b2b44e968ead2a266d3799cb62910d224"
},
"aarch64_windows": {
"etag": "0x8DCF533A20268C8",
"checksum": "69d59eb0e4085af353cc9da66484ccc57be72f209d6898e7d88cc1278f3290ef"
}
}, },
"0.3.103": { "0.3.103": {
"x86_64_linux_musl": { "x86_64_linux_musl": {

24
manifests/typos.json generated
View File

@@ -16,13 +16,31 @@
}, },
"license_markdown": "[MIT](https://github.com/crate-ci/typos/blob/master/LICENSE-MIT) OR [Apache-2.0](https://github.com/crate-ci/typos/blob/master/LICENSE-APACHE)", "license_markdown": "[MIT](https://github.com/crate-ci/typos/blob/master/LICENSE-MIT) OR [Apache-2.0](https://github.com/crate-ci/typos/blob/master/LICENSE-APACHE)",
"latest": { "latest": {
"version": "1.26.3" "version": "1.26.8"
}, },
"1": { "1": {
"version": "1.26.3" "version": "1.26.8"
}, },
"1.26": { "1.26": {
"version": "1.26.3" "version": "1.26.8"
},
"1.26.8": {
"x86_64_linux_musl": {
"etag": "0x8DCF451261661C8",
"checksum": "fdacfac9540ac2412305a4b9db0ee85fa6db20caf878ef2f1ee4f89f826fc71e"
},
"x86_64_macos": {
"etag": "0x8DCF4511C763F76",
"checksum": "5403d47865b172311f78455f54ae37de02288f8dcdb7eef5dcb5a1e396955dbd"
},
"x86_64_windows": {
"etag": "0x8DCF451F633673E",
"checksum": "22774e4d20f7315defd2a7230e7c2ea0e71aab8af7517fcd55c083efd0f8fb37"
},
"aarch64_macos": {
"etag": "0x8DCF4513994C8AA",
"checksum": "a7be34ae7141ec5eb0fb2043e65ae249794b3f4650801f71081d411b4e788159"
}
}, },
"1.26.3": { "1.26.3": {
"x86_64_linux_musl": { "x86_64_linux_musl": {

View File

@@ -6,7 +6,7 @@ default-run = "generate-manifest"
[dependencies] [dependencies]
anyhow = "1" anyhow = "1"
flate2 = "1" flate2 = "1"
fs-err = "2" fs-err = "3"
minisign-verify = "0.2" minisign-verify = "0.2"
semver = { version = "1", features = ["serde"] } semver = { version = "1", features = ["serde"] }
serde = "1" serde = "1"