File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed
Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -122,6 +122,22 @@ Change history
122122
123123.. towncrier release notes start
124124
125+ Trustme 1.1.0 (2023-07-10)
126+ --------------------------
127+
128+ Features
129+ ~~~~~~~~
130+
131+ - Allow `os.PathLike ` in typing of `Blob.write_to_path `. (`#606 <https://github.com/python-trio/trustme/issues/606 >`__)
132+ - Add support for PyPy 3.10 and Python 3.12. (`#609 <https://github.com/python-trio/trustme/issues/609 >`__)
133+
134+
135+ Deprecations and Removals
136+ ~~~~~~~~~~~~~~~~~~~~~~~~~
137+
138+ - Remove support for Python 3.7. (`#609 <https://github.com/python-trio/trustme/issues/609 >`__)
139+
140+
125141Trustme 1.0.0 (2023-04-24)
126142------------------------------
127143
Original file line number Diff line number Diff line change 1- __version__ = "1.0 .0"
1+ __version__ = "1.1 .0"
You can’t perform that action at this time.
0 commit comments