Commit Graph

6 Commits

Author SHA1 Message Date
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
49eda53325 Update martin@latest to 1.4.0 2026-03-15 12:34:31 +00:00
Taiki Endo
61e7476da0 Update martin@latest to 1.3.1 2026-02-12 09:50:19 +09:00
Taiki Endo
49adc5b503 Update martin@latest to 1.3.0 2026-01-30 06:20:15 +09:00
Taiki Endo
389b56344a Update martin@latest to 1.2.0 2026-01-04 18:17:10 +09:00
Frank Elsinga
72b24c709c Support martin (#1364) 2025-12-17 19:48:25 +09:00