From 7a358c794b0593663f4e5b412710bf9d4789a985 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Sat, 21 Mar 2026 06:09:13 +0900 Subject: [PATCH] manifest-schema: Release 0.2.0 --- tools/manifest-schema/CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/manifest-schema/CHANGELOG.md b/tools/manifest-schema/CHANGELOG.md index eb8ee0e3..43fe522d 100644 --- a/tools/manifest-schema/CHANGELOG.md +++ b/tools/manifest-schema/CHANGELOG.md @@ -10,6 +10,8 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com ## [Unreleased] +## [0.2.0] - 2026-03-20 + - Rename `ManifestDownloadInfo::checksum` field to `hash` to reduce manifest size. - Make `Version`, `Manifests`, `Manifest`, `ManifestDownloadInfo`, `ManifestTemplate`, `ManifestTemplateDownloadInfo`, and `HostPlatform` `#[non_exhaustive]`.