uuidkey v1.2.0
Installation
Download Binary
Download the appropriate binary for your platform from the assets below.
Using Go
go install github.com/agentstation/uuidkey/cmd/uuidkey@v1.2.0Verify Checksums
# Download checksums.txt and the binary, then:
sha256sum -c checksums.txtChangelog
New Features
- b466af2: feat: add CLI binary with comprehensive tests and near 100% coverage (@jackspirou)
Bug fixes
- 596018d: fix: improve CLI test stability and coverage reporting (@jackspirou)