Release 0.3.0

This commit is contained in:
Taiki Endo
2026-04-15 13:51:59 +00:00
parent 9103fd9c70
commit a162d2b731
2 changed files with 5 additions and 2 deletions

View File

@@ -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

View File

@@ -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"