From 4a2309e95c8742b86d7d99be7967eb196d9ec9eb Mon Sep 17 00:00:00 2001 From: Roberto Leinardi Date: Sat, 26 Feb 2022 14:31:24 +0100 Subject: [PATCH] Prepare for release 0.14.0 --- CHANGELOG.md | 6 ++++++ gradle.properties | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9630e88..3798e35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +**[0.14.0] 2022-02-26** +- New: Improved executable auto-detection on Windows +- New: Make plugin hot-reloadable +- New: Show notification when PyLint exits abnormally +- Several dependency updates + **[0.13.1] 2021-12-06** - New: Minimum compatibility version raised to 201.8743 diff --git a/gradle.properties b/gradle.properties index 53b0567..a69d5dd 100644 --- a/gradle.properties +++ b/gradle.properties @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. # -version=0.13.1 +version=0.14.0 ideVersion=PC-2021.3 pythonPlugin=python-ce sinceBuild=201.8743