Skip to content

Commit

Permalink
v2.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertOstermann committed Jul 15, 2023
1 parent f7cc97e commit 0cc1a3b
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.3.5] - 2023-07-14

- Add the ability to `Format Selection`
- Add the command `sqlfluff.showOutputChannel` to reveal the SQLFluff Output Channel
- Display error for ignored parsing issues when attempting a format

## [2.3.4] - 2023-06-07

- Add the option `sqlfluff.shell`
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.3.4",
"version": "2.3.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 0cc1a3b

Please sign in to comment.