Skip to content

Commit 8725ad5

Browse files
Release 0.10.1
Co-authored-by: David Glick <david@glicksoftware.com>
1 parent 6965b27 commit 8725ad5

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# 0.10.1
2+
3+
* Fixed the patching of Requests' globally-cached `ssl.SSLContext`
4+
object to work automagically with ``truststore.inject_into_ssl()``
5+
regardless of import-order.
6+
* Speed up import times by skipping feature-checking for known Python
7+
implementations (CPython and PyPy).
8+
19
# 0.10.0
210

311
* Added support for macOS 10.13 and earlier using the `SecTrustEvaluate` API. Note that

src/truststore/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@
3333
del _api, _sys # type: ignore[name-defined] # noqa: F821
3434

3535
__all__ = ["SSLContext", "inject_into_ssl", "extract_from_ssl"]
36-
__version__ = "0.10.0"
36+
__version__ = "0.10.1"

0 commit comments

Comments
 (0)