Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
uses: goreleaser/goreleaser-action@v7.2.3
with:
distribution: goreleaser
version: v2.18.0
version: v2.18.1
install-only: true

- name: Release artifact smoke test
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-legacy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
uses: goreleaser/goreleaser-action@v7.2.3
with:
distribution: goreleaser
version: v2.18.0
version: v2.18.1
args: release --clean --config /tmp/.goreleaser.yaml --release-notes /tmp/release-notes.md
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ The first tagged release is 0.2.0; the 0.1.0 section reconstructs earlier projec

## Unreleased

### Highlights

Local source builds gain a portable install helper with macOS signature verification.

- Added `make build` and `make install`, with a configurable destination, directory creation, and macOS signing and verification after replacement. Thanks @omarshahine.
- Updated repository-owned GoReleaser tooling to 2.18.1 for archive-path fixes, dependency security updates, and temporary-directory cleanup improvements.

## 0.2.4 - 2026-09-05

### Highlights
Expand Down