From 7a0c646b909ed4b6bb501830ccc5f1356721e17b Mon Sep 17 00:00:00 2001 From: Luis Betancourt <225334064+LueBangs-coder@users.noreply.github.com> Date: Sun, 14 Jun 2026 19:40:57 -0400 Subject: [PATCH] docs: cut CHANGELOG 0.2.0 release section Promotes the Unreleased entries to [0.2.0] - 2026-06-14 and adds the compare links (resolve once the v0.2.0 tag is created by the release). Co-Authored-By: Claude Opus 4.8 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0cdeaa8..e999b0d 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.2.0] - 2026-06-14 + ### Added - **Real-repository adapter** (`nemesis check`): runs the detectors against a real repository, building the run artifact from read-only git state @@ -35,5 +37,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - `nemesis eval`: scores every detector against synthetic known-truth runs and renders a Markdown report (`--output`). -[Unreleased]: https://github.com/LueBangs-coder/nemesis-eval/compare/v0.1.0...HEAD +[Unreleased]: https://github.com/LueBangs-coder/nemesis-eval/compare/v0.2.0...HEAD +[0.2.0]: https://github.com/LueBangs-coder/nemesis-eval/compare/v0.1.0...v0.2.0 [0.1.0]: https://github.com/LueBangs-coder/nemesis-eval/releases/tag/v0.1.0