Skip to content

Commit eb79e3f

Browse files
committed
Bump to 0.8.6
1 parent 8f76ed9 commit eb79e3f

File tree

4 files changed

+9
-2
lines changed

4 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11

2+
0.8.6 / 2019-10-21
3+
==================
4+
5+
* Merge pull request #5 from @jkcclemens / update
6+
* chore: update r2d2_redis
7+
28
0.8.5 / 2019-09-07
39
==================
410

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "sidekiq"
33
# When updating version, also modify html_root_url in the src/lib.rs file.
4-
version = "0.8.5"
4+
version = "0.8.6"
55
authors = ["Laurent Arnoud <laurent@spkdev.net>"]
66
description = "Rust Sidekiq Client"
77
repository = "https://github.com/spk/rust-sidekiq.git"

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ sidekiq = "0.8"
2323

2424
## REFERENCES
2525

26+
* <https://github.com/jkcclemens/paste>
2627
* <http://julienblanchard.com/2015/using-resque-with-rust/>
2728
* <https://github.com/d-unseductable/rust_sidekiq>
2829
* <https://github.com/spk/maman>

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
//!
77
//! `REDIS_URL`="redis://127.0.0.1/"
88
//!
9-
#![doc(html_root_url = "https://docs.rs/sidekiq/0.8.5")]
9+
#![doc(html_root_url = "https://docs.rs/sidekiq/0.8.6")]
1010
#![deny(warnings)]
1111
#![crate_name = "sidekiq"]
1212

0 commit comments

Comments
 (0)