Skip to content

Commit f6426db

Browse files
authored
Release 0.9.0
1 parent c9c34c0 commit f6426db

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# 0.9.0
2+
3+
* Added support for Python 3.13.
4+
* Fixed loading additional certificates on macOS.
5+
* Changed error message for Windows when peer offers no certificates
6+
and verification is enabled. Previously was `IndexError`, now is `SSLCertVerificationError`.
7+
18
# 0.8.0
29

310
* Added support for PyPy 3.10 and later.

src/truststore/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@
1010
del _api, _sys # type: ignore[name-defined] # noqa: F821
1111

1212
__all__ = ["SSLContext", "inject_into_ssl", "extract_from_ssl"]
13-
__version__ = "0.8.0"
13+
__version__ = "0.9.0"

0 commit comments

Comments
 (0)