Skip to content

Commit

Permalink
chore: bump version 0.75 after fix
Browse files Browse the repository at this point in the history
  • Loading branch information
benfdking committed Jun 18, 2024
1 parent 7ddae5a commit df8ca2c
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "sqruff"
description = "A high-speed SQL linter."
version = "0.7.4"
version = "0.7.5"
edition = "2021"
license = "Apache-2.0"
default-run = "sqruff"
Expand Down
2 changes: 1 addition & 1 deletion crates/lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "sqruff-lib"
description = "A high-speed SQL linter."
version = "0.7.4"
version = "0.7.5"
edition = "2021"
license = "Apache-2.0"

Expand Down
2 changes: 1 addition & 1 deletion crates/lsp/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lsp"
version = "0.7.4"
version = "0.7.5"
edition = "2021"

[lib]
Expand Down
4 changes: 2 additions & 2 deletions editors/code/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.7.4",
"version": "0.7.5",
"engines": {
"vscode": "^1.90.0"
},
Expand Down

0 comments on commit df8ca2c

Please sign in to comment.