Skip to content

Commit

Permalink
(cargo-release) version 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
badboy committed Feb 19, 2019
1 parent 5bc316b commit 9a1777e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.9.1...HEAD) - ReleaseDate
## [0.10.0](https://github.com/mitsuhiko/redis-rs/compare/0.9.1...0.10.0) - 2019-02-19

* Fix handling of passwords with special characters (#163)
* Better performance for async code due to less boxing (#167)
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.9.1"
version = "0.10.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

0 comments on commit 9a1777e

Please sign in to comment.