v1.1.0
What's Changed
Added
- Issue templates (bug report and feature request)
- Pull request template with checklist
- CODEOWNERS file
Fixed
- Critical: Hyphenated action inputs (
coverage-files,compare-branch, etc.) were not being read due to env var name mismatch — all hyphenated inputs now work correctly - Docker Build CI job failing because verify step appended args to ENTRYPOINT
- Git
safe.directoryerror when Docker actions mount the runner workspace - GHCR image push failing due to uppercase characters in repository name
- Ruff lint/format violations and mypy type errors
Full Changelog: v1.0.0...v1.1.0