Skip to content

Commit 4842b74

Browse files
Releasing 0.0.9
1 parent dc6a613 commit 4842b74

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

README.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ The modifications in this branch are minor fixes and cosmetic changes:
3030
* python 3k compatibility
3131
* minor fixes around default file extensions
3232
* continuous integration on travis
33-
* support for recursive file discover via the --recursive argument
33+
* support for recursive file discovery via the --recursive argument
34+
* support for excluding files via --exclude
3435
* JUnit XML output format
3536
* Overriding repository root auto-detection via --repository
3637
* Support ``#pragma once`` as an alternative to header include guards

changelog.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Changelog
22
---------
33

4+
0.0.9
5+
-----
6+
7+
Adds the --exclude flag to exclude files from being linted.
8+
49
0.0.8
510
-----
611

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33

44
setup(name='cpplint',
5-
version='0.0.8',
5+
version='0.0.9',
66
py_modules=['cpplint'],
77
# generate platform specific start script
88
entry_points={

0 commit comments

Comments
 (0)