Prepare for release v0.1.1

This commit is contained in:
2022-09-05 20:19:58 +02:00
parent eee5b682a5
commit e12d0e8d9a
2 changed files with 6 additions and 3 deletions

View File

@@ -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

View File

@@ -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"