Skip to content

Commit

Permalink
Merge 5331b2e into 25309e1
Browse files Browse the repository at this point in the history
  • Loading branch information
benfdking authored Feb 6, 2025
2 parents 25309e1 + 5331b2e commit de3ae54
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 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.

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[workspace.package]
version = "0.25.2"
version = "0.25.3"
repository = "https://github.com/quarylabs/sqruff"
edition = "2021"
license = "Apache-2.0"
Expand Down Expand Up @@ -27,10 +27,10 @@ codegen-units = 1
[workspace.dependencies]
ahash = { version = "0.8.11", features = ["compile-time-rng", "serde"] }
indexmap = "2.7.1"
sqruff-lib = { version = "0.25.2", path = "crates/lib" }
sqruff-lsp = { version = "0.25.2", path = "crates/lsp" }
sqruff-lib-core = { version = "0.25.2", path = "crates/lib-core" }
sqruff-lib-dialects = { version = "0.25.2", path = "crates/lib-dialects"}
sqruff-lib = { version = "0.25.3", path = "crates/lib" }
sqruff-lsp = { version = "0.25.3", path = "crates/lsp" }
sqruff-lib-core = { version = "0.25.3", path = "crates/lib-core" }
sqruff-lib-dialects = { version = "0.25.3", path = "crates/lib-dialects"}
wasm-bindgen = "0.2"
wasm-pack = "0.13.1"

Expand Down
2 changes: 1 addition & 1 deletion crates/cli/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "maturin"

[project]
name = "sqruff"
version = "0.25.2"
version = "0.25.3"
description = "A SQL linter written in rust."
requires-python = ">=3.9"

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.25.2",
"version": "0.25.3",
"engines": {
"vscode": "^1.96.0"
},
Expand Down

0 comments on commit de3ae54

Please sign in to comment.