v1.0.3
What's Changed
- Add shellcheck to CI (refs #1) by @dolph in #6
- Simplify shellcheck discovery to .sh only (review feedback from #6) by @dolph in #7
- Add configurable cache TTL so revoked keys stop authenticating (closes #3) by @dolph in #8
- Stop killing the process on HTTP fetch errors (closes #2) by @dolph in #10
- Publish sha256 alongside the release binary and verify on install (closes #12, #1) by @dolph in #25
- Add CHANGELOG.md and use it as the release body (closes #17) by @dolph in #26
- Cut v1.1.0 by @dolph in #27
- Add configurable http_timeout so a hung upstream can't block sshd auth (closes #31) by @dolph in #37
- Fix main() panicking on os.Args[1] when invoked with no arguments (closes #29) by @dolph in #38
- Add automated semver + CI + binary release workflows by @dolph in #41
New Contributors
Full Changelog: v1.0.2...v1.0.3