diff --git a/CHANGELOG.md b/CHANGELOG.md index dd9cac0..fb2086e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,10 @@ To see unreleased changes, please see the CHANGELOG on the main branch. +## [0.25.0] - 2025-05-14 + +- Bump to pyo3 0.25. [#41](https://github.com/PyO3/pyo3-async-runtimes/pull/41) + ## [0.24.0] - 2025-03-11 - Bump to pyo3 0.24. [#34](https://github.com/PyO3/pyo3-async-runtimes/pull/34) diff --git a/Cargo.toml b/Cargo.toml index e40aaa8..7738958 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "pyo3-async-runtimes" description = "PyO3 bridges from Rust runtimes to Python's Asyncio library" -version = "0.24.0" +version = "0.25.0" authors = [ "Andrew J Westlake ", "David Hewitt ", diff --git a/src/async_std.rs b/src/async_std.rs index 291067f..0db4128 100644 --- a/src/async_std.rs +++ b/src/async_std.rs @@ -5,6 +5,7 @@ //! class="module-item stab portability" //! style="display: inline; border-radius: 3px; padding: 2px; font-size: 80%; line-height: 1.2;" //! >unstable-streams +//! //! are only available when the `unstable-streams` Cargo feature is enabled: //! //! ```toml