Skip to content

Commit e2b7b82

Browse files
committed
chore: bump version 0.11
1 parent 5f4c1f6 commit e2b7b82

File tree

7 files changed

+16
-16
lines changed

7 files changed

+16
-16
lines changed

Cargo.lock

Lines changed: 4 additions & 4 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
@@ -1,5 +1,5 @@
11
[workspace.package]
2-
version = "0.10.3"
2+
version = "0.11.0"
33
repository = "https://github.com/quarylabs/sqruff"
44
edition = "2021"
55
license = "Apache-2.0"

crates/cli/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ harness = false
2020
codegen-docs = ["clap-markdown", "minijinja", "serde"]
2121

2222
[dependencies]
23-
sqruff-lib = { version = "0.10.2", path = "../lib" }
24-
lsp = { version = "0.10.2", package = "sqruff-lsp", path = "../lsp" }
23+
sqruff-lib = { version = "0.11.0", path = "../lib" }
24+
lsp = { version = "0.11.0", package = "sqruff-lsp", path = "../lsp" }
2525
clap = { version = "4", features = ["derive"] }
2626
console = "0.15.8"
2727

crates/lsp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ js-sys = "0.3.69"
1515
lsp-types = "0.97"
1616
serde-wasm-bindgen = "0.6.5"
1717
wasm-bindgen = "0.2"
18-
sqruff-lib = { version = "0.10.2", path = "../lib" }
18+
sqruff-lib = { version = "0.11.0", path = "../lib" }
1919
console_error_panic_hook = "0.1.7"
2020
serde_json = "1.0.121"
2121
lsp-server = "0.7.6"

crates/sqlinference/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ edition.workspace = true
66
license.workspace = true
77

88
[dependencies]
9-
sqruff-lib = { version = "0.10.2", path = "../lib" }
9+
sqruff-lib = { version = "0.11.0", path = "../lib" }

editors/code/package-lock.json

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

editors/code/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
"url": "https://github.com/quarylabs/sqruff.git"
88
},
99
"publisher": "Quary",
10-
"version": "0.10.3",
10+
"version": "0.11.0",
1111
"engines": {
12-
"vscode": "^1.91.0"
12+
"vscode": "^1.92.0"
1313
},
1414
"categories": [
1515
"Linters",
@@ -47,7 +47,7 @@
4747
"@rauschma/env-var": "^1.0.1",
4848
"@types/mocha": "^10.0.7",
4949
"@types/node": "20.x",
50-
"@types/vscode": "^1.91.0",
50+
"@types/vscode": "^1.92.0",
5151
"@typescript-eslint/eslint-plugin": "^7.13.1",
5252
"@typescript-eslint/parser": "^7.18.0",
5353
"@vscode/test-cli": "^0.0.10",

0 commit comments

Comments
 (0)