Skip to content

Commit ce06c07

Browse files
committed
chore: Prepare release of v1.1.0.
1 parent d9a8dcc commit ce06c07

File tree

7 files changed

+24
-6
lines changed

7 files changed

+24
-6
lines changed

changelog.d/+6aa3d3e0.added.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/+6fe51a75.downstream.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/+b22c903a.fixed.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/127.added.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/200.added.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/878.fixed.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/reference/changelog.rst

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,30 @@ This project uses `towncrier <https://towncrier.readthedocs.io/>`__ for changlog
1010

1111
.. towncrier release notes start
1212
13+
`1.1.0 <https://github.com/pytest-dev/pytest-asyncio/tree/1.1.0>`_ - 2025-07-16
14+
===============================================================================
15+
16+
Added
17+
-----
18+
19+
- Propagation of ContextVars from async fixtures to other fixtures and tests on Python 3.10 and older (`#127 <https://github.com/pytest-dev/pytest-asyncio/issues/127>`_)
20+
- Cancellation of tasks when the `loop_scope` ends (`#200 <https://github.com/pytest-dev/pytest-asyncio/issues/200>`_)
21+
- Warning when the current event loop is closed by a test
22+
23+
24+
Fixed
25+
-----
26+
27+
- Error about missing loop when calling functions requiring a loop in the `finally` clause of a task (`#878 <https://github.com/pytest-dev/pytest-asyncio/issues/878>`_)
28+
- An error that could cause duplicate warnings to be issued
29+
30+
31+
Notes for Downstream Packagers
32+
------------------------------
33+
34+
- Added runtime dependency on `backports.asyncio.runner <https://pypi.org/project/backports.asyncio.runner/>`__ for use with Python 3.10 and older
35+
36+
1337
`1.0.0 <https://github.com/pytest-dev/pytest-asyncio/tree/1.0.0>`_ - 2025-05-26
1438
===============================================================================
1539

0 commit comments

Comments
 (0)