Skip to content

Commit 3e256b6

Browse files
authored
Version 0.1.0b4 (#74)
* Add minimum cli version * Version 0.1.0b4
1 parent ef3ffc0 commit 3e256b6

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ members = ["crates/fluxqueue-common", "crates/fluxqueue-worker"]
33

44
[package]
55
name = "fluxqueue_core"
6-
version = "0.1.0-beta.3"
6+
version = "0.1.0-beta.4"
77
edition = "2024"
88

99
[lib]

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,9 @@ tests = [
3434
"python-dotenv",
3535
"redis"
3636
]
37-
cli = ["fluxqueue-cli"]
37+
cli = [
38+
"fluxqueue-cli>=0.1.0b4"
39+
]
3840
docs = [
3941
"mkdocs-material",
4042
"mkdocstrings",

0 commit comments

Comments
 (0)