Skip to content

Commit 4d9fdb4

Browse files
0.7.4
1 parent 12c1298 commit 4d9fdb4

16 files changed

Lines changed: 23 additions & 23 deletions

File tree

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.7.4 (2026-06-10)
6+
------------------
77
* Fix floating_point_range numerical values (`#360 <https://github.com/PickNikRobotics/generate_parameter_library/issues/360>`_)
88
* Fix ParameterDescription of exclusive bounds (backport `#339 <https://github.com/PickNikRobotics/generate_parameter_library/issues/339>`_)
99
* Contributors: Christoph Froehlich, Christoph Fröhlich

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.7.3</version>
5+
<version>0.7.4</version>
66
<description>Example usage of generate_parameter_library.</description>
77
<maintainer email="bence.magyar.robotics@gmail.com">bmagyar</maintainer>
88
<maintainer email="christoph.froehlich@ait.ac.at">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.7.4 (2026-06-10)
6+
------------------
77

88
0.7.3 (2026-05-06)
99
------------------

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.7.3</version>
5+
<version>0.7.4</version>
66
<description>Example usage of generate_parameter_library for a python module with cmake.</description>
77
<maintainer email="bence.magyar.robotics@gmail.com">bmagyar</maintainer>
88
<maintainer email="christoph.froehlich@ait.ac.at">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.7.4 (2026-06-10)
6+
------------------
77

88
0.7.3 (2026-05-06)
99
------------------

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.7.3</version>
5+
<version>0.7.4</version>
66
<description>Example usage of a parameter header generated in another package.</description>
77
<maintainer email="bence.magyar.robotics@gmail.com">bmagyar</maintainer>
88
<maintainer email="christoph.froehlich@ait.ac.at">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.7.4 (2026-06-10)
6+
------------------
77
* Fix floating_point_range numerical values (`#360 <https://github.com/PickNikRobotics/generate_parameter_library/issues/360>`_)
88
* Fix ParameterDescription of exclusive bounds (backport `#339 <https://github.com/PickNikRobotics/generate_parameter_library/issues/339>`_)
99
* Contributors: Christoph Froehlich, Christoph Fröhlich

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.7.3</version>
5+
<version>0.7.4</version>
66
<description>Example usage of generate_parameter_library for a python module</description>
77
<maintainer email="bence.magyar.robotics@gmail.com">bmagyar</maintainer>
88
<maintainer email="christoph.froehlich@ait.ac.at">christophfroehlich</maintainer>

example_python/setup.py

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

4848
setup(
4949
name=package_name,
50-
version='0.7.3',
50+
version='0.7.4',
5151
packages=[package_name],
5252
data_files=[
5353
('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.7.4 (2026-06-10)
6+
------------------
77

88
0.7.3 (2026-05-06)
99
------------------

0 commit comments

Comments
 (0)