Skip to content

v0.11.2

Choose a tag to compare

@github-actions github-actions released this 20 Aug 12:59
· 2 commits to main since this release

Added

  • GitHub Releases are now created automatically on every version tag push
    (.github/workflows/publish-image.yml), with notes pulled straight from that version's
    CHANGELOG.md section. Previously a tag push only built the GHCR image — the Release itself was
    always a manual step, and it quietly stopped happening after v0.10.4 (v0.10.5 through v0.11.1
    shipped with tags but no Releases until this was noticed and backfilled).

Fixed

  • CHANGELOG.md was missing the ## [0.10.4] header — the Dependabot entry had been folded
    invisibly into [0.10.5]'s section since it shipped.