Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
fafhrd91 committed Jan 28, 2023
1 parent 41c9d42 commit d41dfd7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Changes

## [0.4.1] - 2023-01-28

* Fix decode uncomple array data

## [0.4.0] - 2023-01-04
Expand Down
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ntex-redis"
version = "0.4.0"
version = "0.4.1"
authors = ["ntex contributors <[email protected]>"]
description = "Redis client"
documentation = "https://docs.rs/ntex-redis"
Expand All @@ -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"
Expand All @@ -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"] }

0 comments on commit d41dfd7

Please sign in to comment.