Skip to content

Commit 97be066

Browse files
Update changelogs
1 parent 1094133 commit 97be066

File tree

7 files changed

+45
-0
lines changed

7 files changed

+45
-0
lines changed

example/CHANGELOG.rst

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

5+
Forthcoming
6+
-----------
7+
* Update maintainers for GBP release team (`#282 <https://github.com/PickNikRobotics/generate_parameter_library/issues/282>`_)
8+
* Contributors: Nathan Brooks
9+
510
0.5.0 (2025-06-12)
611
------------------
712
* Add `try_update_params` method (`#260 <https://github.com/PickNikRobotics/generate_parameter_library/issues/260>`_)

example_cmake_python/CHANGELOG.rst

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

5+
Forthcoming
6+
-----------
7+
* Update pre-commit hooks (`#288 <https://github.com/PickNikRobotics/generate_parameter_library/issues/288>`_)
8+
* Update maintainers for GBP release team (`#282 <https://github.com/PickNikRobotics/generate_parameter_library/issues/282>`_)
9+
* Contributors: Christoph Fröhlich, Nathan Brooks
10+
511
0.5.0 (2025-06-12)
612
------------------
713
* Add user callback python (`#254 <https://github.com/PickNikRobotics/generate_parameter_library/issues/254>`_)

example_external/CHANGELOG.rst

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

5+
Forthcoming
6+
-----------
7+
* Update linters for generate_parameter_library_external (`#270 <https://github.com/PickNikRobotics/generate_parameter_library/issues/270>`_)
8+
* Update maintainers for GBP release team (`#282 <https://github.com/PickNikRobotics/generate_parameter_library/issues/282>`_)
9+
* Contributors: Nathan Brooks, Plumezz
10+
511
0.5.0 (2025-06-12)
612
------------------
713
* Add some new maintainers for ROS releases (`#263 <https://github.com/PickNikRobotics/generate_parameter_library/issues/263>`_)

example_python/CHANGELOG.rst

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

5+
Forthcoming
6+
-----------
7+
* Update pre-commit hooks (`#288 <https://github.com/PickNikRobotics/generate_parameter_library/issues/288>`_)
8+
* fix setuptools deprecation (`#272 <https://github.com/PickNikRobotics/generate_parameter_library/issues/272>`_)
9+
* Update maintainers for GBP release team (`#282 <https://github.com/PickNikRobotics/generate_parameter_library/issues/282>`_)
10+
* Contributors: Christoph Fröhlich, Nathan Brooks, mosfet80
11+
512
0.5.0 (2025-06-12)
613
------------------
714
* Add some new maintainers for ROS releases (`#263 <https://github.com/PickNikRobotics/generate_parameter_library/issues/263>`_)

generate_parameter_library/CHANGELOG.rst

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

5+
Forthcoming
6+
-----------
7+
* Update maintainers for GBP release team (`#282 <https://github.com/PickNikRobotics/generate_parameter_library/issues/282>`_)
8+
* Contributors: Nathan Brooks
9+
510
0.5.0 (2025-06-12)
611
------------------
712
* Fix generate_parameter_library macro on Windows (`#242 <https://github.com/PickNikRobotics/generate_parameter_library/issues/242>`_)

generate_parameter_library_py/CHANGELOG.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22
Changelog for package generate_parameter_library_py
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
Forthcoming
6+
-----------
7+
* Use templated NodeT in c++ constructor (`#274 <https://github.com/PickNikRobotics/generate_parameter_library/issues/274>`_)
8+
* Update pre-commit hooks (`#288 <https://github.com/PickNikRobotics/generate_parameter_library/issues/288>`_)
9+
* Improve logging message when a parameter is not set (`#279 <https://github.com/PickNikRobotics/generate_parameter_library/issues/279>`_)
10+
* Account for nested map params (`#277 <https://github.com/PickNikRobotics/generate_parameter_library/issues/277>`_) (`#280 <https://github.com/PickNikRobotics/generate_parameter_library/issues/280>`_)
11+
* Update maintainers for GBP release team (`#282 <https://github.com/PickNikRobotics/generate_parameter_library/issues/282>`_)
12+
* fix setuptools deprecations (`#268 <https://github.com/PickNikRobotics/generate_parameter_library/issues/268>`_)
13+
* Contributors: Ander González Tomé, Christoph Fröhlich, Gaël Écorchard, Nathan Brooks, Russ, mosfet80
14+
515
0.5.0 (2025-06-12)
616
------------------
717
* Add `try_update_params` method (`#260 <https://github.com/PickNikRobotics/generate_parameter_library/issues/260>`_)

parameter_traits/CHANGELOG.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
Changelog for package parameter_traits
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
Forthcoming
6+
-----------
7+
* Update pre-commit hooks (`#288 <https://github.com/PickNikRobotics/generate_parameter_library/issues/288>`_)
8+
* Update maintainers for GBP release team (`#282 <https://github.com/PickNikRobotics/generate_parameter_library/issues/282>`_)
9+
* Contributors: Christoph Fröhlich, Nathan Brooks
10+
511
0.5.0 (2025-06-12)
612
------------------
713
* Add some new maintainers for ROS releases (`#263 <https://github.com/PickNikRobotics/generate_parameter_library/issues/263>`_)

0 commit comments

Comments
 (0)