Skip to content

Commit 1f7e2b4

Browse files
committed
0.16.4
Signed-off-by: Marco A. Gutierrez <[email protected]>
1 parent 26111e0 commit 1f7e2b4

File tree

77 files changed

+108
-108
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

+108
-108
lines changed

ament_clang_format/CHANGELOG.rst

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

5-
Forthcoming
6-
-----------
5+
0.16.4 (2024-03-28)
6+
-------------------
77
* Update maintainer list in package.xml files (`#474 <https://github.com/ament/ament_lint/issues/474>`_)
88
* Contributors: Michael Jeronimo
99

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.16.3</version>
5+
<version>0.16.4</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.16.3',
8+
version='0.16.4',
99
packages=find_packages(exclude=['test']),
1010
data_files=[
1111
('share/' + package_name, ['package.xml']),

ament_clang_tidy/CHANGELOG.rst

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

5-
Forthcoming
6-
-----------
5+
0.16.4 (2024-03-28)
6+
-------------------
77
* Update maintainer list in package.xml files (`#474 <https://github.com/ament/ament_lint/issues/474>`_)
88
* Contributors: Michael Jeronimo
99

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.16.3</version>
5+
<version>0.16.4</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.16.3',
8+
version='0.16.4',
99
packages=find_packages(exclude=['test']),
1010
data_files=[
1111
('share/' + package_name, ['package.xml']),

ament_cmake_clang_format/CHANGELOG.rst

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

5-
Forthcoming
6-
-----------
5+
0.16.4 (2024-03-28)
6+
-------------------
77
* Update maintainer list in package.xml files (`#474 <https://github.com/ament/ament_lint/issues/474>`_)
88
* Contributors: Michael Jeronimo
99

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.16.3</version>
5+
<version>0.16.4</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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Changelog for package ament_cmake_clang_tidy
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5-
Forthcoming
6-
-----------
5+
0.16.4 (2024-03-28)
6+
-------------------
77
* Update maintainer list in package.xml files (`#474 <https://github.com/ament/ament_lint/issues/474>`_)
88
* Contributors: Michael Jeronimo
99

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.16.3</version>
5+
<version>0.16.4</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)