Skip to content

Commit

Permalink
0.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
clalancette committed Jun 17, 2024
1 parent 125eb47 commit 2e54ed3
Show file tree
Hide file tree
Showing 77 changed files with 108 additions and 108 deletions.
4 changes: 2 additions & 2 deletions ament_clang_format/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package ament_clang_format
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
0.18.1 (2024-06-17)
-------------------

0.18.0 (2024-04-26)
-------------------
Expand Down
2 changes: 1 addition & 1 deletion ament_clang_format/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="2">
<name>ament_clang_format</name>
<version>0.18.0</version>
<version>0.18.1</version>
<description>
The ability to check code against style conventions using
clang-format and generate xUnit test result files.</description>
Expand Down
2 changes: 1 addition & 1 deletion ament_clang_format/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name=package_name,
version='0.18.0',
version='0.18.1',
packages=find_packages(exclude=['test']),
data_files=[
('share/' + package_name, ['package.xml']),
Expand Down
4 changes: 2 additions & 2 deletions ament_clang_tidy/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package ament_clang_tidy
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
0.18.1 (2024-06-17)
-------------------
* ament_clang_tidy - Fix Reporting when WarningsAsErrors is specified in config (`#397 <https://github.com/ament/ament_lint/issues/397>`_)
* Contributors: Matt Condino

Expand Down
2 changes: 1 addition & 1 deletion ament_clang_tidy/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="2">
<name>ament_clang_tidy</name>
<version>0.18.0</version>
<version>0.18.1</version>
<description>
The ability to check code against style conventions using
clang-tidy and generate xUnit test result files.</description>
Expand Down
2 changes: 1 addition & 1 deletion ament_clang_tidy/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name=package_name,
version='0.18.0',
version='0.18.1',
packages=find_packages(exclude=['test']),
data_files=[
('share/' + package_name, ['package.xml']),
Expand Down
4 changes: 2 additions & 2 deletions ament_cmake_clang_format/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package ament_cmake_clang_format
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
0.18.1 (2024-06-17)
-------------------

0.18.0 (2024-04-26)
-------------------
Expand Down
2 changes: 1 addition & 1 deletion ament_cmake_clang_format/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="2">
<name>ament_cmake_clang_format</name>
<version>0.18.0</version>
<version>0.18.1</version>
<description>
The CMake API for ament_clang_format to lint C / C++ code using clang format.
</description>
Expand Down
4 changes: 2 additions & 2 deletions ament_cmake_clang_tidy/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package ament_cmake_clang_tidy
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
0.18.1 (2024-06-17)
-------------------

0.18.0 (2024-04-26)
-------------------
Expand Down
2 changes: 1 addition & 1 deletion ament_cmake_clang_tidy/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="2">
<name>ament_cmake_clang_tidy</name>
<version>0.18.0</version>
<version>0.18.1</version>
<description>
The CMake API for ament_clang_tidy to lint C / C++ code using clang tidy.
</description>
Expand Down
4 changes: 2 additions & 2 deletions ament_cmake_copyright/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package ament_cmake_copyright
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
0.18.1 (2024-06-17)
-------------------

0.18.0 (2024-04-26)
-------------------
Expand Down
2 changes: 1 addition & 1 deletion ament_cmake_copyright/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="2">
<name>ament_cmake_copyright</name>
<version>0.18.0</version>
<version>0.18.1</version>
<description>The CMake API for ament_copyright to check every source file contains copyright reference.</description>

<maintainer email="clalancette@gmail.com">Chris Lalancette</maintainer>
Expand Down
4 changes: 2 additions & 2 deletions ament_cmake_cppcheck/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package ament_cmake_cppcheck
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
0.18.1 (2024-06-17)
-------------------

0.18.0 (2024-04-26)
-------------------
Expand Down
2 changes: 1 addition & 1 deletion ament_cmake_cppcheck/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="2">
<name>ament_cmake_cppcheck</name>
<version>0.18.0</version>
<version>0.18.1</version>
<description>
The CMake API for ament_cppcheck to perform static code analysis on C/C++
code using Cppcheck.
Expand Down
4 changes: 2 additions & 2 deletions ament_cmake_cpplint/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package ament_cmake_cpplint
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
0.18.1 (2024-06-17)
-------------------

0.18.0 (2024-04-26)
-------------------
Expand Down
2 changes: 1 addition & 1 deletion ament_cmake_cpplint/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="2">
<name>ament_cmake_cpplint</name>
<version>0.18.0</version>
<version>0.18.1</version>
<description>
The CMake API for ament_cpplint to lint C / C++ code using cpplint.
</description>
Expand Down
4 changes: 2 additions & 2 deletions ament_cmake_flake8/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package ament_cmake_flake8
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
0.18.1 (2024-06-17)
-------------------

0.18.0 (2024-04-26)
-------------------
Expand Down
2 changes: 1 addition & 1 deletion ament_cmake_flake8/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="2">
<name>ament_cmake_flake8</name>
<version>0.18.0</version>
<version>0.18.1</version>
<description>
The CMake API for ament_flake8 to check code syntax and style conventions
with flake8.
Expand Down
4 changes: 2 additions & 2 deletions ament_cmake_lint_cmake/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package ament_cmake_lint_cmake
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
0.18.1 (2024-06-17)
-------------------

0.18.0 (2024-04-26)
-------------------
Expand Down
2 changes: 1 addition & 1 deletion ament_cmake_lint_cmake/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="2">
<name>ament_cmake_lint_cmake</name>
<version>0.18.0</version>
<version>0.18.1</version>
<description>
The CMake API for ament_lint_cmake to lint CMake code using cmakelint.
</description>
Expand Down
4 changes: 2 additions & 2 deletions ament_cmake_mypy/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package ament_cmake_mypy
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
0.18.1 (2024-06-17)
-------------------

0.18.0 (2024-04-26)
-------------------
Expand Down
2 changes: 1 addition & 1 deletion ament_cmake_mypy/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>ament_cmake_mypy</name>
<version>0.18.0</version>
<version>0.18.1</version>
<description>
The CMake API for ament_mypy to perform static type analysis on python code
with mypy.
Expand Down
4 changes: 2 additions & 2 deletions ament_cmake_pclint/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package ament_cmake_pclint
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
0.18.1 (2024-06-17)
-------------------

0.18.0 (2024-04-26)
-------------------
Expand Down
2 changes: 1 addition & 1 deletion ament_cmake_pclint/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="2">
<name>ament_cmake_pclint</name>
<version>0.18.0</version>
<version>0.18.1</version>
<description>
The CMake API for ament_pclint to perform static code analysis on C/C++
code using PC-lint.
Expand Down
4 changes: 2 additions & 2 deletions ament_cmake_pep257/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package ament_cmake_pep257
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
0.18.1 (2024-06-17)
-------------------

0.18.0 (2024-04-26)
-------------------
Expand Down
2 changes: 1 addition & 1 deletion ament_cmake_pep257/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="2">
<name>ament_cmake_pep257</name>
<version>0.18.0</version>
<version>0.18.1</version>
<description>
The CMake API for ament_pep257 to check code against the docstring style conventions in
PEP 257.
Expand Down
4 changes: 2 additions & 2 deletions ament_cmake_pycodestyle/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package ament_cmake_pycodestyle
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
0.18.1 (2024-06-17)
-------------------

0.18.0 (2024-04-26)
-------------------
Expand Down
2 changes: 1 addition & 1 deletion ament_cmake_pycodestyle/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="2">
<name>ament_cmake_pycodestyle</name>
<version>0.18.0</version>
<version>0.18.1</version>
<description>
The CMake API for ament_pycodestyle to check code against the style conventions in
PEP 8.
Expand Down
4 changes: 2 additions & 2 deletions ament_cmake_pyflakes/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package ament_cmake_pyflakes
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
0.18.1 (2024-06-17)
-------------------

0.18.0 (2024-04-26)
-------------------
Expand Down
2 changes: 1 addition & 1 deletion ament_cmake_pyflakes/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="2">
<name>ament_cmake_pyflakes</name>
<version>0.18.0</version>
<version>0.18.1</version>
<description>
The CMake API for ament_pyflakes to check code using pyflakes.
</description>
Expand Down
4 changes: 2 additions & 2 deletions ament_cmake_uncrustify/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package ament_cmake_uncrustify
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
0.18.1 (2024-06-17)
-------------------

0.18.0 (2024-04-26)
-------------------
Expand Down
2 changes: 1 addition & 1 deletion ament_cmake_uncrustify/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="2">
<name>ament_cmake_uncrustify</name>
<version>0.18.0</version>
<version>0.18.1</version>
<description>
The CMake API for ament_uncrustify to check code against styleconventions
using uncrustify.
Expand Down
4 changes: 2 additions & 2 deletions ament_cmake_xmllint/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package ament_cmake_xmllint
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
0.18.1 (2024-06-17)
-------------------

0.18.0 (2024-04-26)
-------------------
Expand Down
2 changes: 1 addition & 1 deletion ament_cmake_xmllint/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="2">
<name>ament_cmake_xmllint</name>
<version>0.18.0</version>
<version>0.18.1</version>
<description>
The CMake API for ament_xmllint to check XML file using xmmlint.
</description>
Expand Down
4 changes: 2 additions & 2 deletions ament_copyright/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package ament_copyright
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
0.18.1 (2024-06-17)
-------------------
* Fix error path for search_copyright_information. (`#491 <https://github.com/ament/ament_lint/issues/491>`_)
* Contributors: Chris Lalancette

Expand Down
2 changes: 1 addition & 1 deletion ament_copyright/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="2">
<name>ament_copyright</name>
<version>0.18.0</version>
<version>0.18.1</version>
<description>
The ability to check source files for copyright and license
information.
Expand Down
2 changes: 1 addition & 1 deletion ament_copyright/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name=package_name,
version='0.18.0',
version='0.18.1',
packages=find_packages(exclude=['test']),
data_files=[
('share/' + package_name, ['package.xml']),
Expand Down
4 changes: 2 additions & 2 deletions ament_cppcheck/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package ament_cppcheck
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
0.18.1 (2024-06-17)
-------------------

0.18.0 (2024-04-26)
-------------------
Expand Down
2 changes: 1 addition & 1 deletion ament_cppcheck/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="2">
<name>ament_cppcheck</name>
<version>0.18.0</version>
<version>0.18.1</version>
<description>
The ability to perform static code analysis on C/C++ code using Cppcheck
and generate xUnit test result files.
Expand Down
2 changes: 1 addition & 1 deletion ament_cppcheck/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name=package_name,
version='0.18.0',
version='0.18.1',
packages=find_packages(exclude=['test']),
data_files=[
('share/' + package_name, ['package.xml']),
Expand Down
Loading

0 comments on commit 2e54ed3

Please sign in to comment.