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

Commit 518e85f

Browse files
committed
Prepare v4.0.0 release
1 parent f042ae0 commit 518e85f

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

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

5+
## v4.0.0
6+
7+
- Move to Linter v2
8+
- Support linting current editor contents
9+
- Run `clang` from the directory of the file being linted
10+
- Filter out `#pragma once` warnings from header files
11+
- Rename the `execPath` setting to `executablePath` to match other providers
12+
513
## v3.4.9
614

715
- Fix declaration of member functions

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": "3.4.9",
4+
"version": "4.0.0",
55
"description": "Lint C-based files using clang",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)