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

Commit

Permalink
Prepare for release 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
notskm committed Mar 27, 2020
1 parent 2b5b0d0 commit aa34757
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
8 changes: 5 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [0.4.1]

- Fixed: Clang-Tidy will only run once. Subsequent runs produce
`Command failed: taskkill /pid 19412 /f /t ERROR: The process "19412" not found.`

## [0.4.0]

- Added: `clang-tidy.buildPath` option to tell clang-tidy where the build
Expand Down Expand Up @@ -28,6 +33,3 @@ equivalent to 0.2.0
- Initial release

## [Unreleased]

- Fixed: Clang-Tidy will only run once. Subsequent runs produce
`Command failed: taskkill /pid 19412 /f /t ERROR: The process "19412" not found.`
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "clang-tidy",
"displayName": "Clang-Tidy",
"description": "Integrates clang-tidy into VS Code",
"version": "0.4.0",
"version": "0.4.1",
"publisher": "notskm",
"repository": {
"url": "https://github.com/notskm/vscode-clang-tidy"
Expand Down

0 comments on commit aa34757

Please sign in to comment.