Skip to content

Commit

Permalink
0.11.3
Browse files Browse the repository at this point in the history
Signed-off-by: Audrow Nash <[email protected]>
  • Loading branch information
paudrow committed Dec 10, 2021
1 parent fd2feb1 commit d502e7b
Show file tree
Hide file tree
Showing 77 changed files with 320 additions and 46 deletions.
5 changes: 5 additions & 0 deletions ament_clang_format/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Changelog for package ament_clang_format
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
* Update maintainers to Michael Jeronimo and Michel Hidalgo (`#340 <https://github.com/ament/ament_lint/issues/340>`_)
* Contributors: Audrow Nash

0.11.2 (2021-06-18)
-------------------

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

Forthcoming
-----------
* Update maintainers to Michael Jeronimo and Michel Hidalgo (`#340 <https://github.com/ament/ament_lint/issues/340>`_)
* remove google style from clang-tidy default settings, removing need for default config file (`#337 <https://github.com/ament/ament_lint/issues/337>`_)
* Improvements to ament_lint_clang_tidy. (`#316 <https://github.com/ament/ament_lint/issues/316>`_)
* Contributors: Audrow Nash, Steven! Ragnarök, William Woodall

0.11.2 (2021-06-18)
-------------------

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

Forthcoming
-----------
* Update maintainers to Michael Jeronimo and Michel Hidalgo (`#340 <https://github.com/ament/ament_lint/issues/340>`_)
* Contributors: Audrow Nash

0.11.2 (2021-06-18)
-------------------

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

Forthcoming
-----------
* Update maintainers to Michael Jeronimo and Michel Hidalgo (`#340 <https://github.com/ament/ament_lint/issues/340>`_)
* Improvements to ament_lint_clang_tidy. (`#316 <https://github.com/ament/ament_lint/issues/316>`_)
* Contributors: Audrow Nash, Steven! Ragnarök

0.11.2 (2021-06-18)
-------------------

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

Forthcoming
-----------
* [ament_cmake_copyright] Add file exclusion support (`#328 <https://github.com/ament/ament_lint/issues/328>`_)
* [ament_cmake_copyright] Add file exclusion support
In the `ament_copyright` CMake function, the optional list
argument `EXCLUDE` can now be used as an exclusion specifier.
* [ament_cmake_copyright] Fix function header typo
Remove reference to `cppcheck` in the `EXCLUDE` arg description.
* Update maintainers to Michael Jeronimo and Michel Hidalgo (`#340 <https://github.com/ament/ament_lint/issues/340>`_)
* Contributors: Abrar Rahman Protyasha, Audrow Nash

0.11.2 (2021-06-18)
-------------------

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

<maintainer email="[email protected]">Michael Jeronimo</maintainer>
Expand Down
14 changes: 14 additions & 0 deletions ament_cmake_cppcheck/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@
Changelog for package ament_cmake_cppcheck
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
* [ament_cmake_cppcheck] Fix file exclusion behavior (`#329 <https://github.com/ament/ament_lint/issues/329>`_)
The `EXCLUDE` argument of the `ament_cppcheck` CMake function is
a list, i.e. a multi-value keyword. As such, it needs to be placed
out of the one-value keywords from the `cmake_parse_arguments`
function call.
* Update maintainers to Michael Jeronimo and Michel Hidalgo (`#340 <https://github.com/ament/ament_lint/issues/340>`_)
* Add cppcheck libraries option (`#323 <https://github.com/ament/ament_lint/issues/323>`_)
* adding ament_cppcheck libraries option
* pass libraries option via CMake
Co-authored-by: William Wedler <[email protected]>
* Contributors: Abrar Rahman Protyasha, Audrow Nash, Will

0.11.2 (2021-06-18)
-------------------

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

Forthcoming
-----------
* Update maintainers to Michael Jeronimo and Michel Hidalgo (`#340 <https://github.com/ament/ament_lint/issues/340>`_)
* Contributors: Audrow Nash

0.11.2 (2021-06-18)
-------------------

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

Forthcoming
-----------
* Update maintainers to Michael Jeronimo and Michel Hidalgo (`#340 <https://github.com/ament/ament_lint/issues/340>`_)
* Add custom config file support for flake8 (`#331 <https://github.com/ament/ament_lint/issues/331>`_)
* Contributors: Audrow Nash, Kenji Miyake

0.11.2 (2021-06-18)
-------------------

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

Forthcoming
-----------
* Update maintainers to Michael Jeronimo and Michel Hidalgo (`#340 <https://github.com/ament/ament_lint/issues/340>`_)
* Contributors: Audrow Nash

0.11.2 (2021-06-18)
-------------------

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

Forthcoming
-----------
* Update maintainers to Michael Jeronimo and Michel Hidalgo (`#340 <https://github.com/ament/ament_lint/issues/340>`_)
* Contributors: Audrow Nash

0.11.2 (2021-06-18)
-------------------

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

Forthcoming
-----------
* Update maintainers to Michael Jeronimo and Michel Hidalgo (`#340 <https://github.com/ament/ament_lint/issues/340>`_)
* Contributors: Audrow Nash

0.11.2 (2021-06-18)
-------------------

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

Forthcoming
-----------
* Update maintainers to Michael Jeronimo and Michel Hidalgo (`#340 <https://github.com/ament/ament_lint/issues/340>`_)
* Contributors: Audrow Nash

0.11.2 (2021-06-18)
-------------------

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

Forthcoming
-----------
* Update maintainers to Michael Jeronimo and Michel Hidalgo (`#340 <https://github.com/ament/ament_lint/issues/340>`_)
* Contributors: Audrow Nash

0.11.2 (2021-06-18)
-------------------

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

Forthcoming
-----------
* Update maintainers to Michael Jeronimo and Michel Hidalgo (`#340 <https://github.com/ament/ament_lint/issues/340>`_)
* Contributors: Audrow Nash

0.11.2 (2021-06-18)
-------------------

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

Forthcoming
-----------
* Update maintainers to Michael Jeronimo and Michel Hidalgo (`#340 <https://github.com/ament/ament_lint/issues/340>`_)
* [ament_cmake_uncrustify] Add file exclude support (`#330 <https://github.com/ament/ament_lint/issues/330>`_)
In the `ament_uncrustify` CMake function, the optional list
argument `EXCLUDE` can now be used as an exclusion specifier.
* Contributors: Abrar Rahman Protyasha, Audrow Nash

0.11.2 (2021-06-18)
-------------------

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

Forthcoming
-----------
* Update maintainers to Michael Jeronimo and Michel Hidalgo (`#340 <https://github.com/ament/ament_lint/issues/340>`_)
* Contributors: Audrow Nash

0.11.2 (2021-06-18)
-------------------

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.11.2</version>
<version>0.11.3</version>
<description>
The CMake API for ament_xmllint to check XML file using xmmlint.
</description>
Expand Down
Loading

0 comments on commit d502e7b

Please sign in to comment.