Files
install-action/tools/manifest-schema/CHANGELOG.md
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

1.1 KiB

Changelog

All notable changes to this project will be documented in this file.

This project adheres to Semantic Versioning.

Unreleased

  • Rename ManifestDownloadInfo::checksum field to hash to reduce manifest size.

  • Remove BaseManifest and related types since they are unrelated to public manifests.

0.1.1 - 2025-09-20

  • Add HostPlatform::{powerpc64le_linux_gnu,powerpc64le_linux_musl,riscv64_linux_gnu,riscv64_linux_musl,s390x_linux_gnu,s390x_linux_musl} (#1133)

0.1.0 - 2025-01-28

Initial release