Skip to content

Commit

Permalink
chore: bump version to 20.2
Browse files Browse the repository at this point in the history
  • Loading branch information
benfdking committed Nov 2, 2024
1 parent 8c5f463 commit ec21518
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 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.20.1"
version = "0.20.2"
repository = "https://github.com/quarylabs/sqruff"
edition = "2021"
license = "Apache-2.0"
Expand Down Expand Up @@ -27,9 +27,9 @@ codegen-units = 1
[workspace.dependencies]
ahash = { version = "0.8.11", features = ["compile-time-rng", "serde"] }
indexmap = "2.5.0"
sqruff-lib = { version = "0.20.1", path = "crates/lib" }
sqruff-lsp = { version = "0.20.1", path = "crates/lsp" }
sqruff-lib-core = { version = "0.20.1", path = "crates/lib-core" }
sqruff-lib-dialects = { version = "0.20.1", path = "crates/lib-dialects"}
sqruff-lib = { version = "0.20.2", path = "crates/lib" }
sqruff-lsp = { version = "0.20.2", path = "crates/lsp" }
sqruff-lib-core = { version = "0.20.2", path = "crates/lib-core" }
sqruff-lib-dialects = { version = "0.20.2", path = "crates/lib-dialects"}
wasm-bindgen = "0.2"
wasm-pack = "0.13.0"
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.20.1",
"version": "0.20.2",
"engines": {
"vscode": "^1.94.0"
},
Expand Down

0 comments on commit ec21518

Please sign in to comment.