You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All notable changes to this project will be documented in this file. For help with updating to new
4
+
PyO3 versions, please see the [migration guide](https://pyo3.rs/latest/migration.html).
5
+
6
+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
7
+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
8
+
9
+
To see unreleased changes, please see the CHANGELOG on the main branch.
10
+
11
+
<!-- towncrier release notes start -->
12
+
13
+
## [Unreleased]
14
+
15
+
- Bump minimum version of `pyo3` dependency to 0.23. [#21](https://github.com/PyO3/pyo3-async-runtimes/pull/21)
16
+
17
+
## [0.22.0] - 2024-10-28
18
+
19
+
- Move from [the `davidhewitt/pyo3-asyncio` fork](https://github.com/davidhewitt/pyo3-asyncio) (had been published as `pyo3-asyncio-0.21`) to `pyo3-async-runtimes`.
20
+
- Bump minimum version of `syn` dependency to 2. [#12](https://github.com/PyO3/pyo3-async-runtimes/pull/12)
21
+
22
+
## Older versions
23
+
24
+
Previous versions were published from [`pyo3-asyncio`](https://github.com/awestlake87/pyo3-asyncio). Consult that library for older changes.
0 commit comments