From c7fd967c9e0658e886203999ffcf10698bc1002c Mon Sep 17 00:00:00 2001 From: John Nunley Date: Sun, 5 Nov 2023 17:24:42 -0800 Subject: [PATCH] v1.7.0 Signed-off-by: John Nunley --- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 659148b..0226832 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# Version 1.7.0 + +- Bump `async-lock` and `futures-lite` to their latest versions. (#70) + # Version 1.6.0 - Remove the thread-local queue optimization, as it caused a number of bugs in production use cases. (#61) diff --git a/Cargo.toml b/Cargo.toml index 317b93d..8023362 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "async-executor" # When publishing a new version: # - Update CHANGELOG.md # - Create "v1.x.y" git tag -version = "1.6.0" +version = "1.7.0" authors = ["Stjepan Glavina "] edition = "2018" rust-version = "1.61"