Commit Graph

7 Commits

Author SHA1 Message Date
Taiki Endo
a162d2b731 Release 0.3.0 2026-04-15 13:51:59 +00:00
Taiki Endo
0cc19d4b74 codegen: Remove flaky license auto-detection 2026-04-15 22:25:36 +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 2026-03-21 06:09:13 +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
ec01b5f325 manifest-schema: Release 0.1.1 2025-09-20 10:55:18 +09:00