Skip to content

Commit f180a7e

Browse files
committed
chore: release 0.6.2
1 parent 67aa210 commit f180a7e

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

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

88
## Unreleased
99

10+
- No unreleased changes yet.
11+
12+
## [v0.6.2](https://github.com/GaiaNet-AI/celery-rs/releases/tag/v0.6.2) - 2025-10-07
13+
1014
### Added
1115

1216
- Introduced a pluggable result backend API with a Redis implementation, enhanced

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ members = ["./", "celery-codegen"]
33

44
[package]
55
name = "celery-rs"
6-
version = "0.6.1"
6+
version = "0.6.2"
77
authors = ["epwalsh <[email protected]>"]
88
edition = "2018"
99
keywords = ["celery", "amqp", "rabbitmq", "background-jobs"]
@@ -47,7 +47,7 @@ log = "0.4.28"
4747
futures = { version = "0.3.31", features = ["async-await"] }
4848
uuid = { version = "1.18.1", features = ["v4"]}
4949
rand = "0.8"
50-
celery-rs-codegen = { version = "0.6.1", path = "./celery-codegen", optional = true }
50+
celery-rs-codegen = { version = "0.6.2", path = "./celery-codegen", optional = true }
5151
colored = "3.0.0"
5252
once_cell = { version = "1.21.3" }
5353
globset = "0.4.16"

celery-codegen/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "celery-rs-codegen"
3-
version = "0.6.1"
3+
version = "0.6.2"
44
authors = ["epwalsh <[email protected]>", "dragon <[email protected]>"]
55
edition = "2018"
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)