Skip to content

Release v1.1.0

Latest

Choose a tag to compare

@DLinacre DLinacre released this 07 Aug 14:18
· 118 commits to main since this release
2b60cd4

Changelog

[1.1.0] — 2026-06-20

✨ New Features

  • initial project scaffold with src, tests, CI workflow

🐛 Bug Fixes

  • ci: clean quality_check.py — verified syntax, no heredoc
  • ci: tighten regex — only flag literal string assignments

⚙️ CI/CD

  • add PR template with full pre-merge checklist
  • add CODEOWNERS for automatic PR reviewer assignment
  • add CODEOWNERS for automatic PR reviewer assignment
  • add CODEOWNERS for automatic PR reviewer assignment
  • replace heredoc quality check with script — fix Actions runner compat
  • add standalone quality_check.py script
  • add workflow_dispatch trigger for manual runs
  • use PIPELINE_TOKEN secret + REPO_OWNER/REPO_NAME vars — no hardcoded credentials
  • use PIPELINE_TOKEN secret + REPO_OWNER/REPO_NAME vars — no hardcoded credentials

📌 Other

  • Initial commit