Skip to content

Commit e9560b8

Browse files
Releasing 1.2.2
1 parent d11784c commit e9560b8

File tree

2 files changed

+21
-16
lines changed

2 files changed

+21
-16
lines changed

changelog.rst

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

4-
1.2.0
4+
1.2.2
5+
-----
6+
7+
* Fixes bug causing RValue detection with namespaces to fail.
8+
9+
1.2.1
510
-----
611

7-
* Fixed error in setup.py
12+
* Fixes error in setup.py.
813

914
1.2.0
1015
-----
1116

12-
* Added `.cu` and `.cuh` as supported file extensions by default.
13-
* Moved the warning "Include the directory when naming .h files" from the `build/include` category to the `build/include_subdir` category.
17+
* Adds `.cu` and `.cuh` as supported file extensions by default.
18+
* Moves the warning "Include the directory when naming .h files" from the `build/include` category to the `build/include_subdir` category.
1419

1520
1.1.0
1621
-----
1722

18-
* Add quiet option to suppress non error-related output.
23+
* Adds quiet option to suppress non error-related output.
1924

2025
1.0.1
2126
-----
2227

23-
* Updates PyPi README
28+
* Updates PyPi README.
2429

2530
1.0.0
2631
-----
2732

28-
* Fixes a --repository flag bug
33+
* Fixes a --repository flag bug.
2934

3035
0.0.9
3136
-----
3237

33-
* Adds the --exclude flag to exclude files from being linted
38+
* Adds the --exclude flag to exclude files from being linted.
3439

3540
0.0.8
3641
-----
3742

38-
* Adds the --repository flag to set the location of the project root for header guard calculations
39-
* Adds support for ``#pragma once`` as an alternative to header include guards
43+
* Adds the --repository flag to set the location of the project root for header guard calculations.
44+
* Adds support for ``#pragma once`` as an alternative to header include guards.
4045

4146
0.0.7
4247
-----
4348

44-
* Fixes a Windows include guard bug
45-
* Adds escaping and more detail to JUnit XML output
49+
* Fixes a Windows include guard bug.
50+
* Adds escaping and more detail to JUnit XML output.
4651

4752
0.0.6
4853
-----
4954

50-
* Adds the --recursive flag
51-
* Adds JUnit XML output
55+
* Adds the --recursive flag.
56+
* Adds JUnit XML output.
5257

5358
0.0.5
5459
-----
5560

56-
* Maintenance release, undoes earlier project folder structure changes to remain as true to upstream as possible
61+
* Maintenance release, undoes earlier project folder structure changes to remain as true to upstream as possible.
5762

5863
0.0.4
5964
-----

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

0 commit comments

Comments
 (0)