Skip to content
This repository was archived by the owner on Aug 7, 2023. It is now read-only.

Commit c4b7025

Browse files
committed
Prepare v4.1.0 release
1 parent ca90d2c commit c4b7025

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
_`linter-clang` follows [semantic versioning](http://semver.org/)_
44

5+
## v4.1.0
6+
7+
- Rewrite the parser engine
8+
- Disable on change linting if a `.clang-complete` file is in use
9+
- Support suggested fixes
10+
- Handle multiple ranges from clang, using a merger of all given
11+
- Better support for ranges in other files
12+
- Much more complete specs
13+
514
## v4.0.0
615

716
- Move to Linter v2

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "linter-clang",
33
"main": "./lib/main",
4-
"version": "4.0.0",
4+
"version": "4.1.0",
55
"description": "Lint C-based files using clang",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)