File tree 2 files changed +17
-1
lines changed
2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -122,6 +122,22 @@ Change history
122
122
123
123
.. towncrier release notes start
124
124
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
+
125
141
Trustme 1.0.0 (2023-04-24)
126
142
------------------------------
127
143
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