Skip to content

Commit 2953822

Browse files
0.6.0
1 parent 97be066 commit 2953822

File tree

16 files changed

+23
-23
lines changed

16 files changed

+23
-23
lines changed

example/CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Changelog for package generate_parameter_library_example
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5-
Forthcoming
6-
-----------
5+
0.6.0 (2025-12-06)
6+
------------------
77
* Update maintainers for GBP release team (`#282 <https://github.com/PickNikRobotics/generate_parameter_library/issues/282>`_)
88
* Contributors: Nathan Brooks
99

example/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>generate_parameter_library_example</name>
5-
<version>0.5.0</version>
5+
<version>0.6.0</version>
66
<description>Example usage of generate_parameter_library.</description>
77
<maintainer email="[email protected]">bmagyar</maintainer>
88
<maintainer email="[email protected]">christophfroehlich</maintainer>

example_cmake_python/CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Changelog for package cmake_generate_parameter_module_example
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5-
Forthcoming
6-
-----------
5+
0.6.0 (2025-12-06)
6+
------------------
77
* Update pre-commit hooks (`#288 <https://github.com/PickNikRobotics/generate_parameter_library/issues/288>`_)
88
* Update maintainers for GBP release team (`#282 <https://github.com/PickNikRobotics/generate_parameter_library/issues/282>`_)
99
* Contributors: Christoph Fröhlich, Nathan Brooks

example_cmake_python/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>cmake_generate_parameter_module_example</name>
5-
<version>0.5.0</version>
5+
<version>0.6.0</version>
66
<description>Example usage of generate_parameter_library for a python module with cmake.</description>
77
<maintainer email="[email protected]">bmagyar</maintainer>
88
<maintainer email="[email protected]">christophfroehlich</maintainer>

example_external/CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Changelog for package generate_parameter_library_example_external
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5-
Forthcoming
6-
-----------
5+
0.6.0 (2025-12-06)
6+
------------------
77
* Update linters for generate_parameter_library_external (`#270 <https://github.com/PickNikRobotics/generate_parameter_library/issues/270>`_)
88
* Update maintainers for GBP release team (`#282 <https://github.com/PickNikRobotics/generate_parameter_library/issues/282>`_)
99
* Contributors: Nathan Brooks, Plumezz

example_external/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>generate_parameter_library_example_external</name>
5-
<version>0.5.0</version>
5+
<version>0.6.0</version>
66
<description>Example usage of a parameter header generated in another package.</description>
77
<maintainer email="[email protected]">bmagyar</maintainer>
88
<maintainer email="[email protected]">christophfroehlich</maintainer>

example_python/CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Changelog for package generate_parameter_module_example
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5-
Forthcoming
6-
-----------
5+
0.6.0 (2025-12-06)
6+
------------------
77
* Update pre-commit hooks (`#288 <https://github.com/PickNikRobotics/generate_parameter_library/issues/288>`_)
88
* fix setuptools deprecation (`#272 <https://github.com/PickNikRobotics/generate_parameter_library/issues/272>`_)
99
* Update maintainers for GBP release team (`#282 <https://github.com/PickNikRobotics/generate_parameter_library/issues/282>`_)

example_python/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>generate_parameter_module_example</name>
5-
<version>0.5.0</version>
5+
<version>0.6.0</version>
66
<description>Example usage of generate_parameter_library for a python module</description>
77
<maintainer email="[email protected]">bmagyar</maintainer>
88
<maintainer email="[email protected]">christophfroehlich</maintainer>

example_python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
setup(
1919
name=package_name,
20-
version='0.5.0',
20+
version='0.6.0',
2121
packages=[package_name],
2222
data_files=[
2323
('share/ament_index/resource_index/packages', ['resource/' + package_name]),

generate_parameter_library/CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Changelog for package generate_parameter_library
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5-
Forthcoming
6-
-----------
5+
0.6.0 (2025-12-06)
6+
------------------
77
* Update maintainers for GBP release team (`#282 <https://github.com/PickNikRobotics/generate_parameter_library/issues/282>`_)
88
* Contributors: Nathan Brooks
99

0 commit comments

Comments
 (0)