Skip to content

Commit 4447f06

Browse files
committed
Prepare release
1 parent da4fdec commit 4447f06

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGES.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changes
22

3+
## [0.4.0] - 2023-01-04
4+
5+
* 0.4 Release
6+
37
## [0.4.0-beta.0] - 2022-12-28
48

59
* Migrate to ntex-service-1.0

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-beta.0"
3+
version = "0.4.0"
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-beta.0"
15+
ntex = "0.6.0"
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-beta.0", features = ["tokio"] }
24+
ntex = { version = "0.6.0", features = ["tokio"] }

0 commit comments

Comments
 (0)