From 947e9d9385d0b7c043d5d636b6405776338a1347 Mon Sep 17 00:00:00 2001 From: Robbie Ostermann Date: Thu, 25 Jul 2024 10:56:26 -0500 Subject: [PATCH] v3.1.3 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d7cc29..c2e7bca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to the "sqlfluff" extension will be documented in this file. +## [3.1.3] - 2024-07-25 + +- Improved Handling for Problems in Closed/Deleted files. Thanks to jackfrey13's [Pull Request](https://github.com/sqlfluff/vscode-sqlfluff/pull/150) + ## [3.1.2] - 2024-07-19 - Attempt to fix "File path not found" [Issue](https://github.com/sqlfluff/vscode-sqlfluff/issues/147) diff --git a/package.json b/package.json index e9d8c92..3c5921d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vscode-sqlfluff", "displayName": "sqlfluff", - "version": "3.1.2", + "version": "3.1.3", "description": "A linter and auto-formatter for SQLfluff, a popular linting tool for SQL and dbt.", "publisher": "dorzey", "icon": "images/icon.png",