Skip to content

2.0.2

Compare
Choose a tag to compare
@wwkimball wwkimball released this 30 May 21:11
· 895 commits to master since this release
4ec376f

Bug Fixes:

  • eyaml-rotate-keys was broken by the refactoring for 2.0.0. eyaml-rotate-keys
    v1.0.2 restores functionality.

Enhancements:

  • Command-line tools are now managed via pip as entry_points/console_scripts
    rather than external binaries. This enables superior cross-platform
    compatibility as well as unit testing. As such, all of the CLI tools have
    been updated pursuant to (generally trivial, excepting eyaml-rotate-keys)
    issues discovered during their newfound CI tests.