diff --git a/CHANGELOG.md b/CHANGELOG.md index e02e5af..8be6db7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.3.4](https://github.com/Amanieu/corosensei/compare/v0.3.3...v0.3.4) - 2026-03-02 + +### Fixed + +- corrent various typos ([#68](https://github.com/Amanieu/corosensei/pull/68)) + ## [0.3.3](https://github.com/Amanieu/corosensei/compare/v0.3.2...v0.3.3) - 2026-02-21 ### Other diff --git a/Cargo.toml b/Cargo.toml index 80c1491..eb624e3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "corosensei" -version = "0.3.3" +version = "0.3.4" authors = ["Amanieu d'Antras "] description = "A fast and safe implementation of stackful coroutines" license = "MIT OR Apache-2.0"