Compare commits

...

4 Commits

Author SHA1 Message Date
Taiki Endo
6740f9eca9 Release 2.44.49 2024-10-25 02:22:08 +09:00
Taiki Endo
410b8f9291 Update typos@latest to 1.26.2 2024-10-25 00:17:15 +09:00
Taiki Endo
87ebcd4923 Update cargo-rdme manifest 2024-10-24 20:37:04 +09:00
Taiki Endo
f9eee70b5f codegen: Mark cargo-rdme 1.4.5 as broken
Same as 3c1a9d610d and
a86757441d.
2024-10-24 20:26:51 +09:00
4 changed files with 34 additions and 5 deletions

View File

@@ -12,6 +12,10 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
## [Unreleased]
## [2.44.49] - 2024-10-24
- Update `typos@latest` to 1.26.2.
## [2.44.48] - 2024-10-23
- Update `typos@latest` to 1.26.1.
@@ -2958,7 +2962,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.48...HEAD
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.44.49...HEAD
[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.47]: https://github.com/taiki-e/install-action/compare/v2.44.46...v2.44.47
[2.44.46]: https://github.com/taiki-e/install-action/compare/v2.44.45...v2.44.46

View File

@@ -21,6 +21,12 @@
"1.4": {
"version": "1.4.2"
},
"1.4.5": {
"x86_64_windows": {
"etag": "0x8DCF3B9BC0D4C9C",
"checksum": "d3a7d8952c2b71159af47ac88bdbc61de91a36382f810663f35499e5a830e033"
}
},
"1.4.4": {
"x86_64_windows": {
"etag": "0x8DC897D83E337FF",

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.26.1"
"version": "1.26.2"
},
"1": {
"version": "1.26.1"
"version": "1.26.2"
},
"1.26": {
"version": "1.26.1"
"version": "1.26.2"
},
"1.26.2": {
"x86_64_linux_musl": {
"etag": "0x8DCF4332DD2D11A",
"checksum": "e064c78de2cd25b229b79953285b9b1e9547c098ed3d9854fe16cafe2705acd9"
},
"x86_64_macos": {
"etag": "0x8DCF4333F16F1A7",
"checksum": "aae19a7b044f846ac9ecf920e1678465ce34a15a6243073e9e10acc36c92e553"
},
"x86_64_windows": {
"etag": "0x8DCF4336C8EEB45",
"checksum": "adb0eb1d548fef2a62592a29b1ae1b67c71b00403b6486e78fca621808ae6a3f"
},
"aarch64_macos": {
"etag": "0x8DCF4333E560148",
"checksum": "a0e49f4e6750c40b699b1037fe463ca86c6ce2b2de4cf34f2363284306d5d3e0"
}
},
"1.26.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"],
"broken": ["1.4.3", "1.4.4", "1.4.5"],
"platform": {
"x86_64_linux_musl": {
"asset_name": "${package}_v${version}_${rust_target}.tar.bz2"