From f4a4347f5c139d5ade44ec385ec48bf8824964d8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 29 Mar 2026 22:04:17 +0000 Subject: [PATCH] chore: release v0.3.4 --- CHANGELOG.md | 11 +++++++++++ Cargo.toml | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e02e5af..bf9c254 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,17 @@ 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-29 + +### Fixed + +- corrent various typos ([#68](https://github.com/Amanieu/corosensei/pull/68)) + +### Other + +- Make `Coroutine::with_stack_unchecked` public ([#74](https://github.com/Amanieu/corosensei/pull/74)) +- Merge pull request #73 from joschock/uefi_seh + ## [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"