Skip to content

Commit c1ccfe7

Browse files
committed
prep release
1 parent 631517c commit c1ccfe7

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changes
22

3+
## [0.1.3] - 2021-05-05
4+
5+
* cmd: Rename HSet::insert() to HSet::entry()
6+
37
## [0.1.2] - 2021-04-21
48

59
* use ntex::framed for redis transports

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ntex-redis"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
authors = ["ntex contributors <[email protected]>"]
55
description = "Redis client"
66
documentation = "https://docs.rs/ntex-redis"

0 commit comments

Comments
 (0)