Skip to content

Commit 6353c1b

Browse files
committed
0.20.2
1 parent 406b16e commit 6353c1b

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.20.2 (2025-07-30)
6+
-------------------
77
* fix setuptools deprecations (`#547 <https://github.com/ament/ament_lint/issues/547>`_)
88
* Contributors: mosfet80
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.20.1</version>
5+
<version>0.20.2</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.20.1',
8+
version='0.20.2',
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.20.2 (2025-07-30)
6+
-------------------
77
* fix setuptools deprecations (`#547 <https://github.com/ament/ament_lint/issues/547>`_)
88
* Contributors: mosfet80
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.20.1</version>
5+
<version>0.20.2</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.20.1',
8+
version='0.20.2',
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.20.2 (2025-07-30)
6+
-------------------
77

88
0.20.1 (2025-06-19)
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.20.1</version>
5+
<version>0.20.2</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.20.2 (2025-07-30)
6+
-------------------
77

88
0.20.1 (2025-06-19)
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.20.1</version>
5+
<version>0.20.2</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)