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

Commit

Permalink
Prepare v4.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Arcanemagus committed Mar 31, 2017
1 parent f042ae0 commit 518e85f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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

## v4.0.0

- Move to Linter v2
- Support linting current editor contents
- Run `clang` from the directory of the file being linted
- Filter out `#pragma once` warnings from header files
- Rename the `execPath` setting to `executablePath` to match other providers

## v3.4.9

- Fix declaration of member functions
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": "3.4.9",
"version": "4.0.0",
"description": "Lint C-based files using clang",
"repository": {
"type": "git",
Expand Down

0 comments on commit 518e85f

Please sign in to comment.