Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update changelog for 0.3.8 release #188

Merged
merged 1 commit into from
Mar 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions example/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@
Changelog for package generate_parameter_library_example
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

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

0.3.7 (2024-01-12)
------------------
Expand Down
2 changes: 1 addition & 1 deletion 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
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.3.8 (2024-03-06)
0.3.8 (2024-03-27)
------------------

0.3.7 (2024-01-12)
Expand Down
5 changes: 3 additions & 2 deletions example_python/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@
Changelog for package generate_parameter_module_example
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

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

0.3.7 (2024-01-12)
------------------
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,9 +2,9 @@
Changelog for package generate_parameter_library
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

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

Expand Down
5 changes: 3 additions & 2 deletions generate_parameter_library_py/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@
Changelog for package generate_parameter_library_py
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

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

0.3.7 (2024-01-12)
------------------
Expand Down
2 changes: 1 addition & 1 deletion parameter_traits/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Changelog for package parameter_traits
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.3.8 (2024-03-06)
0.3.8 (2024-03-27)
------------------

0.3.7 (2024-01-12)
Expand Down
Loading