Skip to content

Commit 5a93021

Browse files
authored
bump: to v1.0.0-rc.8 (#82)
1 parent a4b03cb commit 5a93021

4 files changed

Lines changed: 13 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
## [1.0.0-rc.8] - 2026-05-08
6+
57
- feat: idempotency for tasks (#81)
68
- chore: make JsonCodec publicly accessible (#79)
79

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "apalis-postgres"
3-
version = "1.0.0-rc.7"
3+
version = "1.0.0-rc.8"
44
authors = ["Njuguna Mureithi <mureithinjuguna@gmail.com>"]
55
edition = "2024"
66
repository = "https://github.com/apalis-dev/apalis-postgres"
@@ -24,11 +24,11 @@ chrono = ["apalis-sql/chrono", "sqlx/chrono"]
2424
time = ["apalis-sql/time", "sqlx/time"]
2525

2626
[dependencies]
27-
apalis-core = { version = "1.0.0-rc.7", default-features = false, features = [
27+
apalis-core = { version = "1.0.0-rc.9", default-features = false, features = [
2828
"sleep",
2929
] }
30-
apalis-sql = { version = "1.0.0-rc.7", default-features = false }
31-
apalis-codec = { version = "0.1.0-rc.7", features = ["json"] }
30+
apalis-sql = { version = "1.0.0-rc.9", default-features = false }
31+
apalis-codec = { version = "0.1.0-rc.9", features = ["json"] }
3232
serde = { version = "1", features = ["derive"], default-features = false }
3333
pin-project = "1.1.10"
3434
serde_json = "1"
@@ -50,6 +50,6 @@ features = ["postgres", "json"]
5050
[dev-dependencies]
5151
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
5252
once_cell = "1.19.0"
53-
apalis = { version = "1.0.0-rc.7" }
54-
apalis-workflow = { version = "0.1.0-rc.7" }
53+
apalis = { version = "1.0.0-rc.9" }
54+
apalis-workflow = { version = "0.1.0-rc.9" }
5555
futures-util = "0.3.30"

supply-chain/imports.lock

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,7 @@ audited_as = "1.0.0-rc.4"
2424
[[unpublished.apalis-postgres]]
2525
version = "1.0.0-rc.7"
2626
audited_as = "1.0.0-rc.6"
27+
28+
[[unpublished.apalis-postgres]]
29+
version = "1.0.0-rc.8"
30+
audited_as = "1.0.0-rc.7"

0 commit comments

Comments
 (0)