Skip to content

Commit

Permalink
0.22.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthiasValvekens committed Mar 7, 2024
1 parent 5041978 commit e9f2a07
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 2 deletions.
36 changes: 36 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,42 @@ Release history
***************


.. _release-0.22.0:

*Release date:* 2024-03-07


Dependency changes
------------------

* Relax upper bounds on ``xsdata`` and ``uharfbuzz``.
* ``cryptography` to ``42.0.1``
* Get rid of ``pytest-runner``


New features and enhancements
-----------------------------

Signing
^^^^^^^

* Relax processing of PKCS#11 options, setting better defaults so
users have to write less config to select their key/certificate.
(see PR #296 <https://github.com/MatthiasValvekens/pyHanko/issues/296>)


CLI
^^^

* Add ``timestamp`` command to CLI to add a document timestamp without
performing any PAdES validation.


Bugs fixed
----------

* Gracefully handle lack of ``/Type`` entry in signature objects vailidation.

.. _release-0.21.0:

*Release date:* 2023-11-26
Expand Down
4 changes: 2 additions & 2 deletions pyhanko/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = '0.21.1-dev1'
__version_info__ = (0, 21, 1, 'dev1')
__version__ = '0.22.0'
__version_info__ = (0, 22, 0)

0 comments on commit e9f2a07

Please sign in to comment.