sop 0.8.2

Rust Interface for the Stateless OpenPGP Interface
Documentation
                                                              -*- org -*-
#+TITLE: sop-rs NEWS – history of user-visible changes
#+STARTUP: content hidestars

* Changes in 0.8.2
** Notable fixes
   - Include inline-verify in the verification-only subset.  Fixes
     shell completions and manual page for the verification utility,
     and the availability of the inline-verify subcommand if the full
     utility is invoked in verification-only mode (like in a
     multi-call binary).

* Changes in 0.8.1
** Notable fixes
   - File descriptors given to the CLI are now checked at argument
     parse time.
   - Usage generation has been fixed.
   - Manual generation has been fixed.

** Notable changes
   - The CLI frontends and asset generation has been reworked.  Please
     see through the `cli` module documentation for how to make best
     use of the new interface.

** New functionality
   - cli::write_shell_completions2

** Deprecated functionality
   - cli::write_shell_completions

* Changes in 0.8.0
** Notable changes
   - Started NEWS file.
   - We target draft-dkg-openpgp-stateless-cli-11 now.