v0.3.1 - Maintenance Release (2025-12-22)¶
What Changed?¶
This patch release includes minor refactoring and file organization improvements. The create_session_summary.py script has been renamed to create_run_summary.py for better semantic alignment with the project's terminology.
What's New¶
No new features in this maintenance release. See v0.3.0 for the session summary generator script.
Installation¶
Quick Start¶
# Get the release
git checkout vX.Y.Z
# Setup
task env:setup
# Run CLI
uv run kazunoko --help
What's Different from the Last Version?¶
✅ Added¶
- None (maintenance release)
🔧 Changed¶
- Renamed
create_session_summary.pytocreate_run_summary.pyfor consistency with project terminology
🐛 Fixed¶
- None
Is It Safe to Upgrade?¶
Backward Compatible: Yes
- No breaking changes to any APIs or CLI commands
- File rename is only in examples directory and does not affect library functionality
- Existing users can safely upgrade without any modifications
Tests Passed¶
- ✅ Builds without errors
- ✅ File rename does not break any imports or references
- ✅ Script functionality unchanged after rename
Release Details¶
- Date: 2025-12-22
- Version: v0.3.1
- Files Changed: 1 (file rename)
- Commits: f14e18a
Next Steps¶
- Continue development on session/run summary features based on user feedback
- Integration with measurement workflows
- Documentation updates to reflect new script naming