Skip to content

Commit 45dc1f1

Browse files
committed
chore: bump version 20
1 parent 3e425f9 commit 45dc1f1

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[workspace.package]
2-
version = "0.19.1"
2+
version = "0.20.0"
33
repository = "https://github.com/quarylabs/sqruff"
44
edition = "2021"
55
license = "Apache-2.0"
@@ -27,9 +27,9 @@ codegen-units = 1
2727
[workspace.dependencies]
2828
ahash = { version = "0.8.11", features = ["compile-time-rng", "serde"] }
2929
indexmap = "2.5.0"
30-
sqruff-lib = { version = "0.19.1", path = "crates/lib" }
31-
sqruff-lsp = { version = "0.19.1", path = "crates/lsp" }
32-
sqruff-lib-core = { version = "0.19.1", path = "crates/lib-core" }
33-
sqruff-lib-dialects = { version = "0.19.1", path = "crates/lib-dialects"}
30+
sqruff-lib = { version = "0.20.0", path = "crates/lib" }
31+
sqruff-lsp = { version = "0.20.0", path = "crates/lsp" }
32+
sqruff-lib-core = { version = "0.20.0", path = "crates/lib-core" }
33+
sqruff-lib-dialects = { version = "0.20.0", path = "crates/lib-dialects"}
3434
wasm-bindgen = "0.2"
3535
wasm-pack = "0.13.0"

editors/code/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"url": "https://github.com/quarylabs/sqruff.git"
88
},
99
"publisher": "Quary",
10-
"version": "0.19.1",
10+
"version": "0.20.0",
1111
"engines": {
1212
"vscode": "^1.94.0"
1313
},

0 commit comments

Comments
 (0)