Skip to content

Commit 2a1157b

Browse files
authored
bump: to v1.0.0-rc.8 (#70)
1 parent 406ba37 commit 2a1157b

4 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.0.0-rc.8] - 2026-05-08
11+
1012
- *chore*: add sentinel example
1113
- *feat*: idempotency for tasks (#67)
1214
- *chore*: streamline vacuuming and examples (#68)

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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "apalis-redis"
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-redis"

supply-chain/imports.lock

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,7 @@ audited_as = "1.0.0-rc.4"
2020
[[unpublished.apalis-redis]]
2121
version = "1.0.0-rc.7"
2222
audited_as = "1.0.0-rc.6"
23+
24+
[[unpublished.apalis-redis]]
25+
version = "1.0.0-rc.8"
26+
audited_as = "1.0.0-rc.7"

0 commit comments

Comments
 (0)