From e12d0e8d9a82f0b248ed406be07f8545b1cfa627 Mon Sep 17 00:00:00 2001 From: Bert Peters Date: Mon, 5 Sep 2022 20:19:58 +0200 Subject: [PATCH] Prepare for release v0.1.1 --- CHANGELOG.md | 7 +++++-- Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d83242..caabcfc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Cargo.toml b/Cargo.toml index ecc83f8..dbb256e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"