Skip to content

v0.1.2

Compare
Choose a tag to compare
@snoyberg snoyberg released this 18 Jan 09:07
· 43 commits to main since this release
v0.1.2
2c2c2ec
  • Allow encrypt subcommand to take secret value from stdin #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

  • @wezm made their first contribution in #18

Full Changelog: v0.1.1...v0.1.2