Skip to content

Commit

Permalink
chore: update changelog
Browse files Browse the repository at this point in the history
Signed-off-by: Jack Cherng <[email protected]>
  • Loading branch information
jfcherng committed Apr 16, 2024
1 parent c3d1454 commit 9ba7f21
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion messages.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"2.0.0": "messages/update_message.md",
"2.0.1": "messages/update_message.md",
"install": "README.md"
}
10 changes: 3 additions & 7 deletions messages/update_message.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 9ba7f21

Please sign in to comment.