Skip to content

Commit f432c96

Browse files
Releasing 0.0.8
1 parent 85c33b6 commit f432c96

3 files changed

Lines changed: 8 additions & 1 deletion

File tree

README.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ The modifications in this branch are minor fixes and cosmetic changes:
3232
* continuous integration on travis
3333
* support for recursive file discover via the --recursive argument
3434
* JUnit XML output format
35+
* Overriding repository root auto-detection via --repository
36+
* Support ``#pragma once`` as an alternative to header include guards
3537

3638
Maintaining
3739
-----------

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.8
5+
-----
6+
7+
Adds the --repository flag and adds support for ``#pragma once`` as an alternative to header include guards.
8+
49
0.0.7
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.7',
5+
version='0.0.8',
66
py_modules=['cpplint'],
77
# generate platform specific start script
88
entry_points={

0 commit comments

Comments
 (0)