Skip to content

Commit 7f35ce7

Browse files
committed
Bumped up the version
1 parent 108cc83 commit 7f35ce7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/versionhistory.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,13 @@ Version history
33

44
This library adheres to `Semantic Versioning 2.0 <http://semver.org/>`_.
55

6-
**UNRELEASED**
6+
**4.5.0**
77

88
- Improved the performance of ``anyio.Lock`` and ``anyio.Semaphore`` on asyncio (even up
99
to 50 %)
1010
- Added the ``fast_acquire`` parameter to ``anyio.Lock`` and ``anyio.Semaphore`` to
1111
further boost performance at the expense of safety (``acquire()`` will not yield
1212
control back if there is no contention)
13-
- Fixed ``__repr__()`` of ``MemoryObjectItemReceiver``, when ``item`` is not defined
14-
(`#767 <https://github.com/agronholm/anyio/pulls/767>`_; PR by @Danipulok)
1513
- Added support for the ``from_uri()``, ``full_match()``, ``parser`` methods/properties
1614
in ``anyio.Path``, newly added in Python 3.13
1715
(`#737 <https://github.com/agronholm/anyio/issues/737>`_)
@@ -26,6 +24,8 @@ This library adheres to `Semantic Versioning 2.0 <http://semver.org/>`_.
2624
- Changed ``start_blocking_portal()`` to always use daemonic threads, to accommodate the
2725
"loitering event loop" use case
2826
- Bumped the minimum version of Trio to v0.26.1
27+
- Fixed ``__repr__()`` of ``MemoryObjectItemReceiver``, when ``item`` is not defined
28+
(`#767 <https://github.com/agronholm/anyio/pulls/767>`_; PR by @Danipulok)
2929
- Fixed ``to_process.run_sync()`` failing to initialize if ``__main__.__file__`` pointed
3030
to a file in a nonexistent directory
3131
(`#696 <https://github.com/agronholm/anyio/issues/696>`_)

0 commit comments

Comments
 (0)