Skip to content

Commit

Permalink
1.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
cottsay committed Jun 22, 2023
1 parent de8cc46 commit 5713799
Show file tree
Hide file tree
Showing 46 changed files with 94 additions and 24 deletions.
3 changes: 3 additions & 0 deletions ament_cmake/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package ament_cmake
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

1.3.5 (2023-06-22)
------------------

1.3.4 (2023-04-25)
------------------

Expand Down
2 changes: 1 addition & 1 deletion ament_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</name>
<version>1.3.4</version>
<version>1.3.5</version>
<description>The entry point package for the ament buildsystem in CMake.</description>

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

1.3.5 (2023-06-22)
------------------

1.3.4 (2023-04-25)
------------------
* Fix ament_auto_add_gtest's parameter passing (backport `#421 <https://github.com/ament/ament_cmake/issues/421>`_) (`#424 <https://github.com/ament/ament_cmake/issues/424>`_)
Expand Down
2 changes: 1 addition & 1 deletion ament_cmake_auto/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_auto</name>
<version>1.3.4</version>
<version>1.3.5</version>
<description>The auto-magic functions for ease to use of the ament buildsystem in CMake.</description>

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

1.3.5 (2023-06-22)
------------------

1.3.4 (2023-04-25)
------------------

Expand Down
2 changes: 1 addition & 1 deletion ament_cmake_core/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_core</name>
<version>1.3.4</version>
<version>1.3.5</version>
<description>
The core of the ament buildsystem in CMake.

Expand Down
3 changes: 3 additions & 0 deletions ament_cmake_export_definitions/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package ament_cmake_export_definitions
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

1.3.5 (2023-06-22)
------------------

1.3.4 (2023-04-25)
------------------

Expand Down
2 changes: 1 addition & 1 deletion ament_cmake_export_definitions/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_export_definitions</name>
<version>1.3.4</version>
<version>1.3.5</version>
<description>The ability to export definitions to downstream packages in the ament buildsystem.</description>

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

1.3.5 (2023-06-22)
------------------

1.3.4 (2023-04-25)
------------------

Expand Down
2 changes: 1 addition & 1 deletion ament_cmake_export_dependencies/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_export_dependencies</name>
<version>1.3.4</version>
<version>1.3.5</version>
<description>The ability to export dependencies to downstream packages in the ament buildsystem in CMake.</description>

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

1.3.5 (2023-06-22)
------------------

1.3.4 (2023-04-25)
------------------

Expand Down
2 changes: 1 addition & 1 deletion ament_cmake_export_include_directories/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_export_include_directories</name>
<version>1.3.4</version>
<version>1.3.5</version>
<description>The ability to export include directories to downstream packages in the ament buildsystem in CMake.</description>

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

1.3.5 (2023-06-22)
------------------

1.3.4 (2023-04-25)
------------------

Expand Down
2 changes: 1 addition & 1 deletion ament_cmake_export_interfaces/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_export_interfaces</name>
<version>1.3.4</version>
<version>1.3.5</version>
<description>The ability to export interfaces to downstream packages in the ament buildsystem in CMake.</description>

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

1.3.5 (2023-06-22)
------------------

1.3.4 (2023-04-25)
------------------

Expand Down
2 changes: 1 addition & 1 deletion ament_cmake_export_libraries/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_export_libraries</name>
<version>1.3.4</version>
<version>1.3.5</version>
<description>The ability to export libraries to downstream packages in the ament buildsystem in CMake.</description>

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

1.3.5 (2023-06-22)
------------------

1.3.4 (2023-04-25)
------------------

Expand Down
2 changes: 1 addition & 1 deletion ament_cmake_export_link_flags/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>ament_cmake_export_link_flags</name>
<version>1.3.4</version>
<version>1.3.5</version>
<description>The ability to export link flags to downstream packages in the ament buildsystem.</description>

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

1.3.5 (2023-06-22)
------------------

1.3.4 (2023-04-25)
------------------

Expand Down
2 changes: 1 addition & 1 deletion ament_cmake_export_targets/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_export_targets</name>
<version>1.3.4</version>
<version>1.3.5</version>
<description>The ability to export targets to downstream packages in the ament buildsystem in CMake.</description>

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

1.3.5 (2023-06-22)
------------------

1.3.4 (2023-04-25)
------------------

Expand Down
2 changes: 1 addition & 1 deletion ament_cmake_gen_version_h/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_gen_version_h</name>
<version>1.3.4</version>
<version>1.3.5</version>
<description>Generate a C header containing the version number of the package</description>

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

1.3.5 (2023-06-22)
------------------

1.3.4 (2023-04-25)
------------------

Expand Down
2 changes: 1 addition & 1 deletion ament_cmake_gmock/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_gmock</name>
<version>1.3.4</version>
<version>1.3.5</version>
<description>The ability to add Google mock-based tests in the ament buildsystem in CMake.</description>

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

1.3.5 (2023-06-22)
------------------

1.3.4 (2023-04-25)
------------------

Expand Down
2 changes: 1 addition & 1 deletion ament_cmake_google_benchmark/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_google_benchmark</name>
<version>1.3.4</version>
<version>1.3.5</version>
<description>The ability to add Google Benchmark tests in the ament buildsystem in CMake.</description>

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

1.3.5 (2023-06-22)
------------------

1.3.4 (2023-04-25)
------------------

Expand Down
2 changes: 1 addition & 1 deletion ament_cmake_gtest/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_gtest</name>
<version>1.3.4</version>
<version>1.3.5</version>
<description>The ability to add gtest-based tests in the ament buildsystem in CMake.</description>

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

1.3.5 (2023-06-22)
------------------

1.3.4 (2023-04-25)
------------------

Expand Down
2 changes: 1 addition & 1 deletion ament_cmake_include_directories/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_include_directories</name>
<version>1.3.4</version>
<version>1.3.5</version>
<description>The functionality to order include directories according to a chain of prefixes in the ament buildsystem in CMake.</description>

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

1.3.5 (2023-06-22)
------------------

1.3.4 (2023-04-25)
------------------

Expand Down
2 changes: 1 addition & 1 deletion ament_cmake_libraries/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_libraries</name>
<version>1.3.4</version>
<version>1.3.5</version>
<description>The functionality to deduplicate libraries in the ament buildsystem in CMake.</description>

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

1.3.5 (2023-06-22)
------------------

1.3.4 (2023-04-25)
------------------

Expand Down
2 changes: 1 addition & 1 deletion ament_cmake_nose/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_nose</name>
<version>1.3.4</version>
<version>1.3.5</version>
<description>The ability to add nose-based tests in the ament buildsystem in CMake.</description>

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

1.3.5 (2023-06-22)
------------------
* Fix pytest-cov version detection with pytest >=7.0.0 (`#459 <https://github.com/ament/ament_cmake/issues/459>`_)
* Contributors: Christophe Bedard

1.3.4 (2023-04-25)
------------------

Expand Down
2 changes: 1 addition & 1 deletion ament_cmake_pytest/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_pytest</name>
<version>1.3.4</version>
<version>1.3.5</version>
<description>The ability to run Python tests using pytest in the ament buildsystem in CMake.</description>

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

1.3.5 (2023-06-22)
------------------

1.3.4 (2023-04-25)
------------------

Expand Down
2 changes: 1 addition & 1 deletion ament_cmake_python/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_python</name>
<version>1.3.4</version>
<version>1.3.5</version>
<description>The ability to use Python in the ament buildsystem in CMake.</description>

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

1.3.5 (2023-06-22)
------------------

1.3.4 (2023-04-25)
------------------

Expand Down
2 changes: 1 addition & 1 deletion ament_cmake_target_dependencies/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_target_dependencies</name>
<version>1.3.4</version>
<version>1.3.5</version>
<description>The ability to add definitions, include directories and libraries of a package to a target in the ament buildsystem in CMake.</description>

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

1.3.5 (2023-06-22)
------------------

1.3.4 (2023-04-25)
------------------

Expand Down
Loading

0 comments on commit 5713799

Please sign in to comment.