Changes since v1.7.10
- v2.0.0 (ab1bd3b)
- docs: restructure README with benefits-first approach and improved navigation (cca05cb)
- docs: Updated README.md (65b2e4c)
- docs: Updated and added mermaid diagrams to describe release and development workflows (a6fe9a3)
- feature: uv.lock updated for dev dep toml-cli (f0b7278)
- style: fix ruff formatting in template main.py (8805f5e)
- fix: configure git user for cookiecutter tests in CI (ec0989f)
- fix: only trigger release workflow on semantic version tags (6f36d17)
- ci: Only test the tool with the minimum python version required (3.13 right now) (d1fd5d6)
- feat: add dynamic Python version detection to template CI (730e659)
- Merge pull request #25 from JnyJny/features/add-template-release-workflow (d5e1a3f)
- Merge branch 'main' into features/add-template-release-workflow (5a39514)
- Updated tests to satisfy ruff. (35a4821)
- bug: fixed broken package names in test_configuration_matrix (a9080e8)
- bugs: updated src and tests to statisfy ruff (40cc6c7)
- bug: release workflow setup-uv called for wrong version of python instead of using pyproject.toml (16d2590)
- docs: optimize CLAUDE.md for reduced token usage (3b75b68)
- docs: update CLAUDE.md with new GitHub workflow details (1f9740b)
- feat: add GitHub Actions workflow for template releases (80e36c9)
- refactor: remove mypy from template in favor of ty (8df0a89)
- Merge pull request #24 from JnyJny/features/update-github-workflows (f176ede)
- feat: added template dev dependency toml-cli for extracting testing matrix from pyproject.toml (b4f725c)
- feat: add CI configuration section to template pyproject.toml (167642a)
- docs: update workflows README with comprehensive workflow documentation (ff26435)
- style: apply ruff formatting to test files (513b537)
- feat: update GitHub workflows with modern CI/CD practices (fff2361)
Full Changelog
See CHANGELOG.md for complete release notes.
What's Changed
- feat: modernize GitHub workflows with busylight-core patterns by @JnyJny in #24
- feat: add GitHub Actions workflow for template releases by @JnyJny in #25
Full Changelog: v1.7.10...v2.0.0