Skip to content

Commit 5ad2fc9

Browse files
committed
Bump to 0.10.0
1 parent 738559d commit 5ad2fc9

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11

2+
0.10.0 / 2021-10-27
3+
===================
4+
5+
* Merge pull request #15 from Norio4/add_perform_in
6+
* Add public function perform_in() for Client
7+
* Update badge and others minor updates
8+
* Merge pull request #14 from spk/dependabot/add-v2-config-file
9+
* Upgrade to GitHub-native Dependabot
10+
211
0.9.1 / 2021-04-05
312
==================
413

Cargo.toml

+1-1
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.9.1"
4+
version = "0.10.0"
55
authors = ["Laurent Arnoud <laurent@spkdev.net>"]
66
description = "Rust Sidekiq Client"
77
repository = "https://github.com/spk/rust-sidekiq.git"

src/lib.rs

+1-1
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.9.1")]
9+
#![doc(html_root_url = "https://docs.rs/sidekiq/0.10.0")]
1010
#![deny(warnings)]
1111
#![crate_name = "sidekiq"]
1212

0 commit comments

Comments
 (0)