From 5fda2aa459498428444a4cadb931fafe26bdc70e Mon Sep 17 00:00:00 2001 From: John Nunley Date: Mon, 5 Feb 2024 19:19:41 -0800 Subject: [PATCH] v2.1.1 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 5e0da6e..0481ccd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# Version 2.1.1 + +- Fix a copy/paste error in documentation. (#33) + # Version 2.1.0 - Bump `async-lock` and `futures-lite` to their latest versions. (#27, #28) diff --git a/Cargo.toml b/Cargo.toml index 7bbee46..04b3c41 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "async-fs" # When publishing a new version: # - Update CHANGELOG.md # - Create "v2.x.y" git tag -version = "2.1.0" +version = "2.1.1" authors = ["Stjepan Glavina "] edition = "2018" rust-version = "1.63"