Skip to content

Commit 7c96c94

Browse files
committed
chore: bump version
1 parent b2291b3 commit 7c96c94

File tree

6 files changed

+20
-20
lines changed

6 files changed

+20
-20
lines changed

Cargo.lock

+10-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

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

crates/cli-lib/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "maturin"
44

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

crates/cli-python/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "sqruff"
3-
version = "0.26.2"
3+
version = "0.26.3"
44
description = "A SQL linter written in rust."
55
requires-python = ">=3.9"
66

editors/code/package.json

+1-1
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.26.2",
10+
"version": "0.26.3",
1111
"engines": {
1212
"vscode": "^1.99.0"
1313
},

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "sqruff"
3-
version = "0.26.2"
3+
version = "0.26.3"
44
requires-python = ">=3.9"
55
dependencies = [
66
"Jinja2>=3.0.0",

0 commit comments

Comments
 (0)