Skip to content

Commit 2551012

Browse files
Releasing 1.1.0
1 parent 04cb9f2 commit 2551012

3 files changed

Lines changed: 7 additions & 1 deletion

File tree

README.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ The modifications in this branch are minor fixes and cosmetic changes:
3535
* JUnit XML output format
3636
* Overriding repository root auto-detection via --repository
3737
* Support ``#pragma once`` as an alternative to header include guards
38+
* Add quiet option to suppress non error-related output
3839

3940
Maintaining
4041
-----------

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+
1.1.0
5+
-----
6+
7+
* Add quiet option to suppress non error-related output.
8+
49
1.0.1
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='1.0.1',
5+
version='1.1.0',
66
py_modules=['cpplint'],
77
# generate platform specific start script
88
entry_points={

0 commit comments

Comments
 (0)