We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f80e28b commit d155803Copy full SHA for d155803
changelog.rst
@@ -1,6 +1,12 @@
1
Changelog
2
---------
3
4
+1.2.0
5
+-----
6
+
7
+* Added `.cu` and `.cuh` as supported file extensions by default.
8
+* Moved the warning "Include the directory when naming .h files" from the `build/include` category to the `build/include_subdir` category.
9
10
1.1.0
11
-----
12
setup.py
@@ -2,7 +2,7 @@
setup(name='cpplint',
- version='1.1.0',
+ version='1.2.0',
py_modules=['cpplint'],
# generate platform specific start script
entry_points={
0 commit comments