Compare commits

...

10 Commits

Author SHA1 Message Date
Taiki Endo
ee4bbcf443 Release 2.49.21 2025-03-12 20:31:06 +09:00
Taiki Endo
c1e1425711 Update cargo-tarpaulin@latest to 0.32.3 2025-03-12 18:12:38 +09:00
Taiki Endo
03351cfd91 Release 2.49.20 2025-03-12 09:29:46 +09:00
Taiki Endo
7ab181f1b0 Update typos@latest to 1.30.2 2025-03-11 03:13:15 +09:00
Taiki Endo
87b5304d4e Release 2.49.19 2025-03-11 00:40:47 +09:00
Taiki Endo
8a1d728ff5 Update cargo-deny@latest to 0.18.2 2025-03-11 00:17:50 +09:00
Taiki Endo
f87f9990b0 Release 2.49.18 2025-03-10 10:19:42 +09:00
Taiki Endo
bf7856a96f Update just@latest to 1.40.0 2025-03-10 06:13:42 +09:00
Taiki Endo
4e15e2d4a2 Update mdbook@latest to 0.4.47 2025-03-10 03:14:15 +09:00
Taiki Endo
3b6e036e38 tools: Update tidy.sh 2025-03-09 18:09:35 +09:00
7 changed files with 148 additions and 13 deletions

View File

@@ -10,6 +10,24 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
## [Unreleased] ## [Unreleased]
## [2.49.21] - 2025-03-12
- Update `cargo-tarpaulin@latest` to 0.32.3.
## [2.49.20] - 2025-03-12
- Update `typos@latest` to 1.30.2.
## [2.49.19] - 2025-03-10
- Update `cargo-deny@latest` to 0.18.2.
## [2.49.18] - 2025-03-10
- Update `just@latest` to 1.40.0.
- Update `mdbook@latest` to 0.4.47.
## [2.49.17] - 2025-03-09 ## [2.49.17] - 2025-03-09
- Update `mdbook@latest` to 0.4.46. - Update `mdbook@latest` to 0.4.46.
@@ -3646,7 +3664,11 @@ 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.49.17...HEAD [Unreleased]: https://github.com/taiki-e/install-action/compare/v2.49.21...HEAD
[2.49.21]: https://github.com/taiki-e/install-action/compare/v2.49.20...v2.49.21
[2.49.20]: https://github.com/taiki-e/install-action/compare/v2.49.19...v2.49.20
[2.49.19]: https://github.com/taiki-e/install-action/compare/v2.49.18...v2.49.19
[2.49.18]: https://github.com/taiki-e/install-action/compare/v2.49.17...v2.49.18
[2.49.17]: https://github.com/taiki-e/install-action/compare/v2.49.16...v2.49.17 [2.49.17]: https://github.com/taiki-e/install-action/compare/v2.49.16...v2.49.17
[2.49.16]: https://github.com/taiki-e/install-action/compare/v2.49.15...v2.49.16 [2.49.16]: https://github.com/taiki-e/install-action/compare/v2.49.15...v2.49.16
[2.49.15]: https://github.com/taiki-e/install-action/compare/v2.49.14...v2.49.15 [2.49.15]: https://github.com/taiki-e/install-action/compare/v2.49.14...v2.49.15

View File

@@ -24,10 +24,32 @@
}, },
"license_markdown": "[MIT](https://github.com/EmbarkStudios/cargo-deny/blob/main/LICENSE-MIT) OR [Apache-2.0](https://github.com/EmbarkStudios/cargo-deny/blob/main/LICENSE-APACHE)", "license_markdown": "[MIT](https://github.com/EmbarkStudios/cargo-deny/blob/main/LICENSE-MIT) OR [Apache-2.0](https://github.com/EmbarkStudios/cargo-deny/blob/main/LICENSE-APACHE)",
"latest": { "latest": {
"version": "0.18.1" "version": "0.18.2"
}, },
"0.18": { "0.18": {
"version": "0.18.1" "version": "0.18.2"
},
"0.18.2": {
"x86_64_linux_musl": {
"etag": "0x8DD5FCFEB7CF320",
"checksum": "43c4a79c4b9fd1fcb3dddb305a1b4d8f7ac4a72accd61bb50a0b698789ca894c"
},
"x86_64_macos": {
"etag": "0x8DD5FCFD98C1C17",
"checksum": "aed90d544f998965a4d6f3b8713ff488ac8cb2387fc759d7b0f863d7639bf9a4"
},
"x86_64_windows": {
"etag": "0x8DD5FD054949CC7",
"checksum": "b734eaa1e0e8a34be1c2625064584e75635ba4f10ff1d6e34a2d7251e3bea149"
},
"aarch64_linux_musl": {
"etag": "0x8DD5FD00379DC5C",
"checksum": "18905bee80cecd132315fe1c62e1293e2ac48bd2b32ca495dc125367219863fd"
},
"aarch64_macos": {
"etag": "0x8DD5FCFF76F3F42",
"checksum": "2d5f080db9c28cab0650dda5c07e2374b47f6f15b046c4391e48c9effbabc29a"
}
}, },
"0.18.1": { "0.18.1": {
"x86_64_linux_musl": { "x86_64_linux_musl": {

View File

@@ -19,10 +19,32 @@
}, },
"license_markdown": "[MIT](https://github.com/xd009642/tarpaulin/blob/develop/LICENSE-MIT) OR [Apache-2.0](https://github.com/xd009642/tarpaulin/blob/develop/LICENSE-APACHE)", "license_markdown": "[MIT](https://github.com/xd009642/tarpaulin/blob/develop/LICENSE-MIT) OR [Apache-2.0](https://github.com/xd009642/tarpaulin/blob/develop/LICENSE-APACHE)",
"latest": { "latest": {
"version": "0.32.2" "version": "0.32.3"
}, },
"0.32": { "0.32": {
"version": "0.32.2" "version": "0.32.3"
},
"0.32.3": {
"x86_64_linux_musl": {
"etag": "0x8DD61314FB4B1C5",
"checksum": "9e25cd0f14575dc35f311b7378ff010e0d9b9eee1637a166b723fe11dd2bced0"
},
"x86_64_macos": {
"etag": "0x8DD61311599E658",
"checksum": "ac3fb41d820101436f6c1486275529168dd5abc43e1e97a475de2e7c338309c1"
},
"x86_64_windows": {
"etag": "0x8DD6130BC64FCAA",
"checksum": "6ad169551d93e533476b9b214f7969778eca1c4c3d5ce1552cefa3309b8a4aa8"
},
"aarch64_linux_musl": {
"etag": "0x8DD6130D3722ABE",
"checksum": "42487597a6745d350d075ff19f694749aee06db69bddf258ca976867f453a680"
},
"aarch64_macos": {
"etag": "0x8DD613099D55142",
"checksum": "5b9ce20a4e9d1a27c8b65ce2027e38fb8fad7c15234ad1615689c98b5497396f"
}
}, },
"0.32.2": { "0.32.2": {
"x86_64_linux_musl": { "x86_64_linux_musl": {

33
manifests/just.json generated
View File

@@ -22,10 +22,39 @@
}, },
"license_markdown": "[CC0-1.0](https://github.com/casey/just/blob/master/LICENSE)", "license_markdown": "[CC0-1.0](https://github.com/casey/just/blob/master/LICENSE)",
"latest": { "latest": {
"version": "1.39.0" "version": "1.40.0"
}, },
"1": { "1": {
"version": "1.39.0" "version": "1.40.0"
},
"1.40": {
"version": "1.40.0"
},
"1.40.0": {
"x86_64_linux_musl": {
"etag": "0x8DD5F4C0A47C652",
"checksum": "181b91d0ceebe8a57723fb648ed2ce1a44d849438ce2e658339df4f8db5f1263"
},
"x86_64_macos": {
"etag": "0x8DD5F4BFBEA441F",
"checksum": "83e6b5380dc08f2d839f358327c9bb93184edf451955111ba6222be59ed1f172"
},
"x86_64_windows": {
"etag": "0x8DD5F4C34EB78DC",
"checksum": "50d7c9b3ef3e38169bb62020cf8b091ac55e989c862fb0dde8af5a9b2505526a"
},
"aarch64_linux_musl": {
"etag": "0x8DD5F4C0BBB8561",
"checksum": "d065d0df1a1f99529869fba8a5b3e0a25c1795b9007099b00dfabe29c7c1f7b6"
},
"aarch64_macos": {
"etag": "0x8DD5F4C00F48420",
"checksum": "0fb2401a46409bdf574f42f92df0418934166032ec2bcb0fc7919b7664fdcc01"
},
"aarch64_windows": {
"etag": "0x8DD5F4C5BDABC42",
"checksum": "e15ed58a72bab17761302d523f2798adaa1e88c0402037aa9eec56794646d4aa"
}
}, },
"1.39": { "1.39": {
"version": "1.39.0" "version": "1.39.0"

26
manifests/mdbook.json generated
View File

@@ -22,10 +22,32 @@
}, },
"license_markdown": "[MPL-2.0](https://github.com/rust-lang/mdBook/blob/master/LICENSE)", "license_markdown": "[MPL-2.0](https://github.com/rust-lang/mdBook/blob/master/LICENSE)",
"latest": { "latest": {
"version": "0.4.46" "version": "0.4.47"
}, },
"0.4": { "0.4": {
"version": "0.4.46" "version": "0.4.47"
},
"0.4.47": {
"x86_64_linux_musl": {
"etag": "0x8DD5F292D618FDF",
"checksum": "591c35df701ffdfe898b04065e0ac5346c6fc8e56e0b2048090537209a8d0d37"
},
"x86_64_macos": {
"etag": "0x8DD5F293B35BB9F",
"checksum": "3b2c36992cc22ce8faa133e549e616ea15f4d2189eb42c8bd27d1398c24c3440"
},
"x86_64_windows": {
"etag": "0x8DD5F297F22144F",
"checksum": "e582371711a510cf9854046c202b891a4e8931177994359d466c909fd72eff3d"
},
"aarch64_linux_musl": {
"etag": "0x8DD5F292EBA9201",
"checksum": "c71a952c36bd54b6606ddd19f09a2df754b128f0bc851133cab354c6e08da69c"
},
"aarch64_macos": {
"etag": "0x8DD5F29165222B4",
"checksum": "593a8b2fed5aae2c9426500fcb69578ed1091a244e24c1c972eb1af0e266c305"
}
}, },
"0.4.46": { "0.4.46": {
"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.30.1" "version": "1.30.2"
}, },
"1": { "1": {
"version": "1.30.1" "version": "1.30.2"
}, },
"1.30": { "1.30": {
"version": "1.30.1" "version": "1.30.2"
},
"1.30.2": {
"x86_64_linux_musl": {
"etag": "0x8DD5FF1419CF749",
"checksum": "0bb41546e8a91cb6c4a5cf80d640f7be8885717d96ba9463445a1fe258758523"
},
"x86_64_macos": {
"etag": "0x8DD5FF164D26BDE",
"checksum": "4f2beff310d28ec1cc862057dc90239dd3d232c9dcf4cb6ef851283de2ba73e6"
},
"x86_64_windows": {
"etag": "0x8DD5FF1BEDC01B7",
"checksum": "937b2b45104a70f275579f90ec9f811e891097f5bb789a5a2b66f426f0f938b0"
},
"aarch64_macos": {
"etag": "0x8DD5FF15BE62448",
"checksum": "6f6efbc9d8c248eb82f4df125fa4a4c9e79e4d42cf8f7a27cdcdd3f6be9c3f10"
}
}, },
"1.30.1": { "1.30.1": {
"x86_64_linux_musl": { "x86_64_linux_musl": {

View File

@@ -14,7 +14,7 @@ cd -- "$(dirname -- "$0")"/..
# - git 1.8+ # - git 1.8+
# - jq 1.6+ # - jq 1.6+
# - npm (node 18+) # - npm (node 18+)
# - python 3.6+ # - python 3.5.3+
# - shfmt # - shfmt
# - shellcheck # - shellcheck
# - cargo, rustfmt (if Rust code exists) # - cargo, rustfmt (if Rust code exists)