Skip to content

Commit 23acb6e

Browse files
committed
1.14.0
Signed-off-by: Michael Carroll <[email protected]>
1 parent 3073509 commit 23acb6e

File tree

4 files changed

+23
-2
lines changed

4 files changed

+23
-2
lines changed

actionlib/CHANGELOG.rst

+15
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22
Changelog for package actionlib
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
1.14.0 (2022-12-09)
6+
-------------------
7+
* Fix constructors of SimpleActionServer (`#194 <https://github.com/ros/actionlib/issues/194>`_)
8+
* Added a check to see if the transition callback is for the current goal handle (`#177 <https://github.com/ros/actionlib/issues/177>`_)
9+
Co-authored-by: Mart Moerdijk <[email protected]>
10+
* Noetic fixup spurious wakeup (`#190 <https://github.com/ros/actionlib/issues/190>`_)
11+
* Use nullptr instead of NULL (`#185 <https://github.com/ros/actionlib/issues/185>`_)
12+
* actionlib: remove unused client_goal_status.h (`#184 <https://github.com/ros/actionlib/issues/184>`_)
13+
Co-authored-by: Kyle Fazzari <[email protected]>
14+
* Fix small type in debug log message (`#187 <https://github.com/ros/actionlib/issues/187>`_)
15+
* Remove semicolons from action definitions (`#188 <https://github.com/ros/actionlib/issues/188>`_)
16+
* Fix python wait_for_server premature return (`#180 <https://github.com/ros/actionlib/issues/180>`_)
17+
* Add maintainer (`#174 <https://github.com/ros/actionlib/issues/174>`_)
18+
* Contributors: C. Andy Martin, Guglielmo Gemignani, Hermann von Kleist, Jacob Perron, Jacob Seibert, Kyle Fazzari, Mart Moerdijk, Nick Lamprianidis, Ramon Wijnands
19+
520
1.13.2 (2020-08-21)
621
-------------------
722
* narrow down required boost dependencies (`#168 <https://github.com/ros/actionlib/issues/168>`_)

actionlib/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>actionlib</name>
5-
<version>1.13.2</version>
5+
<version>1.14.0</version>
66
<description>
77
The actionlib stack provides a standardized interface for
88
interfacing with preemptable tasks. Examples of this include moving

actionlib_tools/CHANGELOG.rst

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
Changelog for package actionlib_tools
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
1.14.0 (2022-12-09)
6+
-------------------
7+
* Improve axclient argument parsing (`#189 <https://github.com/ros/actionlib/issues/189>`_)
8+
* Add maintainer (`#174 <https://github.com/ros/actionlib/issues/174>`_)
9+
* Contributors: Jacob Perron, Mikael Arguedas
10+
511
1.13.2 (2020-08-21)
612
-------------------
713
* Port actionlib_tools to Python 3 (`#169 <https://github.com/ros/actionlib/issues/169>`_)

actionlib_tools/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package format="2">
33
<name>actionlib_tools</name>
4-
<version>1.13.2</version>
4+
<version>1.14.0</version>
55
<description>The actionlib_tools package</description>
66

77
<maintainer email="[email protected]">Michael Carroll</maintainer>

0 commit comments

Comments
 (0)