From d41dfd7714bd40ae6b8cb85ccca591a52c8bf3fb Mon Sep 17 00:00:00 2001 From: Nikolay Kim Date: Sat, 28 Jan 2023 12:57:03 +0100 Subject: [PATCH] Prepare release --- CHANGES.md | 2 ++ Cargo.toml | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index f045717..3300353 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,7 @@ # Changes +## [0.4.1] - 2023-01-28 + * Fix decode uncomple array data ## [0.4.0] - 2023-01-04 diff --git a/Cargo.toml b/Cargo.toml index 1818fe4..32594ba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ntex-redis" -version = "0.4.0" +version = "0.4.1" authors = ["ntex contributors "] description = "Redis client" documentation = "https://docs.rs/ntex-redis" @@ -12,7 +12,7 @@ exclude = [".gitignore", ".travis.yml", ".cargo/config"] edition = "2018" [dependencies] -ntex = "0.6.0" +ntex = "0.6.2" itoa = "1.0.0" btoi = "0.4.2" log = "0.4" @@ -21,4 +21,4 @@ derive_more = "0.99" [dev-dependencies] rand = "0.8" env_logger = "0.10" -ntex = { version = "0.6.0", features = ["tokio"] } +ntex = { version = "0.6.2", features = ["tokio"] }