You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Populate Range Constraints in Parameter Descriptors from Validation Functions (`#103 <https://github.com/PickNikRobotics/generate_parameter_library/issues/103>`_)
8
+
* Mark deprecated rsl method and propose alternative in the docs. (`#102 <https://github.com/PickNikRobotics/generate_parameter_library/issues/102>`_)
9
+
* Contributors: Chance Cardona, Dr. Denis
10
+
5
11
0.3.1 (2023-02-01)
6
12
------------------
7
13
* Make it easy for users to override (`#92 <https://github.com/PickNikRobotics/generate_parameter_library/issues/92>`_)
Copy file name to clipboardExpand all lines: generate_parameter_library/CHANGELOG.rst
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,9 @@
2
2
Changelog for package generate_parameter_library
3
3
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4
4
5
+
0.3.2 (2023-04-12)
6
+
------------------
7
+
5
8
0.3.1 (2023-02-01)
6
9
------------------
7
10
* Add keyword INTERFACE to fix build error 'ar: no archive members specified' since the generated target is header-only (`#93 <https://github.com/PickNikRobotics/generate_parameter_library/issues/93>`_)
* Populate Range Constraints in Parameter Descriptors from Validation Functions (`#103 <https://github.com/PickNikRobotics/generate_parameter_library/issues/103>`_)
8
+
* Mark deprecated rsl method and propose alternative in the docs. (`#102 <https://github.com/PickNikRobotics/generate_parameter_library/issues/102>`_)
9
+
* Allow none type (`#99 <https://github.com/PickNikRobotics/generate_parameter_library/issues/99>`_)
10
+
* Fixed tests never failing although file not found (`#101 <https://github.com/PickNikRobotics/generate_parameter_library/issues/101>`_)
11
+
* Contributors: Chance Cardona, Dr. Denis, GuiHome
0 commit comments