From 9ba7f21a956f0a63f6af924c84e78d964600b7b5 Mon Sep 17 00:00:00 2001 From: Jack Cherng Date: Tue, 16 Apr 2024 21:20:48 +0800 Subject: [PATCH] chore: update changelog Signed-off-by: Jack Cherng --- CHANGELOG.md | 5 +++++ messages.json | 2 +- messages/update_message.md | 10 +++------- 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0dee5d5..c8d7b07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ # SublimeLinter-gcc +## 2.0.1 + +No changes. Just to annotate that this is the last version for Sublime Text 3. +The next release will only run in Sublime Text 4 (or later) with its Python 3.8 plugin host. + ## 2.0.0 This is a BC break version. Please read the new settings format from the diff --git a/messages.json b/messages.json index 1a0e08b..d3f55b9 100644 --- a/messages.json +++ b/messages.json @@ -1,4 +1,4 @@ { - "2.0.0": "messages/update_message.md", + "2.0.1": "messages/update_message.md", "install": "README.md" } diff --git a/messages/update_message.md b/messages/update_message.md index 28f0ed0..80350ee 100644 --- a/messages/update_message.md +++ b/messages/update_message.md @@ -2,11 +2,7 @@ SublimeLinter-gcc has been updated. To see the changelog, visit Preferences » Package Settings » SublimeLinter-gcc » Changelog -## 2.0.0 +## 2.0.1 -This is a BC break version. Please read the new settings format from the -[README](https://github.com/SublimeLinter/SublimeLinter-gcc/blob/2.0.0/README.md#settings). - -- `gcc` and `g++` are separated into two linters. -- Drop support for SublimeLinter 3. -- Adapt SublimeLinter 4 APIs and settings. +No changes. Just to annotate that this is the last version for Sublime Text 3. +The next release will only run in Sublime Text 4 (or later) with its Python 3.8 plugin host.