Skip to content

Commit

Permalink
v2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
markokr committed Mar 17, 2024
1 parent 8a3c72d commit c23336e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
Version history
===============

2.3
---

* [feature] Support RSA-PSS with **--rsa-pss** command line argument.
Requires cryptography 42+.
* [feature] sign: support partial field overwrite when **--reset** is not given.
* [cleanup] Add full typing to all code.
* [cleanup] Drop support for cryptography < 3.1 - stop use of ``default_backend()``.

2.2
---

Expand Down
2 changes: 1 addition & 1 deletion sysca/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# pylint: disable=import-outside-toplevel

__version__ = "2.2"
__version__ = "2.3"


def _version_info() -> str:
Expand Down

0 comments on commit c23336e

Please sign in to comment.