Skip to content

0.5.0

Choose a tag to compare

@lesnik512 lesnik512 released this 09 Jun 13:25
· 16 commits to main since this release
ffbf4d7

New

  • semvertag tag --dry-run — compute the bump and print the result without pushing a tag. Useful for previewing the next version locally and for CI smoke tests that need to exercise the composite action side-effect-free. JSON output uses a new status: "dry_run" value; human-readable rendering says "Dry run: would create tag X on commit Y…". (#15)
  • Docs site auto-deploys to https://semvertag.modern-python.org on every push to main that touches docs/, mkdocs.yml, or the docs workflow. (#14)

CI

  • GitHub Actions pins bumped to current majors: actions/checkout@v6, extractions/setup-just@v4, astral-sh/setup-uv@v8.2.0. (#14)
  • action-smoke gated to pull_request events only. (#13)