Commit Graph
100 Commits
Author SHA1 Message Date
Taiki Endo 771bd4fef9 codegen: Tweak code around BufWriter 2025-02-11 18:40:20 +09:00
Taiki Endo dd213e8db4 Update cargo-no-dev-deps@latest to 0.2.15 2025-02-11 18:38:26 +09:00
Taiki Endo 63b321e245 Update cargo-minimal-versions@latest to 0.1.30 2025-02-11 18:38:26 +09:00
Taiki Endo f8eeeb3526 Update cargo-hack@latest to 0.6.35 2025-02-11 18:38:26 +09:00
Taiki Endo 82c3ccf997 Release 2.48.7 2025-02-11 06:35:24 +09:00
Taiki Endo 4ba684457e Update cargo-nextest@latest to 0.9.89 2025-02-11 06:33:50 +09:00
Taiki Endo 5bc300ae62 Release 2.48.6 2025-02-10 19:58:20 +09:00
Taiki Endo a07119b7b1 Update cargo-spellcheck@latest to 0.15.1 2025-02-10 18:40:38 +09:00
Taiki Endo c1952a69c3 Release 2.48.5 2025-02-10 10:50:11 +09:00
Taiki Endo b24387dafd Update release-plz@latest to 0.3.120 2025-02-10 06:33:09 +09:00
Taiki Endo 5ae641ad51 Release 2.48.4 2025-02-10 00:39:10 +09:00
Taiki Endo 4fa427fe8e Update cargo-zigbuild@latest to 0.19.8 2025-02-10 00:36:11 +09:00
Taiki Endo 1bfd4d7803 Release 2.48.3 2025-02-09 21:56:18 +09:00
Taiki Endo 128658a456 Update release-plz@latest to 0.3.119 2025-02-09 21:39:11 +09:00
Taiki Endo a2e9aff0dd Release 2.48.2 2025-02-09 10:10:00 +09:00
Taiki Endo cc0065f838 Update release-plz@latest to 0.3.118 2025-02-09 10:09:19 +09:00
Taiki Endo be9e3c2b45 Update readme 2025-02-09 02:54:59 +09:00
Taiki Endo e067f32759 Remove needless escape 2025-02-09 02:54:13 +09:00
Taiki Endo 98c0ece291 Update comments 2025-02-08 15:38:36 +09:00
Taiki Endo bee06ee963 codegen: Update ureq from 2 to 3 2025-02-06 23:24:03 +09:00
Taiki Endo daca891144 Update parse-dockerfile@latest to 0.1.1 2025-02-06 22:24:27 +09:00
Taiki Endo de09ec7413 Update parse-changelog@latest to 0.6.12 2025-02-06 22:24:27 +09:00
Taiki Endo 20d06c5ef0 Fix jq handling on Windows
Fix regression introduced in unreleased 400052b460.
2025-02-05 21:24:56 +09:00
Taiki Endo 8fe89aa3e0 gitattributes: Disable linguist detection for tools/tidy.sh 2025-02-05 15:55:23 +09:00
Taiki Endo 4666e04560 tools: Update tidy.sh and related configs 2025-02-04 01:29:05 +09:00
Taiki Endo 400052b460 Clean up scripts 2025-02-04 01:28:26 +09:00
Taiki Endo f9f8058789 Add .git-blame-ignore-revs 2025-02-04 01:10:30 +09:00
Taiki Endo 72827a9779 ci: Move manifest job to its own workflow to reduce needless test runs 2025-02-04 00:23:41 +09:00
Taiki Endo 55ec4a4d53 Remove duplicate in action.yml 2025-02-03 22:15:36 +09:00
Taiki Endo dc9bc151a3 Update .cspell.json 2025-02-03 07:27:19 +09:00
Taiki Endo 510b3ecd79 Release 2.48.1 2025-02-02 17:05:06 +09:00
Taiki Endo 536c746821 Update dprint@latest to 0.49.0 2025-02-02 13:18:01 +09:00
Taiki Endo 0dfccb316f Release 2.48.0 2025-02-02 05:33:29 +09:00
Taiki Endo ceb86e31f0 Update changelog 2025-02-02 05:33:04 +09:00
Taiki Endo 33d49f65f5 Add parse-dockerfile 2025-02-02 05:32:11 +09:00
Taiki Endo 1182afdbd1 ci: Update reusable workflows 2025-02-02 05:23:22 +09:00
Taiki Endo bf0c8c6dfb Update release-plz@latest to 0.3.116 2025-02-02 04:43:07 +09:00
Taiki Endo ebb53fb1a9 ci: Use taiki-e/github-actions/.github/workflows/test.yml reusable workflow 2025-02-01 03:10:51 +09:00
Taiki Endo 0b0596dd1e ci: Temporarily disable buggy ubuntu-24.04-arm runner
cargo-binstall or cargo called from it sometime crashes.
2025-02-01 03:10:22 +09:00
Taiki Endo 65835784ac Release 2.47.32 2025-01-31 14:32:14 +09:00
Taiki Endo 01f3d2d227 Update typos@latest to 1.29.5 2025-01-31 09:36:13 +09:00
Taiki Endo 76a1fec160 Release 2.47.31 2025-01-30 14:14:31 +09:00
Taiki Endo 78b9ec82a6 Update changelog 2025-01-30 14:14:11 +09:00
Taiki Endo be22d29d34 Fix clippy::unnecessary_semicolon warning
```
error: unnecessary semicolon
   --> tools/codegen/src/main.rs:251:10
    |
251 |         };
    |          ^ help: remove
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_semicolon
    = note: `-D clippy::unnecessary-semicolon` implied by `-D warnings`
    = help: to override `-D warnings` add `#[allow(clippy::unnecessary_semicolon)]`
```
2025-01-30 14:03:36 +09:00
Taiki Endo e466aa8e34 Update wash manifest 2025-01-30 06:14:20 +09:00
Taiki Endo afbe5c1715 Release 2.47.30 2025-01-29 08:24:34 +09:00
Taiki Endo 6fde044d27 codegen: Address cargo-cyclonedx 0.5.1 asset change 2025-01-29 08:18:24 +09:00
Taiki Endo 544f616845 ci: Remove not triggered manifest_sync workflow 2025-01-29 08:17:10 +09:00
Taiki Endo 3b94b1e00e Release 2.47.29 2025-01-29 05:10:54 +09:00
Taiki Endo f07d824129 Update .gitattributes 2025-01-29 05:06:29 +09:00
Taiki Endo fc5961fb83 codegen: cargo-zigbuild's macOS binary is universal binary 2025-01-29 04:57:09 +09:00
Taiki Endo df3b728223 codegen: Sort platform 2025-01-29 04:56:59 +09:00
Taiki Endo 58e7e8a24b codegen: Mark go's static-linked linux binaries as musl
Same as e77cabb736.
2025-01-29 04:56:49 +09:00
Taiki Endo 1d9ff62a86 codegen: shellcheck 0.10.0+ provides AArch64 macOS binary 2025-01-29 04:31:40 +09:00
Taiki Endo 85a4a5fd84 codegen: sccache 0.8.2+ provides AArch64 Windows binary 2025-01-29 04:30:01 +09:00
Taiki Endo 1790ab988a codegen: just 1.28.0+ provides AArch64 Windows binary 2025-01-29 04:28:54 +09:00
Taiki Endo 5f4612956d codegen: cargo-semver-checks provides AArch64 Linux binary 2025-01-29 04:26:21 +09:00
Taiki Endo 32bd555d43 codegen: mdbook 0.4.44+ provides AArch64 macOS binary 2025-01-29 04:26:07 +09:00
Taiki Endo 9359c95b44 Update mdbook@latest to 0.4.44 2025-01-29 03:30:13 +09:00
Taiki Endo 616d118cf5 Update cargo-semver-checks@latest to 0.39.0 2025-01-29 03:16:36 +09:00
Taiki Endo d298d2514f ci: Fix trigger of manifest_sync workflow
https://docs.github.com/en/actions/writing-workflows/choosing-when-your-workflow-runs/events-that-trigger-workflows#release
2025-01-28 16:59:54 +09:00
Taiki Endo 3e9c6e343d Release 2.47.28 2025-01-28 16:43:24 +09:00
Taiki Endo 953531b7ec Update changelog 2025-01-28 16:42:44 +09:00
Taiki Endo 5ad07d35ce manifest-schema: Improve quality as a library 2025-01-28 16:36:10 +09:00
Taiki Endo 22b428f64c Update .deny.toml 2025-01-28 16:08:46 +09:00
Taiki Endo c38191ad1a manifest-schema: Remove unused anyhow dependency 2025-01-28 16:08:07 +09:00
Taiki Endo 840858c0d8 Release 2.47.27 2025-01-28 13:22:33 +09:00
Taiki Endo 5508f9f361 Update editorconfig-checker@latest to 3.2.0 2025-01-28 06:16:43 +09:00
Taiki Endo 0448a6044a Update cargo-lambda@latest to 1.6.3 2025-01-28 06:16:43 +09:00
Taiki Endo a12d1334cb Release 2.47.26 2025-01-28 04:11:28 +09:00
Taiki Endo cfb63643d7 ci: Tweak manifest job 2025-01-28 04:06:00 +09:00
Taiki Endo c07a374332 Update wash@latest to 0.38.0 2025-01-28 03:20:37 +09:00
Taiki Endo 1936c8cfe3 Release 2.47.25 2025-01-25 00:31:34 +09:00
Taiki Endo 7dc3b24b24 Update release-plz@latest to 0.3.114 2025-01-25 00:12:51 +09:00
Taiki Endo 453d1643d3 Update git-cliff@latest to 2.8.0 2025-01-25 00:12:51 +09:00
Taiki Endo 6a08c6906b Release 2.47.24 2025-01-23 10:58:13 +09:00
Taiki Endo 13f7bb9fa7 Update syft@latest to 1.19.0 2025-01-23 06:13:01 +09:00
Taiki Endo 01b1eaed40 Update just@latest to 1.39.0 2025-01-23 06:13:01 +09:00
Taiki Endo 7e1dca9e0c Release 2.47.23 2025-01-22 10:44:53 +09:00
Taiki Endo 5daf677255 Update wasmtime@latest to 29.0.1 2025-01-22 09:35:30 +09:00
Taiki Endo 76f1dc9b86 Release 2.47.22 2025-01-22 01:37:52 +09:00
Taiki Endo 4b015a49b6 Update trunk@latest to 0.21.7 2025-01-22 00:15:48 +09:00
Taiki Endo da41fb311f Release 2.47.21 2025-01-21 20:14:58 +09:00
Taiki Endo 82214f4be3 Update knope@latest to 0.18.3 2025-01-21 11:03:20 +09:00
Taiki Endo 5c7ec4ff6e Release 2.47.20 2025-01-21 10:57:05 +09:00
Taiki Endo 401fb25d5a Update wasmtime@latest to 29.0.0 2025-01-21 06:12:09 +09:00
Taiki Endo 24758ef6e7 Release 2.47.19 2025-01-21 00:30:57 +09:00
Taiki Endo 24ac8132a4 Update trunk@latest to 0.21.6 2025-01-21 00:13:29 +09:00
Taiki Endo b4c4e2f7c4 Update parse-changelog@latest to 0.6.11 2025-01-20 06:11:22 +09:00
Taiki Endo a7adeb15af Release 2.47.18 2025-01-19 18:15:15 +09:00
Taiki Endo 25b04c0ead Update cargo-deny@latest to 0.16.4 2025-01-19 18:14:28 +09:00
Taiki Endo c39a412ce9 Update cargo-binstall@latest to 1.10.22 2025-01-19 18:14:28 +09:00
Taiki Endo fe065954f6 Release 2.47.17 2025-01-19 14:09:43 +09:00
Taiki Endo aaa64a3351 Update cargo-audit@latest to 0.21.1 2025-01-19 13:13:08 +09:00
Taiki Endo f99317473f Release 2.47.16 2025-01-19 03:16:29 +09:00
Taiki Endo 3523902f5a Update cargo-make@latest to 0.37.24 2025-01-19 03:15:07 +09:00
Taiki Endo e6e3706b36 Update readme 2025-01-17 16:45:12 +09:00
Taiki Endo 9469185794 Format shell scripts with indent_size = 2 to match scripts in CI config 2025-01-17 16:44:56 +09:00
Taiki Endo 1b8d452217 ci: Test ubuntu-22.04-arm and ubuntu-24.04-arm
https://github.blog/changelog/2025-01-16-linux-arm64-hosted-runners-now-available-for-free-in-public-repositories-public-preview/
2025-01-17 16:35:45 +09:00
Taiki Endo d125c0a835 Release 2.47.15 2025-01-17 02:02:24 +09:00