Skip to content
Open
Show file tree
Hide file tree
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
7 changes: 7 additions & 0 deletions progress.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 2025-07-03 β€” Release Candidate v0.2.0-rc.1

- Performance regression testing implemented
- LLM Judge evaluation system enhanced
- Background task processing optimized
- Comprehensive test reporting

## 2025-07-03 β€” Deterministic Performance Regression Test for LLM Judge (by SourC)

- Added `scripts/test_performance_regression.py` to measure LLM Judge evaluation time and memory usage.
Expand Down
1 change: 1 addition & 0 deletions version.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
VERSION = "0.2.0-rc.1"
Copy link

Copilot AI Jul 3, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove the trailing whitespace after the version string to adhere to style guidelines and avoid unnecessary diff noise.

Suggested change
VERSION = "0.2.0-rc.1"
VERSION = "0.2.0-rc.1"

Copilot uses AI. Check for mistakes.