Skip to content

Commit 1df5588

Browse files
committed
Bump to 0.13.0
1 parent 991cec1 commit 1df5588

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

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

2+
0.13.0 / 2025-04-08
3+
===================
4+
5+
* fix: update to rand-0.9
6+
* Update rand requirement from 0.8 to 0.9
7+
* Update redis requirement from 0.27 to 0.29
8+
* Update redis requirement from 0.26 to 0.27
9+
* Update redis requirement from 0.25 to 0.26
10+
* Update redis requirement from 0.23 to 0.25
11+
* Update redis requirement from 0.22 to 0.23
12+
* Update redis requirement from 0.21 to 0.22
13+
* Fix lint casting to the same type is unnecessary
14+
* README remove r2d2-redis
15+
216
0.12.0 / 2022-09-23
317
===================
418

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.12.0"
4+
version = "0.13.0"
55
authors = ["Laurent Arnoud <[email protected]>"]
66
description = "Rust Sidekiq Client"
77
repository = "https://github.com/spk/rust-sidekiq.git"

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

0 commit comments

Comments
 (0)