This commit is contained in:
Jacob Perron 2020-04-29 09:41:48 -07:00
parent 7a3599db7d
commit 47501d17c5
8 changed files with 95 additions and 4 deletions

View file

@ -2,6 +2,17 @@
Changelog for package rcl_yaml_param_parser
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
0.9.0 (2020-04-29)
------------------
* Added rcl yaml param parser doxyfile (`#634 <https://github.com/ros2/rcl/issues/634>`_)
* Fixed rcl_yaml_param_parser package description (`#637 <https://github.com/ros2/rcl/issues/637>`_)
* Fix usage to not expose underlying yaml (`#630 <https://github.com/ros2/rcl/issues/630>`_)
* Export targets in a addition to include directories / libraries (`#621 <https://github.com/ros2/rcl/issues/621>`_)
* Remove usage of undefined CMake variable (`#620 <https://github.com/ros2/rcl/issues/620>`_)
* Fix memory leaks (`#564 <https://github.com/ros2/rcl/issues/564>`_)
* Code style only: wrap after open parenthesis if not in one line (`#565 <https://github.com/ros2/rcl/issues/565>`_)
* Contributors: Alejandro Hernández Cordero, Dirk Thomas, y-okumura-isp
0.8.3 (2019-11-08)
------------------

View file

@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="2">
<name>rcl_yaml_param_parser</name>
<version>0.8.3</version>
<version>0.9.0</version>
<description>Parse a YAML parameter file and populate the C data structure.</description>
<maintainer email="anup.pemmaiah@apex.ai">Anup Pemmaiah</maintainer>
<license>Apache License 2.0</license>