Skip to content

Commit 3b9d0b1

Browse files
committed
Release 0.5.0
1 parent c3de6ae commit 3b9d0b1

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# 0.5.0
2+
3+
* **Support for using truststore was released with pip v22.2**!
4+
You can [read more here](https://sethmlarson.dev/blog/help-test-system-trust-stores-in-python) about how to help us test truststore.
5+
* Added David Glick as an author in packaging metadata.
6+
* Added documentation for how to use `truststore` with urllib3, Requests, aiohttp, and pip.
7+
* Changed macOS SecureTransport error handling to raise as `ssl.SSLError` with
8+
message from the OS.
9+
110
# 0.4.0
211

312
* Added more descriptive error messages to `ssl.SSLCertVerificationError` determined by the OS on macOS and Windows.

src/truststore/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
from ._api import SSLContext # noqa: E402
1010

1111
__all__ = ["SSLContext"]
12-
__version__ = "0.4.0"
12+
__version__ = "0.5.0"

0 commit comments

Comments
 (0)