Skip to content

Commit

Permalink
v2.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertOstermann committed Mar 23, 2023
1 parent 2864460 commit c23da5a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to the "sqlfluff" extension will be documented in this file.

Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.

## [2.2.5] - 2023-03-23

- Fix [Issue #88](https://github.com/sqlfluff/vscode-sqlfluff/issues/88)
- Change the linting to match files exactly when possible
- Do not attempt to lint diff files

## [2.2.4] - 2023-02-28

- Add snowflake-sql support. Thanks to from fdrijver's [Pull Request](https://github.com/sqlfluff/vscode-sqlfluff/pull/77)
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",
"displayName": "sqlfluff",
"version": "2.2.4",
"version": "2.2.5",
"description": "A linter and auto-formatter for SQLfluff, a popular linting tool for SQL and dbt.",
"publisher": "dorzey",
"icon": "images/icon.png",
Expand Down

0 comments on commit c23da5a

Please sign in to comment.