diff --git a/CHANGELOG.md b/CHANGELOG.md index 92ca469..0315c4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.0.0-rc.7] - 2026-04-07 + +- bump: to v1.0.0-rc.7 (#68) - chore: expose ack api (#67) ## [1.0.0-rc.6] - 2026-03-12 diff --git a/Cargo.lock b/Cargo.lock index a7478d9..88ef3c2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -85,7 +85,7 @@ dependencies = [ [[package]] name = "apalis-sqlite" -version = "1.0.0-rc.6" +version = "1.0.0-rc.7" dependencies = [ "apalis", "apalis-codec", diff --git a/Cargo.toml b/Cargo.toml index 58ca66b..bbc764f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "apalis-sqlite" -version = "1.0.0-rc.6" +version = "1.0.0-rc.7" authors = ["Njuguna Mureithi "] readme = "README.md" edition = "2024" @@ -29,9 +29,9 @@ features = ["sqlite"] [dependencies] serde = { version = "1", features = ["derive"] } serde_json = { version = "1" } -apalis-codec = { version = "0.1.0-rc.6", default-features = false } -apalis-core = { version = "1.0.0-rc.6", features = ["sleep"] } -apalis-sql = { version = "1.0.0-rc.6", default-features = false } +apalis-codec = { version = "0.1.0-rc.7", default-features = false } +apalis-core = { version = "1.0.0-rc.7", features = ["sleep"] } +apalis-sql = { version = "1.0.0-rc.7", default-features = false } log = "0.4.21" futures = "0.3.30" tokio = { version = "1", features = ["rt", "net"], optional = true } @@ -42,9 +42,9 @@ ulid = { version = "1", features = ["serde"] } [dev-dependencies] tokio = { version = "1", features = ["macros", "rt-multi-thread"] } -apalis = { version = "1.0.0-rc.6" } -apalis-workflow = { version = "0.1.0-rc.6" } -apalis-codec = { version = "0.1.0-rc.6", features = ["msgpack"]} +apalis = { version = "1.0.0-rc.7" } +apalis-workflow = { version = "0.1.0-rc.7" } +apalis-codec = { version = "0.1.0-rc.7", features = ["msgpack"]} futures-util = "0.3.31" chrono = "0.4" diff --git a/supply-chain/imports.lock b/supply-chain/imports.lock index 4a41183..435a834 100644 --- a/supply-chain/imports.lock +++ b/supply-chain/imports.lock @@ -12,3 +12,7 @@ audited_as = "1.0.0-rc.3" [[unpublished.apalis-sqlite]] version = "1.0.0-rc.6" audited_as = "1.0.0-rc.4" + +[[unpublished.apalis-sqlite]] +version = "1.0.0-rc.7" +audited_as = "1.0.0-rc.6"