Release v0.6.0
What's Changed
New Features
- feat: implement comprehensive pre-commit hooks for automated code quality enforcement (310eabc)
Bug Fixes
- fix: resolve automated release system inconsistencies and improve workflow logic (64ba79f)
- fix: resolve critical CI/CD pipeline failures - Black formatting and Windows Unicode encoding (dde1473)
- fix: complete Windows Unicode encoding fixes in CI workflow (b06861a)
- fix: resolve Windows Unicode encoding errors in CI workflow verification scripts (dbe60c0)
- fix: resolve flake8 line length violations (E501 errors) (8a7e862)
- fix: resolve module name mismatch causing Integration Test failures on Windows (d98a2e2)
- fix: resolve Python package installation error in Code Quality workflow (618d85b)
Maintenance
- chore: bump version to 0.6.0 [skip ci] (cddcd2e)
- docs: add comprehensive pre-commit hooks documentation and README updates (ae867d1)
Installation
pip install demopy_gb_jj==0.6.0Usage
import demopy
print(demopy.hello()) # Hello from demopy_gb_jj!
print(demopy.add(5, 7)) # 12Full Changelog: v0.4.1...v0.6.0