Skip to content

Commit 9f99213

Browse files
authored
bump: apalis to v0.7.2 (#580)
1 parent e139387 commit 9f99213

File tree

6 files changed

+11
-9
lines changed

6 files changed

+11
-9
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ All notable changes to this project are documented in this file.
44

55
## [Unreleased]
66

7+
## [0.7.2](https://github.com/geofmureithi/apalis/releases/tag/v0.7.2)
8+
79
### Fixed
810

911
- **RedisStorage** the `stats` script is now compatible with dragonfly

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ repository = "https://github.com/geofmureithi/apalis"
44

55
[package]
66
name = "apalis"
7-
version = "0.7.1"
7+
version = "0.7.2"
88
authors = ["Geoffrey Mureithi <[email protected]>"]
99
description = "Simple, extensible multithreaded background job processing for Rust"
1010
edition.workspace = true
@@ -54,7 +54,7 @@ layers = [
5454
docsrs = ["document-features"]
5555

5656
[dependencies.apalis-core]
57-
version = "0.7.1"
57+
version = "0.7.2"
5858
default-features = false
5959
path = "./packages/apalis-core"
6060

packages/apalis-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "apalis-core"
3-
version = "0.7.1"
3+
version = "0.7.2"
44
authors = ["Njuguna Mureithi <[email protected]>"]
55
edition.workspace = true
66
repository.workspace = true

packages/apalis-cron/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "apalis-cron"
3-
version = "0.7.1"
3+
version = "0.7.2"
44
edition.workspace = true
55
repository.workspace = true
66
authors = ["Njuguna Mureithi <[email protected]>"]
@@ -10,7 +10,7 @@ description = "A simple yet extensible library for cron-like job scheduling for
1010
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1111

1212
[dependencies]
13-
apalis-core = { path = "../../packages/apalis-core", version = "0.7.1", default-features = false, features = [
13+
apalis-core = { path = "../../packages/apalis-core", version = "0.7.2", default-features = false, features = [
1414
"sleep",
1515
] }
1616
cron = "0.15.0"

packages/apalis-redis/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "apalis-redis"
3-
version = "0.7.1"
3+
version = "0.7.2"
44
authors = ["Njuguna Mureithi <[email protected]>"]
55
edition.workspace = true
66
repository.workspace = true
@@ -12,7 +12,7 @@ description = "Redis Storage for apalis: use Redis for background jobs and messa
1212
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1313

1414
[dependencies]
15-
apalis-core = { path = "../../packages/apalis-core", version = "0.7.1", default-features = false, features = [
15+
apalis-core = { path = "../../packages/apalis-core", version = "0.7.2", default-features = false, features = [
1616
"sleep",
1717
"json",
1818
] }

packages/apalis-sql/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "apalis-sql"
3-
version = "0.7.1"
3+
version = "0.7.2"
44
authors = ["Njuguna Mureithi <[email protected]>"]
55
edition.workspace = true
66
repository.workspace = true
@@ -28,7 +28,7 @@ features = ["chrono"]
2828
[dependencies]
2929
serde = { version = "1", features = ["derive"] }
3030
serde_json = "1"
31-
apalis-core = { path = "../../packages/apalis-core", version = "0.7.1", default-features = false, features = [
31+
apalis-core = { path = "../../packages/apalis-core", version = "0.7.2", default-features = false, features = [
3232
"sleep",
3333
"json",
3434
] }

0 commit comments

Comments
 (0)