Skip to content

Commit c693471

Browse files
committed
chore: Release
1 parent 9aebd5f commit c693471

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
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
@@ -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 = "6.0.8"
19+
version = "6.0.9"
2020

2121
# https://github.com/rust-lang/cargo/issues/8264
2222
[profile.release]

crates/jql-runner/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repository = { workspace = true }
1111
version = { workspace = true }
1212

1313
[dependencies]
14-
jql-parser = { path = "../jql-parser", version = "6.0.8" }
14+
jql-parser = { path = "../jql-parser", version = "6.0.9" }
1515
rayon = "1.7.0"
1616
serde_json = { workspace = true }
1717
thiserror = { workspace = true }

crates/jql/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ version = { workspace = true }
1515
anyhow = "1.0.71"
1616
clap = { version = "4.3.3", features = ["derive"] }
1717
colored_json = { version = "3.2.0" }
18-
jql-runner = { path = "../jql-runner", version = "6.0.8" }
18+
jql-runner = { path = "../jql-runner", version = "6.0.9" }
1919
serde = "1.0.164"
2020
serde_stacker = "0.1.8"
2121
serde_json = { workspace = true }

0 commit comments

Comments
 (0)