Skip to content

Commit

Permalink
Release 0.10.1
Browse files Browse the repository at this point in the history
Co-authored-by: David Glick <[email protected]>
  • Loading branch information
sethmlarson and davisagli authored Feb 7, 2025
1 parent 6965b27 commit 8725ad5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# 0.10.1

* Fixed the patching of Requests' globally-cached `ssl.SSLContext`
object to work automagically with ``truststore.inject_into_ssl()``
regardless of import-order.
* Speed up import times by skipping feature-checking for known Python
implementations (CPython and PyPy).

# 0.10.0

* Added support for macOS 10.13 and earlier using the `SecTrustEvaluate` API. Note that
Expand Down
2 changes: 1 addition & 1 deletion src/truststore/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@
del _api, _sys # type: ignore[name-defined] # noqa: F821

__all__ = ["SSLContext", "inject_into_ssl", "extract_from_ssl"]
__version__ = "0.10.0"
__version__ = "0.10.1"

0 comments on commit 8725ad5

Please sign in to comment.