mirror of
https://github.com/taiki-e/install-action.git
synced 2026-04-18 20:02:36 +08:00
1.8 KiB
1.8 KiB
Changelog
All notable changes to this project will be documented in this file.
This project adheres to Semantic Versioning.
Unreleased
0.3.0 - 2026-04-15
- Remove no longer used
Manifests::license_markdown.
[0.2.0] - 2026-03-20
-
Rename
ManifestDownloadInfo::checksumfield tohashto reduce manifest size. -
Make
Version,Manifests,Manifest,ManifestDownloadInfo,ManifestTemplate,ManifestTemplateDownloadInfo, andHostPlatform#[non_exhaustive]. -
Add
Manifest::new,ManifestDownloadInfo::new, andManifestTemplateDownloadInfo::new. -
Implement
DefaultforManifestTemplate. -
Remove
BaseManifestand related types since they are unrelated to public manifests. -
Enable release immutability.
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