Skip to content

Commit

Permalink
0.4.0 (#232)
Browse files Browse the repository at this point in the history
  • Loading branch information
sea-bass authored Jan 13, 2025
1 parent 739dfcb commit 891c291
Show file tree
Hide file tree
Showing 16 changed files with 46 additions and 9 deletions.
5 changes: 5 additions & 0 deletions example/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Changelog for package generate_parameter_library_example
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.4.0 (2025-01-13)
------------------
* Change header install path (`#213 <https://github.com/PickNikRobotics/generate_parameter_library/issues/213>`_)
* Contributors: Auguste Bourgois

0.3.9 (2024-10-27)
------------------
* Add "additional_constraints" support (`#221 <https://github.com/PickNikRobotics/generate_parameter_library/issues/221>`_)
Expand Down
2 changes: 1 addition & 1 deletion example/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>generate_parameter_library_example</name>
<version>0.3.9</version>
<version>0.4.0</version>
<description>Example usage of generate_parameter_library.</description>
<maintainer email="paul.gesel@picknik.ai">Paul Gesel</maintainer>
<license>BSD-3-Clause</license>
Expand Down
3 changes: 3 additions & 0 deletions example_cmake_python/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package cmake_generate_parameter_module_example
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.4.0 (2025-01-13)
------------------

0.3.9 (2024-10-27)
------------------
* Drop yaml brackets for consistency and readability (`#203 <https://github.com/PickNikRobotics/generate_parameter_library/issues/203>`_)
Expand Down
2 changes: 1 addition & 1 deletion example_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_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>cmake_generate_parameter_module_example</name>
<version>0.3.9</version>
<version>0.4.0</version>
<description>Example usage of generate_parameter_library for a python module with cmake.</description>
<maintainer email="paul.gesel@picknik.ai">Paul Gesel</maintainer>
<license>BSD-3-Clause</license>
Expand Down
8 changes: 8 additions & 0 deletions example_external/CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Changelog for package generate_parameter_library_example_external
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.4.0 (2025-01-13)
------------------
* Change header install path (`#213 <https://github.com/PickNikRobotics/generate_parameter_library/issues/213>`_)
* Contributors: Auguste Bourgois
2 changes: 1 addition & 1 deletion example_external/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>generate_parameter_library_example_external</name>
<version>0.1.0</version>
<version>0.4.0</version>
<description>Example usage of a parameter header generated in another package.</description>
<maintainer email="paul.gesel@picknik.ai">Paul Gesel</maintainer>
<license>BSD-3-Clause</license>
Expand Down
6 changes: 6 additions & 0 deletions example_python/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
Changelog for package generate_parameter_module_example
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.4.0 (2025-01-13)
------------------
* Unit test friendly folder structure for Python examples (`#237 <https://github.com/PickNikRobotics/generate_parameter_library/issues/237>`_)
* Fix flake8 error in publisher example (`#229 <https://github.com/PickNikRobotics/generate_parameter_library/issues/229>`_)
* Contributors: Sebastian Castro

0.3.9 (2024-10-27)
------------------
* Add "additional_constraints" support (`#221 <https://github.com/PickNikRobotics/generate_parameter_library/issues/221>`_)
Expand Down
2 changes: 1 addition & 1 deletion example_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_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>generate_parameter_module_example</name>
<version>0.3.9</version>
<version>0.4.0</version>
<description>Example usage of generate_parameter_library for a python module</description>
<maintainer email="paulgesel@gmail.com">paul</maintainer>
<license>BSD-3-Clause</license>
Expand Down
2 changes: 1 addition & 1 deletion example_python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

setup(
name=package_name,
version='0.3.8',
version='0.4.0',
packages=[package_name],
data_files=[
('share/ament_index/resource_index/packages', ['resource/' + package_name]),
Expand Down
5 changes: 5 additions & 0 deletions generate_parameter_library/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Changelog for package generate_parameter_library
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.4.0 (2025-01-13)
------------------
* Change header install path (`#213 <https://github.com/PickNikRobotics/generate_parameter_library/issues/213>`_)
* Contributors: Auguste Bourgois

0.3.9 (2024-10-27)
------------------
* Disable cache for program (`#218 <https://github.com/PickNikRobotics/generate_parameter_library/issues/218>`_)
Expand Down
2 changes: 1 addition & 1 deletion generate_parameter_library/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>generate_parameter_library</name>
<version>0.3.9</version>
<version>0.4.0</version>
<description>CMake to generate ROS parameter library.</description>
<maintainer email="paul.gesel@picknik.ai">Paul Gesel</maintainer>
<license>BSD-3-Clause</license>
Expand Down
7 changes: 7 additions & 0 deletions generate_parameter_library_py/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
Changelog for package generate_parameter_library_py
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.4.0 (2025-01-13)
------------------
* Unit test friendly folder structure for Python examples (`#237 <https://github.com/PickNikRobotics/generate_parameter_library/issues/237>`_)
* Fix conversion typos (`#238 <https://github.com/PickNikRobotics/generate_parameter_library/issues/238>`_)
* Apply clang-tidy suggestions to `std::move` certain variables (`#228 <https://github.com/PickNikRobotics/generate_parameter_library/issues/228>`_)
* Contributors: Sebastian Castro

0.3.9 (2024-10-27)
------------------
* fix error with not being able to find unpack_parameter_dict when using set_params_from_dict (`#220 <https://github.com/PickNikRobotics/generate_parameter_library/issues/220>`_)
Expand Down
2 changes: 1 addition & 1 deletion generate_parameter_library_py/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>generate_parameter_library_py</name>
<version>0.3.9</version>
<version>0.4.0</version>
<description>Python to generate ROS parameter library.</description>
<maintainer email="paul.gesel@picknik.ai">Paul Gesel</maintainer>
<license>BSD-3-Clause</license>
Expand Down
2 changes: 1 addition & 1 deletion generate_parameter_library_py/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name=package_name,
version='0.3.8',
version='0.4.0',
packages=find_packages(),
data_files=[
('share/' + package_name, ['package.xml']),
Expand Down
3 changes: 3 additions & 0 deletions parameter_traits/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package parameter_traits
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.4.0 (2025-01-13)
------------------

0.3.9 (2024-10-27)
------------------

Expand Down
2 changes: 1 addition & 1 deletion parameter_traits/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>parameter_traits</name>
<version>0.3.9</version>
<version>0.4.0</version>
<description>Functions and types for rclcpp::Parameter</description>
<maintainer email="maybe@tylerjw.dev">Tyler Weaver</maintainer>
<maintainer email="paul.gesel@picknik.ai">Paul Gesel</maintainer>
Expand Down

0 comments on commit 891c291

Please # to comment.