From c23da5adcd9bd0ddc681d44f1f1285093be0175e Mon Sep 17 00:00:00 2001 From: Robert Ostermann Date: Thu, 23 Mar 2023 11:12:00 -0500 Subject: [PATCH] v2.2.5 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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",