Skip to content

Commit 40e0fca

Browse files
authored
Release 1.2.0
1 parent 83ffe51 commit 40e0fca

File tree

6 files changed

+23
-5
lines changed

6 files changed

+23
-5
lines changed

docs/source/index.rst

+22
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,28 @@ Change history
122122

123123
.. towncrier release notes start
124124
125+
Trustme 1.2.0 (2024-10-07)
126+
--------------------------
127+
128+
Features
129+
~~~~~~~~
130+
131+
- 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>`__)
132+
- Allow setting of cert's notBefore attribute (`#628 <https://github.com/python-trio/trustme/pull/628>`__)
133+
134+
135+
Bugfixes
136+
~~~~~~~~
137+
138+
- Add the Authority Key Identifier extension to child CA certificates. (`#642 <https://github.com/python-trio/trustme/issues/642>`__)
139+
140+
141+
Deprecations and Removals
142+
~~~~~~~~~~~~~~~~~~~~~~~~~
143+
144+
- 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>`__)
145+
146+
125147
Trustme 1.1.0 (2023-07-10)
126148
--------------------------
127149

newsfragments/609.feature.rst

-1
This file was deleted.

newsfragments/609.removal.rst

-1
This file was deleted.

newsfragments/620.feature.rst

-1
This file was deleted.

newsfragments/642.bugfix.rst

-1
This file was deleted.

src/trustme/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.1.0+dev"
1+
__version__ = "1.2.0"

0 commit comments

Comments
 (0)