Skip to content

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 21 Aug 06:27
· 11 commits to main since this release

Added — release automation and verified installs

  • Added a tag-triggered GitHub Release workflow. It reuses the full
    cross-platform workflow, validates exact tag/manifest/changelog agreement,
    builds versioned ZIP and tar.gz archives from the committed Git tree,
    generates SHA-256 checksums and release metadata, creates signed GitHub build
    provenance, and publishes changelog-derived notes and assets.
  • Added scripts/build-release.ps1 plus a package smoke test covering archive
    structure, source commit, checksums, manifest, and notes under PowerShell 7
    and Windows PowerShell 5.1.
  • Added docs/INSTALLATION.md with current marketplace, pinned-tag, tagged-clone,
    local-directory, and release-archive install paths; Windows, Linux, and macOS
    checksum commands; provenance verification; extraction; and update behavior.
  • Made the cross-platform workflow reusable so release publication executes the
    same gates as normal main/PR validation. Added a pinned Ruff 0.16.4 CI job and
    removed four obsolete inline suppressions exposed by that gate.