Skip to content

Commit e305a7c

Browse files
committed
updated changelog
1 parent d9725a0 commit e305a7c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)