Skip to content

Commit aad5e48

Browse files
author
Markus Westerlind
committed
(cargo-release) version 0.18.0
1 parent d5fc424 commit aad5e48

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ bool are now written as 0 and 1 instead of true and false. Parsing a bool still
2121

2222
# Changelog
2323

24-
## [Unreleased](https://github.com/mitsuhiko/redis-rs/compare/0.17.0...HEAD) - ReleaseDate
24+
## [0.18.0](https://github.com/mitsuhiko/redis-rs/compare/0.17.0...0.18.0) - 2020-12-03
2525

2626
## [0.17.0](https://github.com/mitsuhiko/redis-rs/compare/0.16.0...0.17.0) - 2020-07-29
2727

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "redis"
3-
version = "0.17.1-alpha.0"
3+
version = "0.18.0"
44
authors = ["Armin Ronacher <[email protected]>", "Jan-Erik Rediger <[email protected]>"]
55
keywords = ["redis", "database"]
66
description = "Redis driver for Rust."

README.md

+1-1
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.17.0"
16+
redis = "0.18.0"
1717
```
1818

1919
Documentation on the library can be found at

0 commit comments

Comments
 (0)