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

Commit

Permalink
Prepare v4.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Arcanemagus committed Apr 1, 2017
1 parent ca90d2c commit c4b7025
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

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

## v4.1.0

- Rewrite the parser engine
- Disable on change linting if a `.clang-complete` file is in use
- Support suggested fixes
- Handle multiple ranges from clang, using a merger of all given
- Better support for ranges in other files
- Much more complete specs

## v4.0.0

- Move to Linter v2
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "linter-clang",
"main": "./lib/main",
"version": "4.0.0",
"version": "4.1.0",
"description": "Lint C-based files using clang",
"repository": {
"type": "git",
Expand Down

0 comments on commit c4b7025

Please # to comment.