Compare commits

...

4 Commits

Author SHA1 Message Date
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
4 changed files with 64 additions and 6 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.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
- Update `mdbook@latest` to 0.4.46.
@@ -3646,7 +3652,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.49.17...HEAD
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.49.18...HEAD
[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.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

33
manifests/just.json generated
View File

@@ -22,10 +22,39 @@
},
"license_markdown": "[CC0-1.0](https://github.com/casey/just/blob/master/LICENSE)",
"latest": {
"version": "1.39.0"
"version": "1.40.0"
},
"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": {
"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)",
"latest": {
"version": "0.4.46"
"version": "0.4.47"
},
"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": {
"x86_64_linux_musl": {

View File

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