Skip to content

Commit

Permalink
(cargo-release) version 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
badboy committed Oct 14, 2019
1 parent ce5719a commit 462e41a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## [Unreleased](https://github.com/mitsuhiko/redis-rs/compare/0.12.0...HEAD) - ReleaseDate
## [Unreleased](https://github.com/mitsuhiko/redis-rs/compare/0.12.0...0.13.0) - 2019-10-14

**Fixes and improvements**

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "redis"
version = "0.12.1-alpha.0"
version = "0.13.0"
authors = ["Armin Ronacher <armin.ronacher@active-4.com>", "Jan-Erik Rediger <janerik@fnordig.de>"]
keywords = ["redis", "database"]
description = "Redis driver for Rust."
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The crate is called `redis` and you can depend on it via cargo:

```ini
[dependencies]
redis = "0.12.0"
redis = "0.13.0"
```

Documentation on the library can be found at
Expand Down

0 comments on commit 462e41a

Please sign in to comment.