Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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