Skip to content

Commit 28929ec

Browse files
committed
1.7.2
1 parent c0f6379 commit 28929ec

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Changelog for package dynamic_reconfigure
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5-
Forthcoming
6-
-----------
5+
1.7.2 (2022-02-19)
6+
------------------
77
* Remove calls to string.{join,lower,upper} (`#174 <https://github.com/ros/dynamic_reconfigure/issues/174>`_)
88
* fix: Race condition on quickly setting and getting config (`#188 <https://github.com/ros/dynamic_reconfigure/issues/188>`_)
99
* do not use system for generated messages or configs (`#182 <https://github.com/ros/dynamic_reconfigure/issues/182>`_)

package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="2">
44
<name>dynamic_reconfigure</name>
5-
<version>1.7.1</version>
5+
<version>1.7.2</version>
66
<description>
77
The dynamic_reconfigure package provides a means to update parameters
88
at runtime without having to restart the node.

0 commit comments

Comments
 (0)