Skip to content

Commit 4408278

Browse files
authored
chore: bump version (#1851)
1 parent dc14ac3 commit 4408278

File tree

6 files changed

+20
-20
lines changed

6 files changed

+20
-20
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[workspace.package]
2-
version = "0.29.0"
2+
version = "0.29.1"
33
repository = "https://github.com/quarylabs/sqruff"
44
edition = "2024"
55
license = "Apache-2.0"
@@ -24,11 +24,11 @@ codegen-units = 1
2424
log = "0.4"
2525
ahash = { version = "=0.8.11", features = ["compile-time-rng", "serde"] }
2626
indexmap = "2.10.0"
27-
sqruff-cli-lib = { version = "0.29.0", path = "crates/cli-lib" }
28-
sqruff-lib = { version = "0.29.0", path = "crates/lib" }
29-
sqruff-lsp = { version = "0.29.0", path = "crates/lsp" }
30-
sqruff-lib-core = { version = "0.29.0", path = "crates/lib-core" }
31-
sqruff-lib-dialects = { version = "0.29.0", path = "crates/lib-dialects" }
27+
sqruff-cli-lib = { version = "0.29.1", path = "crates/cli-lib" }
28+
sqruff-lib = { version = "0.29.1", path = "crates/lib" }
29+
sqruff-lsp = { version = "0.29.1", path = "crates/lsp" }
30+
sqruff-lib-core = { version = "0.29.1", path = "crates/lib-core" }
31+
sqruff-lib-dialects = { version = "0.29.1", path = "crates/lib-dialects" }
3232
wasm-bindgen = "0.2"
3333
wasm-pack = "0.13.1"
3434

crates/cli-lib/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.29.0"
7+
version = "0.29.1"
88
description = "A SQL linter written in rust."
99
requires-python = ">=3.9"
1010

crates/cli-python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "sqruff"
3-
version = "0.29.0"
3+
version = "0.29.1"
44
description = "A SQL linter written in rust."
55
requires-python = ">=3.9"
66

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.29.0",
10+
"version": "0.29.1",
1111
"engines": {
1212
"vscode": "^1.96.0"
1313
},

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "sqruff"
3-
version = "0.29.0"
3+
version = "0.29.1"
44
requires-python = ">=3.9"
55
dependencies = [
66
"Jinja2>=3.0.0",

0 commit comments

Comments
 (0)