Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[Unreleased]
Added
- Initial project template with modern tooling
- Support for Python 3.11+
- Comprehensive CI/CD with GitHub Actions
- Documentation with MkDocs Material theme
- Pre-commit hooks configuration
- Testing setup with pytest and coverage
Changed
- Nothing yet
Deprecated
- Nothing yet
Removed
- Nothing yet
Fixed
- Nothing yet
Security
- Nothing yet
[0.1.0] - 2025-10-22
Added
- Initial release of the Python project template
- Modern tooling setup with uv, ruff, and pyright
- Comprehensive testing framework with pytest
- CI/CD pipeline with GitHub Actions
- Documentation generation with MkDocs
- Pre-commit hooks for code quality
- Dependency management with uv
- Type checking with pyright
- Linting and formatting with ruff