diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f13812..3e174b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.3.1](https://github.com/Amanieu/corosensei/compare/v0.3.0...v0.3.1) - 2025-10-11 + +- Try harder when forcing coroutines to unwind (#62) + ## [0.3.0](https://github.com/Amanieu/corosensei/compare/v0.2.2...v0.3.0) - 2025-09-27 - Re-introduce `ScopedCoroutine` (#58, #60) diff --git a/Cargo.toml b/Cargo.toml index 5d03224..c3e39fd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "corosensei" -version = "0.3.0" +version = "0.3.1" authors = ["Amanieu d'Antras "] description = "A fast and safe implementation of stackful coroutines" license = "MIT OR Apache-2.0"