pyvider-hcl 2025-12-24
Bumped version to 0.3.0 and rewrote CI workflow
3 files · 50+ · 75-

Bumped version to 0.3.0

2 files changed
  • VERSION Updated version to 0.3.0
  • pyproject.toml Updated version references for 0.3.0 release
  • Coordinated version bump to 0.3.0 for ecosystem-wide release baseline behavioral
    2 files
    • VERSION
    • pyproject.toml

Rewrote CI pipeline using reusable actions

1 file changed
  • main.yml Replaced with modern ci.yml using provide-io/ci-tooling composite actions
  • Replaced the manual main.yml workflow with ci.yml using provide-io/ci-tooling/actions/setup-python-env@main baseline behavioral
    1 file
    • main.yml
  • Reorganized into three jobs: quality (ruff, mypy), test (pytest with coverage), and build qualify internal
    1 file
    • main.yml
  • Added workflow_dispatch trigger and simplified to single ubuntu-latest with Python 3.11 baseline internal
    1 file
    • main.yml