Skip to content

Commit 1f5cfe4

Browse files
committed
chore: bump version
1 parent a1b383a commit 1f5cfe4

File tree

4 files changed

+15
-15
lines changed

4 files changed

+15
-15
lines changed

Cargo.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[workspace.package]
2-
version = "0.25.18"
2+
version = "0.25.19"
33
repository = "https://github.com/quarylabs/sqruff"
44
edition = "2024"
55
license = "Apache-2.0"
@@ -27,10 +27,10 @@ codegen-units = 1
2727
[workspace.dependencies]
2828
ahash = { version = "0.8.11", features = ["compile-time-rng", "serde"] }
2929
indexmap = "2.7.1"
30-
sqruff-lib = { version = "0.25.18", path = "crates/lib" }
31-
sqruff-lsp = { version = "0.25.18", path = "crates/lsp" }
32-
sqruff-lib-core = { version = "0.25.18", path = "crates/lib-core" }
33-
sqruff-lib-dialects = { version = "0.25.18", path = "crates/lib-dialects" }
30+
sqruff-lib = { version = "0.25.19", path = "crates/lib" }
31+
sqruff-lsp = { version = "0.25.19", path = "crates/lsp" }
32+
sqruff-lib-core = { version = "0.25.19", path = "crates/lib-core" }
33+
sqruff-lib-dialects = { version = "0.25.19", path = "crates/lib-dialects" }
3434
wasm-bindgen = "0.2"
3535
wasm-pack = "0.13.1"
3636

crates/cli/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "maturin"
44

55
[project]
66
name = "sqruff"
7-
version = "0.25.18"
7+
version = "0.25.19"
88
description = "A SQL linter written in rust."
99
requires-python = ">=3.9"
1010

editors/code/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"url": "https://github.com/quarylabs/sqruff.git"
88
},
99
"publisher": "Quary",
10-
"version": "0.25.18",
10+
"version": "0.25.19",
1111
"engines": {
1212
"vscode": "^1.96.0"
1313
},

0 commit comments

Comments
 (0)