Skip to content

Releases: DLinacre/myhub-pipeline

Release v1.2.0

Choose a tag to compare

@DLinacre DLinacre released this 07 Aug 14:18

Changelog

[1.2.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

📝 Documentation

  • changelog: enriched CHANGELOG for 1.1.0 [skip ci]

⚙️ CI/CD

  • add webhook event relay workflow [skip ci]
  • add labeler.yml [skip ci]
  • add auto-label.yml [skip ci]
  • add config.yml [skip ci]
  • add feature_request.md [skip ci]
  • add bug_report.md [skip ci]
  • add dependabot.yml [skip ci]
  • 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

🔧 Chores

  • seed webhook_events.json [skip ci]
  • pipeline snapshot 2026-06-20T19:03:11Z
  • release: update CHANGELOG for 1.1.0 [skip ci]
  • release: bump version 1.0.0 → 1.1.0 [skip ci]
  • update .gitignore [skip ci]
  • update test_pipeline.py [skip ci]
  • update test_utils.py [skip ci]
  • update init.py [skip ci]
  • update pipeline.py [skip ci]
  • update utils.py [skip ci]
  • update init.py [skip ci]
  • update requirements.txt [skip ci]
  • update VERSION [skip ci]
  • update README.md [skip ci]

📌 Other

  • security: update security scan report [skip ci]
  • Initial commit

Release v1.1.0

Choose a tag to compare

@DLinacre DLinacre released this 07 Aug 14:18
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