Skip to content

Commit d41dfd7

Browse files
committed
Prepare release
1 parent 41c9d42 commit d41dfd7

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGES.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Changes
22

3+
## [0.4.1] - 2023-01-28
4+
35
* Fix decode uncomple array data
46

57
## [0.4.0] - 2023-01-04

Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ntex-redis"
3-
version = "0.4.0"
3+
version = "0.4.1"
44
authors = ["ntex contributors <[email protected]>"]
55
description = "Redis client"
66
documentation = "https://docs.rs/ntex-redis"
@@ -12,7 +12,7 @@ exclude = [".gitignore", ".travis.yml", ".cargo/config"]
1212
edition = "2018"
1313

1414
[dependencies]
15-
ntex = "0.6.0"
15+
ntex = "0.6.2"
1616
itoa = "1.0.0"
1717
btoi = "0.4.2"
1818
log = "0.4"
@@ -21,4 +21,4 @@ derive_more = "0.99"
2121
[dev-dependencies]
2222
rand = "0.8"
2323
env_logger = "0.10"
24-
ntex = { version = "0.6.0", features = ["tokio"] }
24+
ntex = { version = "0.6.2", features = ["tokio"] }

0 commit comments

Comments
 (0)