File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1414- ` .env.template ` file for easier development setup
1515- Code style guide for AI assistants (` .agent/rules/code-style-guide.md ` )
1616- Pre-commit hooks with Ruff integration
17+ - Version consistency check script (` scripts/check_version.py ` )
18+ - Manual release workflow (` release.yml ` ) that creates GitHub releases from CHANGELOG
19+ - CI check to ensure CHANGELOG is updated in every PR
1720
1821### Changed
1922
@@ -25,6 +28,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2528- Renamed test files to use ` _test.py ` suffix instead of ` test_ ` prefix
2629- Updated GitHub Actions workflows to use ` uv ` instead of Docker
2730- Improved docstrings across the codebase
31+ - Completely rewritten README with clearer structure and examples
32+ - Updated Read the Docs configuration to v2 format with modern Sphinx versions
2833
2934### Removed
3035
You can’t perform that action at this time.
0 commit comments