Skip to content

Commit

Permalink
Bump to 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
spk committed Oct 27, 2021
1 parent 738559d commit 5ad2fc9
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@

0.10.0 / 2021-10-27
===================

* Merge pull request #15 from Norio4/add_perform_in
* Add public function perform_in() for Client
* Update badge and others minor updates
* Merge pull request #14 from spk/dependabot/add-v2-config-file
* Upgrade to GitHub-native Dependabot

0.9.1 / 2021-04-05
==================

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

Expand Down

0 comments on commit 5ad2fc9

Please sign in to comment.