3634 Commits

Author SHA1 Message Date
Taiki Endo 80779d0b81 Release 2.69.11 v2.69.11 2026-03-26 17:17:31 +00:00
Taiki Endo a69eea0c9b ci: Update to new release workflow 2026-03-27 02:00:56 +09:00
Taiki Endo 0ce9fed251 Update dprint@latest to 0.53.1 2026-03-26 16:00:50 +00:00
Taiki Endo c0f7516d26 Update mise@latest to 2026.3.16 2026-03-26 12:39:38 +00:00
Taiki Endo 7627fb428e Release 2.69.10 v2.69.10 2026-03-26 00:57:12 +09:00
Taiki Endo 5f2d29f673 Update biome@latest to 2.4.9 2026-03-25 15:46:32 +00:00
Taiki Endo 3bf59f7ecc Update mise@latest to 2026.3.15 2026-03-25 12:39:05 +00:00
Taiki Endo 328a871ad8 Release 2.69.9 v2.69.9 2026-03-25 10:30:39 +09:00
Taiki Endo b8df13537a Update uv@latest to 0.11.1 2026-03-25 00:56:46 +00:00
Taiki Endo 09ab1d9849 Update osv-scanner@latest to 2.3.5 2026-03-25 00:56:46 +00:00
Taiki Endo 4168e018ba Update mise@latest to 2026.3.14 2026-03-25 00:56:46 +00:00
Taiki Endo 7bc99eee1f Release 2.69.8 v2.69.8 2026-03-24 20:57:21 +09:00
♫ Christian Krause ♫ b3b4c93c56 Fix error message grammar (#1616) 2026-03-24 20:17:45 +09:00
Taiki Endo 1558ceeaae Update just@latest to 1.48.0 2026-03-24 05:35:50 +00:00
Taiki Endo 26d156ba84 Update uv@latest to 0.11.0 2026-03-24 00:47:22 +00:00
Taiki Endo f2b7c0747d Update rclone@latest to 1.73.3 2026-03-24 00:47:22 +00:00
Taiki Endo cc168bc1a8 Update mise@latest to 2026.3.13 2026-03-23 15:41:14 +00:00
Taiki Endo 0d865d5cc6 Release 2.69.7 v2.69.7 2026-03-23 23:19:45 +09:00
Taiki Endo 78e479f933 Update prek@latest to 0.3.8 2026-03-23 13:47:38 +00:00
Taiki Endo 3da8dc3058 Update cspell dictionary 2026-03-23 22:31:39 +09:00
Taiki Endo dcad28ece2 Update mise@latest to 2026.3.12 2026-03-23 00:55:49 +00:00
Taiki Endo 2c637c3acd Remove duplicated retry 2026-03-22 22:21:56 +09:00
Taiki Endo ef1e8ec3f0 ci: Update config 2026-03-22 22:20:46 +09:00
Taiki Endo 0673e7604e Update cargo-valgrind@latest to 2.4.1 2026-03-22 12:28:36 +00:00
Taiki Endo 06203676c6 Release 2.69.6 v2.69.6 2026-03-22 02:50:18 +09:00
Taiki Endo c35d18270e Support signature verification for mise and syft 2026-03-22 01:51:55 +09:00
Taiki Endo 525387f706 codegen: Clean up error handling and move some checks to appropriate
place

Unless error handling is done in particular care, in private tools this
approach tends to make debugging easier when failed.
2026-03-22 00:24:42 +09:00
Taiki Endo 7a6eff0bac Update cargo-binstall@latest to 1.17.8 2026-03-21 09:24:46 +00:00
Taiki Endo 458413b553 Update tombi@latest to 0.9.9 2026-03-21 05:38:52 +00:00
Taiki Endo b988c18e3d Release 2.69.5 v2.69.5 2026-03-21 12:38:29 +09:00
Taiki Endo 5fe6797db0 Update cargo-nextest@latest to 0.9.132 2026-03-21 00:46:56 +00:00
Taiki Endo a7e592b247 Release 2.69.4 v2.69.4 2026-03-21 06:23:44 +09:00
Taiki Endo a4d6c73c76 manifest-schema: Update changelog 2026-03-21 06:19:53 +09:00
Taiki Endo 7a358c794b manifest-schema: Release 0.2.0 install-action-manifest-schema-0.2.0 2026-03-21 06:09:13 +09:00
Taiki Endo 9881fbaadb Update TOOLS.md to include aliases 2026-03-21 05:53:02 +09:00
Taiki Endo 8418e9f725 Support artifact attestations verification 2026-03-21 04:45:12 +09:00
Taiki Endo 68bba89805 manifest-schema: Apply clippy::exhaustive_enums and
clippy::exhaustive_structs
2026-03-21 03:51:13 +09:00
Taiki Endo 7df5094d28 manifest-schema: Rename ManifestDownloadInfo::checksum to hash to reduce
manifest size

Before:
```
wc -c manifests/* | grep total
2808686 total
```

After:
```
wc -c manifests/* | grep total
2748178 total
```
2026-03-21 03:48:16 +09:00
Taiki Endo 9089010789 manifest-schema: BaseManifest is not a part of Manifest
manifest-schema branch doesn't contain base manifests.
2026-03-21 03:31:00 +09:00
Taiki Endo 62070b7b24 Update changelog 2026-03-21 03:31:00 +09:00
Taiki Endo f16aa47b3d ci: Disable deployment
https://github.blog/changelog/2026-03-19-github-actions-late-march-2026-updates/#github-actions-now-allows-developers-to-use-environments-without-auto-deployment
2026-03-21 03:31:00 +09:00
Taiki Endo 03a2370761 Update tombi@latest to 0.9.8 2026-03-20 18:29:57 +00:00
Taiki Endo f8322bb843 Update parse-dockerfile@latest to 0.1.5 2026-03-20 12:27:53 +00:00
Taiki Endo f5c88d8488 Update parse-changelog@latest to 0.6.16 2026-03-20 12:27:53 +00:00
Taiki Endo b80e8eed11 Update cargo-llvm-cov@latest to 0.8.5 2026-03-20 12:27:53 +00:00
Taiki Endo a7a74ddf5f Update wasmtime@latest to 43.0.0 2026-03-20 09:29:01 +00:00
Taiki Endo 7d134d9881 Update cargo-no-dev-deps@latest to 0.2.23 2026-03-20 09:29:01 +00:00
Taiki Endo 49fd085610 Update cargo-minimal-versions@latest to 0.1.37 2026-03-20 09:29:01 +00:00
Taiki Endo b8a17261ce Update cargo-hack@latest to 0.6.44 2026-03-20 09:29:01 +00:00
Taiki Endo c12d62a803 Release 2.69.3 v2.69.3 2026-03-20 14:32:37 +09:00