Skip to content

Commit

Permalink
Release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pquentin authored Oct 7, 2024
1 parent 83ffe51 commit 40e0fca
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 5 deletions.
22 changes: 22 additions & 0 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,28 @@ Change history

.. towncrier release notes start
Trustme 1.2.0 (2024-10-07)
--------------------------

Features
~~~~~~~~

- Add support for PyPy 3.10, Python 3.12 and Python 3.13. (`#609 <https://github.com/python-trio/trustme/pull/609>`__, `#664 <https://github.com/python-trio/trustme/issues/664>`__)
- Allow setting of cert's notBefore attribute (`#628 <https://github.com/python-trio/trustme/pull/628>`__)


Bugfixes
~~~~~~~~

- Add the Authority Key Identifier extension to child CA certificates. (`#642 <https://github.com/python-trio/trustme/issues/642>`__)


Deprecations and Removals
~~~~~~~~~~~~~~~~~~~~~~~~~

- Remove support for Python 3.7, Python 3.8 and PyPy 3.9. (`#609 <https://github.com/python-trio/trustme/issues/609>`__, `#664 <https://github.com/python-trio/trustme/issues/664>`__)


Trustme 1.1.0 (2023-07-10)
--------------------------

Expand Down
1 change: 0 additions & 1 deletion newsfragments/609.feature.rst

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/609.removal.rst

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/620.feature.rst

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/642.bugfix.rst

This file was deleted.

2 changes: 1 addition & 1 deletion src/trustme/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.1.0+dev"
__version__ = "1.2.0"

0 comments on commit 40e0fca

Please sign in to comment.