Releases: fpco/amber
Releases · fpco/amber
v0.1.6
What's Changed
- document the read from stdin feature, showing an example by @chrisjsimpson in #35
- Update toolchain and dependencies by @psibi in #36
New Contributors
- @chrisjsimpson made their first contribution in #35
Full Changelog: v0.1.5...v0.1.6
v0.1.5
v0.1.4
What's Changed
- Add option to display only secret key when exec amber init by @matsubara0507 in #28
- Add docs for github action by @psibi in #29
- Upgrade to clap v4 and other changes by @psibi in #31
- Migrate from sodiumoxide to crypto_box by @psibi in #32
- Add auto release on version tags by @psibi in #33
New Contributors
- @matsubara0507 made their first contribution in #28
Full Changelog: v0.1.3...v0.1.4
v0.1.3
v0.1.2
- Allow
encrypt
subcommand to take secret value fromstdin
#15 - Amber searches the parent directory for the amber.yaml file if
amber.yaml isn't present in the current working directory. This
check is only done when no explicit amber-yaml is specificed (unless
the specified amber yaml itself is amber.yaml which is the default
value)
What's Changed
- Allow encrypting values from stdin (fixes #15) by @snoyberg in #16
- Mention AUR package in README by @wezm in #18
- Add installation section for Nix/NixOS by @psibi in #19
- Search amber.yaml in parent directory in some cases by @psibi in #22
- Update clap and other dependencies by @psibi in #23
New Contributors
Full Changelog: v0.1.1...v0.1.2