macOS signing restored; tap formula path fixed
- macOS binaries are signed and notarized again. The signing secrets were lost in a repo transfer, so v1.0.5 and v1.0.6 shipped unsigned darwin binaries (Homebrew installs were unaffected; direct downloads hit Gatekeeper warnings). Both darwin builds in this release are signed with a Developer ID Application certificate under the hardened runtime and accepted by Apple's notary service.
- Homebrew tap updates now land in
Formula/. goreleaser's default wrote the formula to the tap root, which brew ignores when aFormula/directory exists — v1.0.6's automated tap update had to be reconciled by hand. This is the first release published end-to-end with no manual steps.
No functional changes to the CLI itself since v1.0.6.
Full Changelog: v1.0.6...v1.0.7