Skip to content

Commit c1e2e74

Browse files
authored
bump: to v1.0.0-rc.4 (#51)
1 parent 4370efb commit c1e2e74

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+
11+
## [1.0.0-rc.4] - 2026-02-21
12+
1013
- add(shared): new_with_pool_otions for a customizable pool creation (#50)
1114

1215
## [1.0.0-rc.3] - 2026-02-02

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.3"
3+
version = "1.0.0-rc.4"
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.3", default-features = false }
33-
apalis-core = { version = "1.0.0-rc.3", features = ["sleep"] }
34-
apalis-sql = { version = "1.0.0-rc.3", default-features = false }
32+
apalis-codec = { version = "0.1.0-rc.4", default-features = false }
33+
apalis-core = { version = "1.0.0-rc.4", features = ["sleep"] }
34+
apalis-sql = { version = "1.0.0-rc.4", 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.3" }
46-
apalis-workflow = { version = "0.1.0-rc.3" }
47-
apalis-codec = { version = "0.1.0-rc.3", features = ["msgpack"]}
45+
apalis = { version = "1.0.0-rc.4" }
46+
apalis-workflow = { version = "0.1.0-rc.4" }
47+
apalis-codec = { version = "0.1.0-rc.4", 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
@@ -4,3 +4,7 @@
44
[[unpublished.apalis-sqlite]]
55
version = "1.0.0-rc.3"
66
audited_as = "1.0.0-rc.2"
7+
8+
[[unpublished.apalis-sqlite]]
9+
version = "1.0.0-rc.4"
10+
audited_as = "1.0.0-rc.3"

0 commit comments

Comments
 (0)