Skip to content

Commit 34ac923

Browse files
Releasing 1.0.0
1 parent 2622e34 commit 34ac923

2 files changed

Lines changed: 21 additions & 14 deletions

File tree

changelog.rst

Lines changed: 20 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,52 +1,59 @@
11
Changelog
22
---------
33

4+
1.0.0
5+
-----
6+
7+
* Fixes a --repository flag bug
8+
49
0.0.9
510
-----
611

7-
Adds the --exclude flag to exclude files from being linted.
12+
* Adds the --exclude flag to exclude files from being linted
813

914
0.0.8
1015
-----
1116

12-
Adds the --repository flag and adds support for ``#pragma once`` as an alternative to header include guards.
17+
* Adds the --repository flag to set the location of the project root for header guard calculations
18+
* Adds support for ``#pragma once`` as an alternative to header include guards
1319

1420
0.0.7
1521
-----
1622

17-
Fixes a Windows include guard bug and adds escaping and more detail to JUnit XML output.
23+
* Fixes a Windows include guard bug
24+
* Adds escaping and more detail to JUnit XML output
1825

1926
0.0.6
2027
-----
2128

22-
Adds the --recursive flag and JUnit XML output.
29+
* Adds the --recursive flag
30+
* Adds JUnit XML output
2331

2432
0.0.5
2533
-----
2634

27-
Maintenance release, undoes earlier project folder structure changes
28-
to remain as true to upstream as possible.
35+
* Maintenance release, undoes earlier project folder structure changes to remain as true to upstream as possible
2936

3037
0.0.4
3138
-----
3239

33-
- Merged with upstream revision r141 (2014-12-04)
34-
This includes many new checks, see commit messages for details.
35-
This also reverts some renaming of files, to stay close to the original project.
40+
* Merged with upstream revision r141 (2014-12-04)
41+
* This includes many new checks, see commit messages for details
42+
* This also reverts some renaming of files, to stay close to the original project
3643

3744

3845
0.0.3
3946
-----
4047

41-
- py3k compatibility
48+
* python 3 compatibility
4249

4350
0.0.2
4451
-----
4552

46-
- fixed and extended allowed extensions
53+
* fixed and extended allowed extensions
4754

4855
0.0.1
4956
-----
5057

51-
- import from googlecode, added setup.py
52-
- imported revision r83 (2012-05-11)
58+
* import from googlecode, added setup.py
59+
* imported revision r83 (2012-05-11)

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.9',
5+
version='1.0.0',
66
py_modules=['cpplint'],
77
# generate platform specific start script
88
entry_points={

0 commit comments

Comments
 (0)