Skip to content

Commit

Permalink
Bump to 0.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
spk committed Sep 7, 2019
1 parent b09b317 commit 475ec6b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@

0.8.5 / 2019-09-07
==================

* Update r2d2_redis and use exported r2d2 from it
* Use exported redis from r2d2_redis
* Update rand to 0.7

0.8.4 / 2019-06-19
==================

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "sidekiq"
# When updating version, also modify html_root_url in the src/lib.rs file.
version = "0.8.4"
version = "0.8.5"
authors = ["Laurent Arnoud <[email protected]>"]
description = "Rust Sidekiq Client"
repository = "https://github.com/spk/rust-sidekiq.git"
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
//!
//! `REDIS_URL`="redis://127.0.0.1/"
//!
#![doc(html_root_url = "https://docs.rs/sidekiq/0.8.4")]
#![doc(html_root_url = "https://docs.rs/sidekiq/0.8.5")]
#![deny(warnings)]
#![crate_name = "sidekiq"]

Expand Down

0 comments on commit 475ec6b

Please sign in to comment.