Skip to content

Commit 1fe107e

Browse files
authored
bump: to v1.0.0-rc.7 (#68)
1 parent e7c1f79 commit 1fe107e

4 files changed

Lines changed: 15 additions & 8 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-04-07
11+
12+
- bump: to v1.0.0-rc.7 (#68)
1013
- chore: expose ack api (#67)
1114

1215
## [1.0.0-rc.6] - 2026-03-12

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: 7 additions & 7 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.6"
3+
version = "1.0.0-rc.7"
44
authors = ["Njuguna Mureithi <mureithinjuguna@gmail.com>"]
55
readme = "README.md"
66
edition = "2024"
@@ -29,9 +29,9 @@ features = ["sqlite"]
2929
[dependencies]
3030
serde = { version = "1", features = ["derive"] }
3131
serde_json = { version = "1" }
32-
apalis-codec = { version = "0.1.0-rc.6", default-features = false }
33-
apalis-core = { version = "1.0.0-rc.6", features = ["sleep"] }
34-
apalis-sql = { version = "1.0.0-rc.6", default-features = false }
32+
apalis-codec = { version = "0.1.0-rc.7", default-features = false }
33+
apalis-core = { version = "1.0.0-rc.7", features = ["sleep"] }
34+
apalis-sql = { version = "1.0.0-rc.7", default-features = false }
3535
log = "0.4.21"
3636
futures = "0.3.30"
3737
tokio = { version = "1", features = ["rt", "net"], optional = true }
@@ -42,9 +42,9 @@ ulid = { version = "1", features = ["serde"] }
4242

4343
[dev-dependencies]
4444
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
45-
apalis = { version = "1.0.0-rc.6" }
46-
apalis-workflow = { version = "0.1.0-rc.6" }
47-
apalis-codec = { version = "0.1.0-rc.6", features = ["msgpack"]}
45+
apalis = { version = "1.0.0-rc.7" }
46+
apalis-workflow = { version = "0.1.0-rc.7" }
47+
apalis-codec = { version = "0.1.0-rc.7", features = ["msgpack"]}
4848
futures-util = "0.3.31"
4949
chrono = "0.4"
5050

supply-chain/imports.lock

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,7 @@ audited_as = "1.0.0-rc.3"
1212
[[unpublished.apalis-sqlite]]
1313
version = "1.0.0-rc.6"
1414
audited_as = "1.0.0-rc.4"
15+
16+
[[unpublished.apalis-sqlite]]
17+
version = "1.0.0-rc.7"
18+
audited_as = "1.0.0-rc.6"

0 commit comments

Comments
 (0)