Skip to content

Commit

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

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[workspace.package]
version = "0.17.0"
version = "0.18.0"
repository = "https://github.com/quarylabs/sqruff"
edition = "2021"
license = "Apache-2.0"
Expand All @@ -19,6 +19,6 @@ codegen-units = 1
[workspace.dependencies]
ahash = { version = "0.8.11", features = ["compile-time-rng", "serde"] }
indexmap = "2.5.0"
sqruff-lib = { version = "0.17.0", path = "crates/lib" }
sqruff-lib = { version = "0.18.0", path = "crates/lib" }
wasm-bindgen = "0.2"
wasm-pack = "0.13.0"
2 changes: 1 addition & 1 deletion crates/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ codegen-docs = ["clap-markdown", "minijinja", "serde"]

[dependencies]
sqruff-lib.workspace = true
lsp = { version = "0.17.0", package = "sqruff-lsp", path = "../lsp" }
lsp = { version = "0.18.0", package = "sqruff-lsp", path = "../lsp" }
clap = { version = "4", features = ["derive"] }
console = "0.15.8"

Expand Down
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.17.0",
"version": "0.18.0",
"engines": {
"vscode": "^1.93.0"
},
Expand Down

0 comments on commit fa00312

Please sign in to comment.