mirror of
https://github.com/bertptrs/beul.git
synced 2025-12-25 12:40:31 +01:00
Prepare for release v0.1.1
This commit is contained in:
@@ -6,13 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [0.1.1] - 2022-09-05
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- Fixed potential hanging when the waker is called while polling.
|
- Fixed potential hanging when the waker is called while polling.
|
||||||
|
|
||||||
## [0.1.0]
|
## [0.1.0] - 2022-09-01
|
||||||
|
|
||||||
- Initial release
|
- Initial release
|
||||||
|
|
||||||
[Unreleased]: https://github.com/bertptrs/beul/compare/v0.1.0...HEAD
|
[Unreleased]: https://github.com/bertptrs/beul/compare/v0.1.1...HEAD
|
||||||
|
[0.1.1]: https://github.com/bertptrs/beul/compare/v0.1.0...v0.1.1
|
||||||
[0.1.0]: https://github.com/bertptrs/beul/releases/tag/v0.1.0
|
[0.1.0]: https://github.com/bertptrs/beul/releases/tag/v0.1.0
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "beul"
|
name = "beul"
|
||||||
version = "0.1.0"
|
version = "0.1.1"
|
||||||
# Edition 2021 is not available in MSRV
|
# Edition 2021 is not available in MSRV
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
license = "MIT OR Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user