Skip to content

Commit 2f1cee9

Browse files
authored
bump: to v1.0.0-rc.8 (#78)
1 parent c949797 commit 2f1cee9

11 files changed

Lines changed: 622 additions & 110 deletions

File tree

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [1.0.0-rc.7] - 2026-05-07
11+
12+
- bump: to v1.0.0-rc.8 (#78)
1013
- feat: idempotency for tasks (#77)
1114

1215
## [1.0.0-rc.7] - 2026-04-07

Cargo.lock

Lines changed: 13 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "apalis-sqlite"
3-
version = "1.0.0-rc.7"
3+
version = "1.0.0-rc.8"
44
authors = ["Njuguna Mureithi <mureithinjuguna@gmail.com>"]
55
readme = "README.md"
66
edition = "2024"
@@ -44,9 +44,8 @@ ulid = { version = "1", features = ["serde"] }
4444
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
4545
apalis = { version = "1.0.0-rc.9" }
4646
apalis-workflow = { version = "0.1.0-rc.9" }
47-
apalis-codec = { version = "0.1.0-rc.9", features = ["msgpack"]}
47+
apalis-codec = { version = "0.1.0-rc.9", features = ["msgpack"] }
4848
futures-util = "0.3.31"
49-
chrono = "0.4"
5049

5150
[package.metadata.docs.rs]
5251
# defines the configuration attribute `docsrs`

0 commit comments

Comments
 (0)