Skip to content

Commit

Permalink
v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Commod0re committed Nov 24, 2022
1 parent 15c3fbd commit a0e56ff
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
28 changes: 28 additions & 0 deletions docs/source/changelog.rst
Expand Up @@ -4,6 +4,34 @@
Changelog
*********

v0.6.0
======

Released: Nov 23, 2022

.. note::

New Features
------------
* added the ability to ignore usage flags

Bugs Fixed
----------
* accept passphrases formatted as ``bytes``
* default to 3DES when no preferred algorithms are supported
* generate TZ-aware datetime objects
* works with Cryptography 38

Other Changes
-------------

* dropped support for Python 2 and Python 3 <= 3.5
* renamed ``PGPOpenSSLCipherNotSupported`` to ``PGPOpenSSLCipherNotSupportedError``
* renamed ``PGPOpenSSLCipherNotSupported`` to ``PGPOpenSSLCipherNotSupportedError``
* renamed ``PGPInsecureCipher`` to ``PGPInsecureCipherError``
* fixed a bunch of typos
* improve code style, increase consistency

v0.5.4
======

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = PGPy
version = 0.6.0-dev
version = 0.6.0
author = Michael Greene
author_email = mgreene@securityinnovation.com
maintainer = Security Innovation
Expand Down

0 comments on commit a0e56ff

Please sign in to comment.