Skip to content

Commit 670b630

Browse files
committed
chore: Release
1 parent 2b6a37f commit 670b630

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Cargo.lock

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ keywords = ["cli", "json", "terminal", "tool", "query"]
1616
license = "MIT OR Apache-2.0"
1717
readme = "README.md"
1818
repository = "https://github.com/yamafaktory/jql"
19-
version = "8.0.1"
19+
version = "8.0.2"
2020

2121
[workspace.lints.rust]
2222
missing_debug_implementations = "warn"

crates/jql-runner/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ version.workspace = true
1212

1313
[dependencies]
1414
indexmap = { version = "2.7.0", features = ["rayon"] }
15-
jql-parser = { path = "../jql-parser", version = "8.0.1" }
15+
jql-parser = { path = "../jql-parser", version = "8.0.2" }
1616
rayon = "1.10.0"
1717
serde_json.workspace = true
1818
thiserror.workspace = true

crates/jql/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ version.workspace = true
1414
anyhow = "1.0.94"
1515
clap = { version = "4.5.23", features = ["derive"] }
1616
colored_json = { version = "5.0.0" }
17-
jql-runner = { path = "../jql-runner", version = "8.0.1" }
17+
jql-runner = { path = "../jql-runner", version = "8.0.2" }
1818
serde = "1.0.215"
1919
serde_stacker = "0.1.11"
2020
serde_json.workspace = true

0 commit comments

Comments
 (0)