Signed-off-by: John Nunley <dev@notgull.net>
This commit is contained in:
John Nunley 2023-10-17 19:18:35 -07:00 committed by GitHub
parent 0c77e3d163
commit 2aa2aece0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
# Version 2.2.0
- Implement `From<Unparker>` for `Waker`. This enables `Waker`s to be constructed from `Unparker`s without allocating. (#18)
# Version 2.1.1
- Update docs with new logo. (#14)

View File

@ -3,7 +3,7 @@ name = "parking"
# When publishing a new version:
# - Update CHANGELOG.md
# - Create "v2.x.y" git tag
version = "2.1.1"
version = "2.2.0"
authors = [
"Stjepan Glavina <stjepang@gmail.com>",
"The Rust Project Developers",