Skip to content

Commit

Permalink
Version 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Amanieu committed Oct 12, 2024
1 parent 50e80dc commit 71d1514
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.1] - 2024-10-12

- Avoid using `.hidden` for functions declared in `global_asm!` since that may
cause linker errors.

## [0.2.0] - 2024-10-07

- `ScopedCoroutine` has been removed since it turned out to be unsound. (#28, #36)
Expand Down Expand Up @@ -39,7 +44,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

Initial release.

[unreleased]: https://github.com/Amanieu/corosensei/compare/v0.2.0...HEAD
[unreleased]: https://github.com/Amanieu/corosensei/compare/v0.2.1...HEAD
[0.2.1]: https://github.com/Amanieu/corosensei/compare/v0.2.0...v0.2.1
[0.2.0]: https://github.com/Amanieu/corosensei/compare/v0.1.4...v0.2.0
[0.1.4]: https://github.com/Amanieu/corosensei/compare/v0.1.3...v0.1.4
[0.1.3]: https://github.com/Amanieu/corosensei/compare/v0.1.2...v0.1.3
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "corosensei"
version = "0.2.0"
version = "0.2.1"
authors = ["Amanieu d'Antras <[email protected]>"]
description = "A fast and safe implementation of stackful coroutines"
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit 71d1514

Please sign in to comment.