Skip to content

Commit d502e7b

Browse files
committed
0.11.3
Signed-off-by: Audrow Nash <[email protected]>
1 parent fd2feb1 commit d502e7b

File tree

77 files changed

+320
-46
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

77 files changed

+320
-46
lines changed

ament_clang_format/CHANGELOG.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
Changelog for package ament_clang_format
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
Forthcoming
6+
-----------
7+
* Update maintainers to Michael Jeronimo and Michel Hidalgo (`#340 <https://github.com/ament/ament_lint/issues/340>`_)
8+
* Contributors: Audrow Nash
9+
510
0.11.2 (2021-06-18)
611
-------------------
712

ament_clang_format/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="2">
44
<name>ament_clang_format</name>
5-
<version>0.11.2</version>
5+
<version>0.11.3</version>
66
<description>
77
The ability to check code against style conventions using
88
clang-format and generate xUnit test result files.</description>

ament_clang_format/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name=package_name,
8-
version='0.11.2',
8+
version='0.11.3',
99
packages=find_packages(exclude=['test']),
1010
data_files=[
1111
('share/' + package_name, ['package.xml']),

ament_clang_tidy/CHANGELOG.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
Changelog for package ament_clang_tidy
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
Forthcoming
6+
-----------
7+
* Update maintainers to Michael Jeronimo and Michel Hidalgo (`#340 <https://github.com/ament/ament_lint/issues/340>`_)
8+
* remove google style from clang-tidy default settings, removing need for default config file (`#337 <https://github.com/ament/ament_lint/issues/337>`_)
9+
* Improvements to ament_lint_clang_tidy. (`#316 <https://github.com/ament/ament_lint/issues/316>`_)
10+
* Contributors: Audrow Nash, Steven! Ragnarök, William Woodall
11+
512
0.11.2 (2021-06-18)
613
-------------------
714

ament_clang_tidy/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="2">
44
<name>ament_clang_tidy</name>
5-
<version>0.11.2</version>
5+
<version>0.11.3</version>
66
<description>
77
The ability to check code against style conventions using
88
clang-tidy and generate xUnit test result files.</description>

ament_clang_tidy/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name=package_name,
8-
version='0.11.2',
8+
version='0.11.3',
99
packages=find_packages(exclude=['test']),
1010
data_files=[
1111
('share/' + package_name, ['package.xml']),

ament_cmake_clang_format/CHANGELOG.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
Changelog for package ament_cmake_clang_format
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
Forthcoming
6+
-----------
7+
* Update maintainers to Michael Jeronimo and Michel Hidalgo (`#340 <https://github.com/ament/ament_lint/issues/340>`_)
8+
* Contributors: Audrow Nash
9+
510
0.11.2 (2021-06-18)
611
-------------------
712

ament_cmake_clang_format/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="2">
44
<name>ament_cmake_clang_format</name>
5-
<version>0.11.2</version>
5+
<version>0.11.3</version>
66
<description>
77
The CMake API for ament_clang_format to lint C / C++ code using clang format.
88
</description>

ament_cmake_clang_tidy/CHANGELOG.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
Changelog for package ament_cmake_clang_tidy
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
Forthcoming
6+
-----------
7+
* Update maintainers to Michael Jeronimo and Michel Hidalgo (`#340 <https://github.com/ament/ament_lint/issues/340>`_)
8+
* Improvements to ament_lint_clang_tidy. (`#316 <https://github.com/ament/ament_lint/issues/316>`_)
9+
* Contributors: Audrow Nash, Steven! Ragnarök
10+
511
0.11.2 (2021-06-18)
612
-------------------
713

ament_cmake_clang_tidy/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="2">
44
<name>ament_cmake_clang_tidy</name>
5-
<version>0.11.2</version>
5+
<version>0.11.3</version>
66
<description>
77
The CMake API for ament_clang_tidy to lint C / C++ code using clang tidy.
88
</description>

0 commit comments

Comments
 (0)