From 37801979ce4f38f1d7a377933b6ef5f7cedec075 Mon Sep 17 00:00:00 2001 From: John Nunley Date: Sat, 7 Oct 2023 21:16:37 -0700 Subject: [PATCH] v1.4.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 ba7ee89..dd38daa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# Version 1.4.1 + +- Change the `error_span` in `grow_pool` into `trace_span`. (#45) + # Version 1.4.0 - Bump MSRV to 1.59. (#44) diff --git a/Cargo.toml b/Cargo.toml index eb2fa9f..f9554c8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "blocking" # When publishing a new version: # - Update CHANGELOG.md # - Create "v1.x.y" git tag -version = "1.4.0" +version = "1.4.1" authors = ["Stjepan Glavina "] edition = "2018" rust-version = "1.59"