Skip to content

Commit 6376eb0

Browse files
committed
chore: bump after rrelease piplein
1 parent ebba0ac commit 6376eb0

File tree

7 files changed

+48
-38
lines changed

7 files changed

+48
-38
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[workspace.package]
2-
version = "0.13.0"
2+
version = "0.13.1"
33
repository = "https://github.com/quarylabs/sqruff"
44
edition = "2021"
55
license = "Apache-2.0"

crates/cli/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ harness = false
2020
codegen-docs = ["clap-markdown", "minijinja", "serde"]
2121

2222
[dependencies]
23-
sqruff-lib = { version = "0.13.0", path = "../lib" }
24-
lsp = { version = "0.13.0", package = "sqruff-lsp", path = "../lsp" }
23+
sqruff-lib = { version = "0.13.1", path = "../lib" }
24+
lsp = { version = "0.13.1", package = "sqruff-lsp", path = "../lsp" }
2525
clap = { version = "4", features = ["derive"] }
2626
console = "0.15.8"
2727

crates/lsp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ js-sys = "0.3.69"
1515
lsp-types = "0.97"
1616
serde-wasm-bindgen = "0.6.5"
1717
wasm-bindgen = "0.2"
18-
sqruff-lib = { version = "0.13.0", path = "../lib" }
18+
sqruff-lib = { version = "0.13.1", path = "../lib" }
1919
console_error_panic_hook = "0.1.7"
2020
serde_json = "1.0.121"
2121
lsp-server = "0.7.6"

crates/sqlinference/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ edition.workspace = true
66
license.workspace = true
77

88
[dependencies]
9-
sqruff-lib = { version = "0.13.0", path = "../lib" }
9+
sqruff-lib = { version = "0.13.1", path = "../lib" }

editors/code/package-lock.json

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

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.13.0",
10+
"version": "0.13.1",
1111
"engines": {
1212
"vscode": "^1.92.0"
1313
},

0 commit comments

Comments
 (0)