Skip to content

Commit b8f2739

Browse files
committed
Release v0.5.3
1 parent 9c6c2b0 commit b8f2739

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# 0.5.3 (2016-05-03)
2+
3+
* fix: Use explicit versions for dependencies
4+
* fix: Send `AUTH` command before other commands
5+
* fix: Shutdown connection upon protocol error
6+
* feat: Add `keys` method
7+
* feat: Possibility to set read and write timeouts for the connection

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "redis"
3-
version = "0.5.2"
3+
version = "0.5.3"
44
authors = ["Armin Ronacher <armin.ronacher@active-4.com>"]
55
keywords = ["redis", "database"]
66
description = "Redis driver for Rust."

0 commit comments

Comments
 (0)