Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
benfdking committed Sep 11, 2024
1 parent ef62c7b commit fdcedbe
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
10 changes: 5 additions & 5 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.15.8"
version = "0.16.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.15.0", path = "../lib" }
lsp = { version = "0.15.0", package = "sqruff-lsp", path = "../lsp" }
sqruff-lib = { version = "0.16.0", path = "../lib" }
lsp = { version = "0.16.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.15.0", path = "../lib" }
sqruff-lib = { version = "0.16.0", path = "../lib" }
console_error_panic_hook = "0.1.7"
serde_json = "1.0.127"
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.15.0", path = "../lib" }
sqruff-lib = { version = "0.16.0", path = "../lib" }
4 changes: 2 additions & 2 deletions editors/code/package-lock.json

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

2 changes: 1 addition & 1 deletion editors/code/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"url": "https://github.com/quarylabs/sqruff.git"
},
"publisher": "Quary",
"version": "0.15.8",
"version": "0.16.0",
"engines": {
"vscode": "^1.93.0"
},
Expand Down

0 comments on commit fdcedbe

Please sign in to comment.