Version 0.1.9
~~~~~~~~~~~~~
Released: 2021-11-28

New Features:
 - Set which backends are supported in the pkgconfig file (Richard Hughes)
 - Use -Dcli=false to reduce the install size (Richard Hughes)

Bugfixes:
 - Return an error if we try to self-sign no bytes of data (Richard Hughes)
 - Show a more accurate output when not all engines are enabled (Richard Hughes)

Version 0.1.8
~~~~~~~~~~~~~
Released: 2021-05-24

Bugfixes:
 - Fix a warning when used in a subproject (Richard Hughes)
 - Fix compilation on FreeBSD (Richard Hughes)

Version 0.1.7
~~~~~~~~~~~~~
Released: 2021-05-06

New Features:
 - Do not use help2man to build manual pages (Richard Hughes)

Version 0.1.6
~~~~~~~~~~~~~
Released: 2021-02-08

New Features:
 - Fall back to the AliasId for validation (Richard Hughes)

Bugfixes:
 - Fix jcat_context_verify_blob() to use self verify for checksums (Richard Hughes)

Version 0.1.5
~~~~~~~~~~~~~
Released: 2021-01-08

New Features:
 - Allow verifying expired certificates with an additional argument (Richard Hughes)
 - Allow compiling json-glib as a subproject (Richard Hughes)

Version 0.1.4
~~~~~~~~~~~~~
Released: 2020-10-23

Bugfixes:
 - Export the old JCatEngine property to preserve internal ABI (Richard Hughes)
 - Do not fail verification if compiled without an engine (Mario Limonciello)

Version 0.1.3
~~~~~~~~~~~~~
Released: 2020-06-16

New Features:
 - Export the JcatBlobKind and JcatBlobMethod on the result (Richard Hughes)

Bugfixes:
 - Validate that gpgme_op_verify_result() returned at least one signature (Richard Hughes)

Version 0.1.2
~~~~~~~~~~~~~
Released: 2020-04-27

Bugfixes:
 - Lower the meson dep version for RHEL 8 (Richard Hughes)
 - Check for Python modules explicitly during build (Jan Tojnar)

Version 0.1.1
~~~~~~~~~~~~~
Released: 2020-04-14

New Features:
 - Allow adding an item ID 'alias' (Richard Hughes)

Bugfixes:
 - Make the installed tests actually work (Richard Hughes)
 - Run generate-version-script.py using the same Python as meson itself (Marek Szuba)
 - Only pass --version-script to linker when supported (Jan Tojnar)
 - Sign a simple string instead of /etc/machine-id (Simon McVittie)

Version 0.1.0
~~~~~~~~~~~~~
Released: 2020-03-23

Notes:
 - This is the first release of libjcat, a library for creating a modifying
   detached signature collections, a.k.a. Jcat files.
 - See https://github.com/hughsie/libjcat/blob/main/README.md for information.
