Skip to content

Commit

Permalink
v0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbie Ostermann committed Jul 11, 2022
1 parent e1d2691 commit 35106a4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

All notable changes to this project will be documented in this file.

## [0.2.4] - 2022-07-

- Handle JSON.parse exceptions gracefully.
- Kill any currently running process in linter before starting a new process.

## [0.2.3] - 2022-07-04

- Default the dialect option to empty to ensure the sqlfluff configuration is the primary source of the dialect.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vscode-sqlfluff-extended",
"displayName": "sqlfluff extended",
"version": "0.2.3",
"version": "0.2.4",
"description": "A linter and auto-formatter for SQLfluff, a popular linting tool for SQL and dbt.",
"publisher": "RobertOstermann",
"icon": "images/icon.png",
Expand Down

0 comments on commit 35106a4

Please sign in to comment.