docs: rename v0.1.1 to v0.2.0 in CHANGELOG
The Redactor introduces a new public API surface (RedactorInterface plus per-game implementation), which under semver is a minor version bump, not a patch. Correcting the changelog before the v0.1.1 tag is re-pointed at v0.2.0 in a follow-up step.
This commit is contained in:
@@ -6,9 +6,9 @@ The format follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/) and
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [0.1.1] — 2026-05-01
|
||||
## [0.2.0] — 2026-05-01
|
||||
|
||||
Render-time PII redaction utility added on the same calendar day as v0.1.0; cut as a separate point release so consumers (notably iblogs) can pin to the redactor-aware version explicitly.
|
||||
Render-time PII redaction utility added on the same calendar day as v0.1.0. Cut as a minor version bump rather than a patch because it adds a new public API surface (`RedactorInterface` plus the per-game implementation), which under semver is a minor change, not a patch. Consumers (notably iblogs) pin to `^0.2.0` to opt into the redactor-aware version.
|
||||
|
||||
### Added
|
||||
|
||||
@@ -51,5 +51,5 @@ First public release. Codex is a generic PHP log parsing and analysis framework
|
||||
- **Other game implementations** — `Minecraft`, `Hytale`, and `SevenDaysToDie` are detective-stub-only. Each has a TODO `<Game>Detective` extending base `Detective`; their per-component subdirectories under `Analyser`, `Log`, `Parser`, and `Pattern` contain only `.gitkeep` placeholders. Real implementations land if and when fixtures and demand exist.
|
||||
- **Packagist publication** — v0.1.0 is consumable via Composer's `vcs` repository entry pointing at the Gitea remote. Pushing to Packagist is a separate decision and is not in scope for this release.
|
||||
|
||||
[0.1.1]: https://git.indifferentketchup.com/indifferentketchup/ik-codex/releases/tag/v0.1.1
|
||||
[0.2.0]: https://git.indifferentketchup.com/indifferentketchup/ik-codex/releases/tag/v0.2.0
|
||||
[0.1.0]: https://git.indifferentketchup.com/indifferentketchup/ik-codex/releases/tag/v0.1.0
|
||||
|
||||
Reference in New Issue
Block a user