Skip to content

Commit c3b05c9

Browse files
committed
(cargo-release) version 0.14.0
1 parent b9775e0 commit c3b05c9

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## [Unreleased](https://github.com/mitsuhiko/redis-rs/compare/0.13.0...HEAD) - ReleaseDate
3+
## [0.14.0](https://github.com/mitsuhiko/redis-rs/compare/0.13.0...0.14.0) - 2020-01-08
44

55
**Fixes and improvements**
66

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "redis"
3-
version = "0.13.1-alpha.0"
3+
version = "0.14.0"
44
authors = ["Armin Ronacher <armin.ronacher@active-4.com>", "Jan-Erik Rediger <janerik@fnordig.de>"]
55
keywords = ["redis", "database"]
66
description = "Redis driver for Rust."
@@ -11,6 +11,9 @@ license = "BSD-3-Clause"
1111
readme = "README.md"
1212
edition = "2018"
1313

14+
[package.metadata.docs.rs]
15+
all-features = true
16+
1417
[dependencies]
1518
dtoa = "0.4"
1619
itoa = "0.4.3"
@@ -53,9 +56,6 @@ required-features = ["tokio-rt-core"]
5356
name = "bench_basic"
5457
harness = false
5558

56-
[package.metadata.docs.rs]
57-
all-features = true
58-
5959
[[example]]
6060
name = "async-multiplexed"
6161
required-features = ["tokio-rt-core"]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The crate is called `redis` and you can depend on it via cargo:
1313

1414
```ini
1515
[dependencies]
16-
redis = "0.13.0"
16+
redis = "0.14.0"
1717
```
1818

1919
Documentation on the library can be found at

0 commit comments

Comments
 (0)