Skip to content

Commit

Permalink
Bump version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pquentin committed Jul 10, 2023
1 parent 312ca43 commit 0547352
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,22 @@ Change history

.. towncrier release notes start
Trustme 1.1.0 (2023-07-10)
--------------------------

Features
~~~~~~~~

- Allow `os.PathLike` in typing of `Blob.write_to_path`. (`#606 <https://github.com/python-trio/trustme/issues/606>`__)
- Add support for PyPy 3.10 and Python 3.12. (`#609 <https://github.com/python-trio/trustme/issues/609>`__)


Deprecations and Removals
~~~~~~~~~~~~~~~~~~~~~~~~~

- Remove support for Python 3.7. (`#609 <https://github.com/python-trio/trustme/issues/609>`__)


Trustme 1.0.0 (2023-04-24)
------------------------------

Expand Down
2 changes: 1 addition & 1 deletion src/trustme/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.0.0"
__version__ = "1.1.0"

0 comments on commit 0547352

Please sign in to comment.