- Upgrade rust toolchain to 1.79.0
- Upgrade dependencies.
- Update rust toolchain to 1.67.0
- Fix cargo lock file issue causing packaging problem.
- Upgrade to clap v4
- Add
--only-secret-key
option foramber init
- Switch to crypto_box from sodiumoxide.
- Add the
write-file
command
- 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)
- Add masking support #1
- Add subcommand
generate
#7 - Do
vergen
initialization only when.git
directory is present. This makes amber easy to package for distributions like NixOS. - Rework print subcommand to provide more output styles. #11
Initial release