Skip to content

Commit

Permalink
0.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerjw committed Jan 12, 2024
1 parent 366e768 commit f0d9819
Show file tree
Hide file tree
Showing 14 changed files with 20 additions and 20 deletions.
4 changes: 2 additions & 2 deletions example/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package generate_parameter_library_example
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
0.3.7 (2024-01-12)
------------------
* Split example/README.md into C++ and Python version; updated content (`#138 <https://github.com/PickNikRobotics/generate_parameter_library/issues/138>`_)
* Contributors: chriseichmann

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.6</version>
<version>0.3.7</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
4 changes: 2 additions & 2 deletions example_cmake_python/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Changelog for package cmake_generate_parameter_module_example
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
0.3.7 (2024-01-12)
------------------
* Enable generate_parameter_module through ament_cmake_python (`#161 <https://github.com/PickNikRobotics/generate_parameter_library/issues/161>`_)
* Contributors: Paul Gesel
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.6</version>
<version>0.3.7</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
4 changes: 2 additions & 2 deletions example_python/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package generate_parameter_module_example
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
0.3.7 (2024-01-12)
------------------
* Fix rolling CI (`#162 <https://github.com/PickNikRobotics/generate_parameter_library/issues/162>`_)
* Split example/README.md into C++ and Python version; updated content (`#138 <https://github.com/PickNikRobotics/generate_parameter_library/issues/138>`_)
* Contributors: Paul Gesel, chriseichmann
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.6</version>
<version>0.3.7</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.6',
version='0.3.7',
packages=[package_name],
data_files=[
('share/ament_index/resource_index/packages', ['resource/' + package_name]),
Expand Down
4 changes: 2 additions & 2 deletions generate_parameter_library/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package generate_parameter_library
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
0.3.7 (2024-01-12)
------------------
* Enable generate_parameter_module through ament_cmake_python (`#161 <https://github.com/PickNikRobotics/generate_parameter_library/issues/161>`_)
* Contributors: Paul Gesel

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.6</version>
<version>0.3.7</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
4 changes: 2 additions & 2 deletions generate_parameter_library_py/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package generate_parameter_library_py
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
0.3.7 (2024-01-12)
------------------
* fix Python runtime parameters bug (`#165 <https://github.com/PickNikRobotics/generate_parameter_library/issues/165>`_)
* markdown/rst: Support __map\_ and nested parameters (`#164 <https://github.com/PickNikRobotics/generate_parameter_library/issues/164>`_)
* Support nested parameters and maps for RST
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.6</version>
<version>0.3.7</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.6',
version='0.3.7',
packages=find_packages(),
data_files=[
('share/' + package_name, ['package.xml']),
Expand Down
4 changes: 2 additions & 2 deletions parameter_traits/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package parameter_traits
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
0.3.7 (2024-01-12)
------------------

0.3.6 (2023-07-31)
------------------
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.6</version>
<version>0.3.7</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 f0d9819

Please sign in to comment.