Skip to content

Commit e6e89e1

Browse files
committed
chore: bump version to 0.7.0
1 parent 7073a21 commit e6e89e1

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.6.0"
4+
version = "0.7.0"
55
edition = "2021"
66
license = "Apache-2.0"
77
default-run = "sqruff"
@@ -19,7 +19,7 @@ harness = false
1919
jemalloc = ["jemallocator"]
2020

2121
[dependencies]
22-
sqruff-lib = { version = "0.6.0", path = "../lib" }
22+
sqruff-lib = { version = "0.7.0", path = "../lib" }
2323
clap = { version = "4", features = ["derive"] }
2424
console = "0.15.8"
2525

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.6.0"
4+
version = "0.7.0"
55
edition = "2021"
66
license = "Apache-2.0"
77

0 commit comments

Comments
 (0)