Skip to content

Commit

Permalink
chore: bump version 0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
benfdking committed Aug 6, 2024
1 parent 5f4c1f6 commit e2b7b82
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 16 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[workspace.package]
version = "0.10.3"
version = "0.11.0"
repository = "https://github.com/quarylabs/sqruff"
edition = "2021"
license = "Apache-2.0"
Expand Down
4 changes: 2 additions & 2 deletions crates/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ harness = false
codegen-docs = ["clap-markdown", "minijinja", "serde"]

[dependencies]
sqruff-lib = { version = "0.10.2", path = "../lib" }
lsp = { version = "0.10.2", package = "sqruff-lsp", path = "../lsp" }
sqruff-lib = { version = "0.11.0", path = "../lib" }
lsp = { version = "0.11.0", package = "sqruff-lsp", path = "../lsp" }
clap = { version = "4", features = ["derive"] }
console = "0.15.8"

Expand Down
2 changes: 1 addition & 1 deletion crates/lsp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ js-sys = "0.3.69"
lsp-types = "0.97"
serde-wasm-bindgen = "0.6.5"
wasm-bindgen = "0.2"
sqruff-lib = { version = "0.10.2", path = "../lib" }
sqruff-lib = { version = "0.11.0", path = "../lib" }
console_error_panic_hook = "0.1.7"
serde_json = "1.0.121"
lsp-server = "0.7.6"
Expand Down
2 changes: 1 addition & 1 deletion crates/sqlinference/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ edition.workspace = true
license.workspace = true

[dependencies]
sqruff-lib = { version = "0.10.2", path = "../lib" }
sqruff-lib = { version = "0.11.0", path = "../lib" }
8 changes: 4 additions & 4 deletions editors/code/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions editors/code/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
"url": "https://github.com/quarylabs/sqruff.git"
},
"publisher": "Quary",
"version": "0.10.3",
"version": "0.11.0",
"engines": {
"vscode": "^1.91.0"
"vscode": "^1.92.0"
},
"categories": [
"Linters",
Expand Down Expand Up @@ -47,7 +47,7 @@
"@rauschma/env-var": "^1.0.1",
"@types/mocha": "^10.0.7",
"@types/node": "20.x",
"@types/vscode": "^1.91.0",
"@types/vscode": "^1.92.0",
"@typescript-eslint/eslint-plugin": "^7.13.1",
"@typescript-eslint/parser": "^7.18.0",
"@vscode/test-cli": "^0.0.10",
Expand Down

0 comments on commit e2b7b82

Please sign in to comment.