Skip to content

Latest commit

 

History

History
52 lines (30 loc) · 1.21 KB

CHANGELOG.md

File metadata and controls

52 lines (30 loc) · 1.21 KB

Changelog

The format is based on the latest version of Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

[0.1.4] - 2024-09-27

Fixed

  • Suppress RUSTSEC-2024-0370 proc-macro-error unmaintaned library advisory.

Changed

  • Update upstream dependencies.

[0.1.3] - 2024-06-20

Fixed

  • Spelling with the use of typos.
  • Apply creation rules with fallback regex for encrypt subcommand when stdin is used. #39

[0.1.2] - 2024-03-05

Added

  • CLI subcommand documentation for rops keys {add,remove}.
  • Short description and attribution to SOPS in README.md

Fixed

  • Update mio with RUSTSEC-2024-0019 patch.
  • Cargo.lock being present in .gitignore.

[0.1.1] - 2024-02-11

Added

  • Additional status badges to REAME.md.
  • Workspace crate point the package.readme to the repo README.md.
  • Publish to crates.io release workflow job.

Changed

  • README.md badges now use "for-the-badge" styling.
  • Release workflow is not triggered by creating git tags.

Fixed

  • Conditional compilation flags above AgeConfig visibility export.