Skip to content

Commit 5121bdd

Browse files
actions-userbenfdking
authored andcommitted
chore: bump version
1 parent 7c9060f commit 5121bdd

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/cli/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "sqruff"
33
description = "A high-speed SQL linter."
4-
version = "0.4.7"
4+
version = "0.4.8"
55
edition = "2021"
66
license = "Apache-2.0"
77
default-run = "sqruff"
@@ -14,7 +14,7 @@ harness = false
1414
jemalloc = ["jemallocator"]
1515

1616
[dependencies]
17-
sqruff-lib = { version = "0.4.7", path = "../lib" }
17+
sqruff-lib = { version = "0.4.8", path = "../lib" }
1818
clap = { version = "4", features = ["derive"] }
1919
console = "0.15.8"
2020

crates/lib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "sqruff-lib"
33
description = "A high-speed SQL linter."
4-
version = "0.4.7"
4+
version = "0.4.8"
55
edition = "2021"
66
license = "Apache-2.0"
77

0 commit comments

Comments
 (0)