mirror of
https://github.com/bertptrs/beul.git
synced 2025-12-27 21:40:33 +01:00
Compare commits
1 Commits
eee5b682a5
...
v0.1.1
| Author | SHA1 | Date | |
|---|---|---|---|
| e12d0e8d9a |
@@ -6,13 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [0.1.1] - 2022-09-05
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fixed potential hanging when the waker is called while polling.
|
||||
|
||||
## [0.1.0]
|
||||
## [0.1.0] - 2022-09-01
|
||||
|
||||
- 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
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "beul"
|
||||
version = "0.1.0"
|
||||
version = "0.1.1"
|
||||
# Edition 2021 is not available in MSRV
|
||||
edition = "2018"
|
||||
license = "MIT OR Apache-2.0"
|
||||
|
||||
Reference in New Issue
Block a user