Skip to content

Commit fa2db19

Browse files
committed
Bump to v0.11.0
1 parent 3b4b7f0 commit fa2db19

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.11.0 / 2021-12-09
3+
===================
4+
5+
* Finish switch to time crate
6+
* Rustfmt
7+
* Start to switch from chrono to time crate
8+
* https://rustsec.org/advisories/RUSTSEC-2020-0159
9+
* Highlight all the code
10+
211
0.10.1 / 2021-11-22
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.10.1"
4+
version = "0.11.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.10.1")]
9+
#![doc(html_root_url = "https://docs.rs/sidekiq/0.11.0")]
1010
#![deny(warnings)]
1111
#![crate_name = "sidekiq"]
1212

0 commit comments

Comments
 (0)