Skip to content

Commit 268d5e4

Browse files
authored
Update changelog for 0.3.8 release (#188)
1 parent edfeb82 commit 268d5e4

File tree

6 files changed

+13
-10
lines changed

6 files changed

+13
-10
lines changed

example/CHANGELOG.rst

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

5-
0.3.8 (2024-03-06)
5+
0.3.8 (2024-03-27)
66
------------------
7+
* Restore functionality for mapped params with no struct name (`#185 <https://github.com/PickNikRobotics/generate_parameter_library/issues/185>_`)
78
* Fix newline issue (`#176 <https://github.com/PickNikRobotics/generate_parameter_library/issues/176>`_)
89
* fix new line rendering for Python
910
* Support nested mapped parameters (`#166 <https://github.com/PickNikRobotics/generate_parameter_library/issues/166>`_)
10-
* Contributors: Paul Gesel
11+
* Contributors: Paul Gesel, Sebastian Castro
1112

1213
0.3.7 (2024-01-12)
1314
------------------

example_cmake_python/CHANGELOG.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Changelog for package cmake_generate_parameter_module_example
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5-
0.3.8 (2024-03-06)
5+
0.3.8 (2024-03-27)
66
------------------
77

88
0.3.7 (2024-01-12)

example_python/CHANGELOG.rst

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

5-
0.3.8 (2024-03-06)
5+
0.3.8 (2024-03-27)
66
------------------
7+
* Restore functionality for mapped params with no struct name (`#185 <https://github.com/PickNikRobotics/generate_parameter_library/issues/185>_`)
78
* Fix newline issue (`#176 <https://github.com/PickNikRobotics/generate_parameter_library/issues/176>`_)
89
* fix new line rendering for Python
910
* Support nested mapped parameters (`#166 <https://github.com/PickNikRobotics/generate_parameter_library/issues/166>`_)
10-
* Contributors: Paul Gesel
11+
* Contributors: Paul Gesel, Sebastian Castro
1112

1213
0.3.7 (2024-01-12)
1314
------------------

generate_parameter_library/CHANGELOG.rst

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

5-
0.3.8 (2024-03-06)
5+
0.3.8 (2024-03-27)
66
------------------
7-
* uss python_install_dir (`#178 <https://github.com/PickNikRobotics/generate_parameter_library/issues/178>`_)
7+
* use python_install_dir (`#178 <https://github.com/PickNikRobotics/generate_parameter_library/issues/178>`_)
88
* Update CMakeLists.txt (`#173 <https://github.com/PickNikRobotics/generate_parameter_library/issues/173>`_)
99
* Contributors: Christoph Fröhlich, Paul Gesel
1010

generate_parameter_library_py/CHANGELOG.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,14 @@
22
Changelog for package generate_parameter_library_py
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5-
0.3.8 (2024-03-06)
5+
0.3.8 (2024-03-27)
66
------------------
7+
* Restore functionality for mapped params with no struct name (`#185 <https://github.com/PickNikRobotics/generate_parameter_library/issues/185>_`)
78
* add # flake8: noqa to template (`#177 <https://github.com/PickNikRobotics/generate_parameter_library/issues/177>`_)
89
* Fix newline issue (`#176 <https://github.com/PickNikRobotics/generate_parameter_library/issues/176>`_)
910
* fix new line rendering for Python
1011
* Support nested mapped parameters (`#166 <https://github.com/PickNikRobotics/generate_parameter_library/issues/166>`_)
11-
* Contributors: Paul Gesel
12+
* Contributors: Paul Gesel, Sebastian Castro
1213

1314
0.3.7 (2024-01-12)
1415
------------------

parameter_traits/CHANGELOG.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Changelog for package parameter_traits
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5-
0.3.8 (2024-03-06)
5+
0.3.8 (2024-03-27)
66
------------------
77

88
0.3.7 (2024-01-12)

0 commit comments

Comments
 (0)