Skip to content

Commit

Permalink
0.12.9
Browse files Browse the repository at this point in the history
Signed-off-by: Audrow Nash <audrow@intrinsic.ai>
  • Loading branch information
audrow committed Nov 13, 2023
1 parent ae193ac commit 5025ef1
Show file tree
Hide file tree
Showing 77 changed files with 141 additions and 46 deletions.
3 changes: 3 additions & 0 deletions ament_clang_format/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package ament_clang_format
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.12.9 (2023-11-13)
-------------------

0.12.8 (2023-09-19)
-------------------

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.12.8</version>
<version>0.12.9</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.12.8',
version='0.12.9',
packages=find_packages(exclude=['test']),
data_files=[
('share/' + package_name, ['package.xml']),
Expand Down
3 changes: 3 additions & 0 deletions ament_clang_tidy/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package ament_clang_tidy
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.12.9 (2023-11-13)
-------------------

0.12.8 (2023-09-19)
-------------------

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.12.8</version>
<version>0.12.9</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.12.8',
version='0.12.9',
packages=find_packages(exclude=['test']),
data_files=[
('share/' + package_name, ['package.xml']),
Expand Down
3 changes: 3 additions & 0 deletions ament_cmake_clang_format/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package ament_cmake_clang_format
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.12.9 (2023-11-13)
-------------------

0.12.8 (2023-09-19)
-------------------

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.12.8</version>
<version>0.12.9</version>
<description>
The CMake API for ament_clang_format to lint C / C++ code using clang format.
</description>
Expand Down
3 changes: 3 additions & 0 deletions ament_cmake_clang_tidy/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package ament_cmake_clang_tidy
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.12.9 (2023-11-13)
-------------------

0.12.8 (2023-09-19)
-------------------

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.12.8</version>
<version>0.12.9</version>
<description>
The CMake API for ament_clang_tidy to lint C / C++ code using clang tidy.
</description>
Expand Down
3 changes: 3 additions & 0 deletions ament_cmake_copyright/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package ament_cmake_copyright
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.12.9 (2023-11-13)
-------------------

0.12.8 (2023-09-19)
-------------------

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.12.8</version>
<version>0.12.9</version>
<description>The CMake API for ament_copyright to check every source file contains copyright reference.</description>

<maintainer email="michael.jeronimo@openrobotics.org">Michael Jeronimo</maintainer>
Expand Down
3 changes: 3 additions & 0 deletions ament_cmake_cppcheck/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package ament_cmake_cppcheck
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.12.9 (2023-11-13)
-------------------

0.12.8 (2023-09-19)
-------------------

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.12.8</version>
<version>0.12.9</version>
<description>
The CMake API for ament_cppcheck to perform static code analysis on C/C++
code using Cppcheck.
Expand Down
3 changes: 3 additions & 0 deletions ament_cmake_cpplint/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package ament_cmake_cpplint
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.12.9 (2023-11-13)
-------------------

0.12.8 (2023-09-19)
-------------------

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.12.8</version>
<version>0.12.9</version>
<description>
The CMake API for ament_cpplint to lint C / C++ code using cpplint.
</description>
Expand Down
3 changes: 3 additions & 0 deletions ament_cmake_flake8/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package ament_cmake_flake8
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.12.9 (2023-11-13)
-------------------

0.12.8 (2023-09-19)
-------------------

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.12.8</version>
<version>0.12.9</version>
<description>
The CMake API for ament_flake8 to check code syntax and style conventions
with flake8.
Expand Down
3 changes: 3 additions & 0 deletions ament_cmake_lint_cmake/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package ament_cmake_lint_cmake
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.12.9 (2023-11-13)
-------------------

0.12.8 (2023-09-19)
-------------------

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.12.8</version>
<version>0.12.9</version>
<description>
The CMake API for ament_lint_cmake to lint CMake code using cmakelint.
</description>
Expand Down
3 changes: 3 additions & 0 deletions ament_cmake_mypy/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package ament_cmake_mypy
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.12.9 (2023-11-13)
-------------------

0.12.8 (2023-09-19)
-------------------

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.12.8</version>
<version>0.12.9</version>
<description>
The CMake API for ament_mypy to perform static type analysis on python code
with mypy.
Expand Down
3 changes: 3 additions & 0 deletions ament_cmake_pclint/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package ament_cmake_pclint
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.12.9 (2023-11-13)
-------------------

0.12.8 (2023-09-19)
-------------------

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.12.8</version>
<version>0.12.9</version>
<description>
The CMake API for ament_pclint to perform static code analysis on C/C++
code using PC-lint.
Expand Down
3 changes: 3 additions & 0 deletions ament_cmake_pep257/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package ament_cmake_pep257
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.12.9 (2023-11-13)
-------------------

0.12.8 (2023-09-19)
-------------------

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.12.8</version>
<version>0.12.9</version>
<description>
The CMake API for ament_pep257 to check code against the docstring style conventions in
PEP 257.
Expand Down
3 changes: 3 additions & 0 deletions ament_cmake_pycodestyle/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package ament_cmake_pycodestyle
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.12.9 (2023-11-13)
-------------------

0.12.8 (2023-09-19)
-------------------

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.12.8</version>
<version>0.12.9</version>
<description>
The CMake API for ament_pycodestyle to check code against the style conventions in
PEP 8.
Expand Down
3 changes: 3 additions & 0 deletions ament_cmake_pyflakes/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package ament_cmake_pyflakes
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.12.9 (2023-11-13)
-------------------

0.12.8 (2023-09-19)
-------------------

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.12.8</version>
<version>0.12.9</version>
<description>
The CMake API for ament_pyflakes to check code using pyflakes.
</description>
Expand Down
3 changes: 3 additions & 0 deletions ament_cmake_uncrustify/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package ament_cmake_uncrustify
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.12.9 (2023-11-13)
-------------------

0.12.8 (2023-09-19)
-------------------

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.12.8</version>
<version>0.12.9</version>
<description>
The CMake API for ament_uncrustify to check code against styleconventions
using uncrustify.
Expand Down
3 changes: 3 additions & 0 deletions ament_cmake_xmllint/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package ament_cmake_xmllint
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.12.9 (2023-11-13)
-------------------

0.12.8 (2023-09-19)
-------------------

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.12.8</version>
<version>0.12.9</version>
<description>
The CMake API for ament_xmllint to check XML file using xmmlint.
</description>
Expand Down
3 changes: 3 additions & 0 deletions ament_copyright/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package ament_copyright
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.12.9 (2023-11-13)
-------------------

0.12.8 (2023-09-19)
-------------------

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.12.8</version>
<version>0.12.9</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.12.8',
version='0.12.9',
packages=find_packages(exclude=['test']),
data_files=[
('share/' + package_name, ['package.xml']),
Expand Down
3 changes: 3 additions & 0 deletions ament_cppcheck/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package ament_cppcheck
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.12.9 (2023-11-13)
-------------------

0.12.8 (2023-09-19)
-------------------

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.12.8</version>
<version>0.12.9</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.12.8',
version='0.12.9',
packages=find_packages(exclude=['test']),
data_files=[
('share/' + package_name, ['package.xml']),
Expand Down
3 changes: 3 additions & 0 deletions ament_cpplint/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package ament_cpplint
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.12.9 (2023-11-13)
-------------------

0.12.8 (2023-09-19)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion ament_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_cpplint</name>
<version>0.12.8</version>
<version>0.12.9</version>
<description>
The ability to check code against the Google style conventions using
cpplint and generate xUnit test result files.</description>
Expand Down
Loading

0 comments on commit 5025ef1

Please sign in to comment.