Compare commits

...

5 Commits

Author SHA1 Message Date
Taiki Endo
ede617189e Release 2.44.63 2024-11-07 10:08:52 +09:00
Taiki Endo
f7d94ee0bb Update typos@latest to 1.27.2 2024-11-07 10:02:24 +09:00
Taiki Endo
e3aa80c983 Update cargo-rdme manifest 2024-11-07 10:02:24 +09:00
Taiki Endo
e2776d8a15 codegen: Mark cargo-rdme 1.4.6 as broken
Same as 3c1a9d610d, a86757441d, and f9eee70b5f.
2024-11-07 09:54:16 +09:00
Taiki Endo
0e90b2748e Update mdbook@latest to 0.4.41 2024-11-07 03:14:53 +09:00
5 changed files with 56 additions and 7 deletions

View File

@@ -10,6 +10,12 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
## [Unreleased]
## [2.44.63] - 2024-11-07
- Update `typos@latest` to 1.27.2.
- Update `mdbook@latest` to 0.4.41.
## [2.44.62] - 2024-11-06
- Update `typos@latest` to 1.27.1.
@@ -3036,7 +3042,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.62...HEAD
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.44.63...HEAD
[2.44.63]: https://github.com/taiki-e/install-action/compare/v2.44.62...v2.44.63
[2.44.62]: https://github.com/taiki-e/install-action/compare/v2.44.61...v2.44.62
[2.44.61]: https://github.com/taiki-e/install-action/compare/v2.44.60...v2.44.61
[2.44.60]: https://github.com/taiki-e/install-action/compare/v2.44.59...v2.44.60

View File

@@ -21,6 +21,12 @@
"1.4": {
"version": "1.4.2"
},
"1.4.6": {
"x86_64_windows": {
"etag": "0x8DCFEB4AD6F091D",
"checksum": "9bf2bdaba8a068e4a002a20581a0d26ec0609276b2671019b151a7d86ea1a3e3"
}
},
"1.4.5": {
"x86_64_windows": {
"etag": "0x8DCF3B9BC0D4C9C",

22
manifests/mdbook.json generated
View File

@@ -19,10 +19,28 @@
},
"license_markdown": "[MPL-2.0](https://github.com/rust-lang/mdBook/blob/master/LICENSE)",
"latest": {
"version": "0.4.40"
"version": "0.4.41"
},
"0.4": {
"version": "0.4.40"
"version": "0.4.41"
},
"0.4.41": {
"x86_64_linux_musl": {
"etag": "0x8DCFE8D1AA024B5",
"checksum": "72d64486386585122dba9e0ab291835168cac53ef9763ef46e1a7f79c4d867a1"
},
"x86_64_macos": {
"etag": "0x8DCFE8D19DC9F8C",
"checksum": "0e57063c02b031a2fa2fdeb82f55b3645258ced250dc33da2fb442afe3a9c85d"
},
"x86_64_windows": {
"etag": "0x8DCFE8D647B6AFB",
"checksum": "cae49035275508cfa42818e3e3a9e5faa57911c45446062d1502cea0d112dcbf"
},
"aarch64_linux_musl": {
"etag": "0x8DCFE8D26D8029D",
"checksum": "4a8778a046d598ae52c4cf7fd148d998cf5bef015133dbb63ce29de4ef49b3ba"
}
},
"0.4.40": {
"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)",
"latest": {
"version": "1.27.1"
"version": "1.27.2"
},
"1": {
"version": "1.27.1"
"version": "1.27.2"
},
"1.27": {
"version": "1.27.1"
"version": "1.27.2"
},
"1.27.2": {
"x86_64_linux_musl": {
"etag": "0x8DCFEA975953C06",
"checksum": "e2c6f3ef874582b6a35fdd03c834a7367de8feb07ddec248c7d28e2af3a626cf"
},
"x86_64_macos": {
"etag": "0x8DCFEA9AB6105CD",
"checksum": "7973854d85bbb7be0f830a37cb024da4679e7290ba967eb1f1da2b1c6fd34096"
},
"x86_64_windows": {
"etag": "0x8DCFEAA2D4AE991",
"checksum": "f9e7f90abc65fef32e971386b0cac38d219d848c93b825519eedd389e34e02d3"
},
"aarch64_macos": {
"etag": "0x8DCFEA9A4285122",
"checksum": "b1b30dac140df87f940df58e00885d02bfafc40c19bd5a7c39ee6726f14ad679"
}
},
"1.27.1": {
"x86_64_linux_musl": {

View File

@@ -2,7 +2,7 @@
"repository": "https://github.com/orium/cargo-rdme",
"tag_prefix": "v",
"rust_crate": "${package}",
"broken": ["1.4.3", "1.4.4", "1.4.5"],
"broken": ["1.4.3", "1.4.4", "1.4.5", "1.4.6"],
"platform": {
"x86_64_linux_musl": {
"asset_name": "${package}_v${version}_${rust_target}.tar.bz2"