Signed-off-by: John Nunley <dev@notgull.net>
This commit is contained in:
John Nunley 2024-03-12 20:54:33 -07:00
parent 22a9e8b305
commit 13ae31c383
No known key found for this signature in database
GPG Key ID: 2FE69973CFD64832
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
# Version 1.9.1
- Fix a hang that occurs when running a local queue via ticking. (#104)
# Version 1.9.0
- Re-introduce the thread-local task push optimization to the executor. (#93)

View File

@ -3,7 +3,7 @@ name = "async-executor"
# When publishing a new version:
# - Update CHANGELOG.md
# - Create "v1.x.y" git tag
version = "1.9.0"
version = "1.9.1"
authors = ["Stjepan Glavina <stjepang@gmail.com>"]
edition = "2021"
rust-version = "1.61"