diff --git a/CHANGELOG.md b/CHANGELOG.md index 40b3fe5..cf12558 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 31b8fe7..40bc0fe 100644 --- a/package.json +++ b/package.json @@ -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",