diff --git a/tools/manifest-schema/CHANGELOG.md b/tools/manifest-schema/CHANGELOG.md index 944c3b76..d129e631 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.3.0] - 2026-04-15 + - Remove no longer used `Manifests::license_markdown`. ## [0.2.0] - 2026-03-20 @@ -34,6 +36,7 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com Initial release -[Unreleased]: https://github.com/taiki-e/install-action/compare/install-action-manifest-schema-0.1.1...HEAD +[Unreleased]: https://github.com/taiki-e/install-action/compare/install-action-manifest-schema-0.3.0...HEAD +[0.3.0]: https://github.com/taiki-e/install-action/compare/install-action-manifest-schema-0.1.1...install-action-manifest-schema-0.3.0 [0.1.1]: https://github.com/taiki-e/install-action/compare/install-action-manifest-schema-0.1.0...install-action-manifest-schema-0.1.1 [0.1.0]: https://github.com/taiki-e/install-action/releases/tag/install-action-manifest-schema-0.1.0 diff --git a/tools/manifest-schema/Cargo.toml b/tools/manifest-schema/Cargo.toml index f74c924a..7b924216 100644 --- a/tools/manifest-schema/Cargo.toml +++ b/tools/manifest-schema/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "install-action-manifest-schema" -version = "0.2.0" #publish:version +version = "0.3.0" #publish:version edition = "2021" rust-version = "1.79" # Align to cargo-binstall: https://crates.io/crates/cargo-binstall license = "Apache-2.0 OR MIT"