Skip to content

v1.0.2

Choose a tag to compare

@naterator naterator released this 16 Mar 11:43
· 3 commits to main since this release
a968eab
feat: add CLI version and self-update commands

- add version and autoupdate subcommands to the Cobra CLI
- inject runtime version and update dependencies through the CLI
- download the latest GitHub release for the current OS and arch
- verify release binaries with SHA-256 checksums before replacing
- skip updates when the installed version already matches the release
- cover update success, skip, and checksum failure paths in tests
- trim stale docs links from the README and point to the license