File tree 3 files changed +3
-3
lines changed 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## [ 0.12.0] ( https://github.com/mitsuhiko/redis-rs/compare/0.11.0...master ) - ReleaseDate
3
+ ## [ 0.12.0] ( https://github.com/mitsuhiko/redis-rs/compare/0.11.0...0.12.0 ) - 2019-08-26
4
4
5
5
** Fixes and improvements**
6
6
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " redis"
3
- version = " 0.11.1-alpha .0"
3
+ version = " 0.12 .0"
4
4
authors = [" Armin Ronacher <armin.ronacher@active-4.com>" , " Jan-Erik Rediger <janerik@fnordig.de>" ]
5
5
keywords = [" redis" , " database" ]
6
6
description = " Redis driver for Rust."
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ The crate is called `redis` and you can depend on it via cargo:
13
13
14
14
``` ini
15
15
[dependencies]
16
- redis = " 0.11 .0"
16
+ redis = " 0.12 .0"
17
17
```
18
18
19
19
Documentation on the library can be found at
You can’t perform that action at this time.
0 commit comments