Skip to content

Commit

Permalink
chore: bump version after trino
Browse files Browse the repository at this point in the history
  • Loading branch information
benfdking committed Sep 12, 2024
1 parent 1e9d2b1 commit 09496b4
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 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.16.0"
version = "0.17.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.16.0", path = "../lib" }
lsp = { version = "0.16.0", package = "sqruff-lsp", path = "../lsp" }
sqruff-lib = { version = "0.17.0", path = "../lib" }
lsp = { version = "0.17.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.16.0", path = "../lib" }
sqruff-lib = { version = "0.17.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.16.0", path = "../lib" }
sqruff-lib = { version = "0.17.0", path = "../lib" }

0 comments on commit 09496b4

Please sign in to comment.