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.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Arcanemagus committed Apr 3, 2017
1 parent 913a3d6 commit b0f05dc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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

## v4.1.1

- Remove usage of `-fdiagnostics-absolute-paths`, fixing `clang` < v4.0.0

## v4.1.0

- Rewrite the parser engine
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.1.0",
"version": "4.1.1",
"description": "Lint C-based files using clang",
"repository": {
"type": "git",
Expand Down

0 comments on commit b0f05dc

Please sign in to comment.