From d0a51e63503a85bd117717f902bad37f299509be Mon Sep 17 00:00:00 2001 From: coisa <426835+coisa@users.noreply.github.com> Date: Fri, 24 Apr 2026 22:49:11 +0000 Subject: [PATCH] Prepare release v0.1.0 --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b4434a0..d28bec4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.0] - 2026-04-24 + ### Added - Bootstrap the initial enum component with helper APIs, reusable traits, packaged enum catalogs, state-machine utilities, documentation, and repository automation. @@ -15,3 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Restore catalog and domain enum coverage so CI dependency and coverage gates pass. - Update DevTools workflow wrappers so changelog releases and wiki-triggered test validation receive the permissions and triggers required by the shared automation (#3). + + +[unreleased]: https://github.com/php-fast-forward/enum/compare/v0.1.0...HEAD +[0.1.0]: https://github.com/php-fast-forward/enum/releases/tag/v0.1.0