Releases: cloudflare/gokey
Releases · cloudflare/gokey
v0.1.3
What's Changed
- Import deterministic ECDSA key generation code from Go 1.18 crypto/ecdsa package by @zhsj in #63
- CI: bump actions/setup-go to v4 by @kbdharun in #64
- chore: use bytes.Equal instead by @testwill in #66
- Update workflow definitions by @ignatk in #71
- Move the gokey cmd main to an importable package by @pdmccormick in #70
- Bump golang.org/x/crypto from 0.0.0-20220622213112-05595931fe9d to 0.17.0 by @dependabot in #68
- allow setting master password via environment variable by @dannyfast in #72
New Contributors
- @zhsj made their first contribution in #63
- @kbdharun made their first contribution in #64
- @testwill made their first contribution in #66
- @pdmccormick made their first contribution in #70
- @dependabot made their first contribution in #68
- @dannyfast made their first contribution in #57
Full Changelog: v0.1.2...v0.1.3
v0.1.2
v0.1.1
What's Changed
- Add ability to set password length by @levidurfee in #29
- Make password prompts go to stderr - resolves #31 by @ntuckerxx in #32
- Update dependencies (go get -u) by @frebib in #34
- Add support for P-384, also known as secp384r1 by @awnumar in #35
- Wrap long lines in LICENSE and README.md by @bdrung in #37
- Update readme and dependencies by @jagger27 in #40
- Use GitHub Actions by @jagger27 in #43
- replaced deprecated package by @IgnorantSapient in #47
- Improvements to Github actions - added macOS,Windows + cron by @IgnorantSapient in #48
- Publish release binaries from GitHub actions by @ignatk in #52
New Contributors
- @levidurfee made their first contribution in #29
- @ntuckerxx made their first contribution in #32
- @frebib made their first contribution in #34
- @awnumar made their first contribution in #35
- @jagger27 made their first contribution in #40
- @IgnorantSapient made their first contribution in #47
Full Changelog: v0.1.0...v0.1.1
First tagged release
Starting to tag releases for better integration with Go modules ecosystem