Skip to content

Commit

Permalink
1.13.0
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Carroll <[email protected]>
  • Loading branch information
mjcarroll committed Mar 3, 2020
1 parent 1bf7b4d commit 6673539
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions actionlib/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package actionlib
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
1.13.0 (2020-03-03)
-------------------
* Switch to timer and allow stopping actionserver/client (`#142 <https://github.com/ros/actionlib/issues/142>`_)
* bump CMake minimum version to use new behavior of CMP0048 (`#158 <https://github.com/ros/actionlib/issues/158>`_)
* Split actionlib and tools into separate packages (`#152 <https://github.com/ros/actionlib/issues/152>`_)
Expand Down
2 changes: 1 addition & 1 deletion actionlib/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>actionlib</name>
<version>1.12.0</version>
<version>1.13.0</version>
<description>
The actionlib stack provides a standardized interface for
interfacing with preemptable tasks. Examples of this include moving
Expand Down
4 changes: 2 additions & 2 deletions actionlib_tools/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package actionlib_tools
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
1.13.0 (2020-03-03)
-------------------
* Fix syntax error; missing : (`#159 <https://github.com/ros/actionlib/issues/159>`_)
* bump CMake minimum version to use new behavior of CMP0048 (`#158 <https://github.com/ros/actionlib/issues/158>`_)
* Split actionlib and tools into separate packages (`#152 <https://github.com/ros/actionlib/issues/152>`_)
Expand Down
2 changes: 1 addition & 1 deletion actionlib_tools/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>actionlib_tools</name>
<version>1.12.0</version>
<version>1.13.0</version>
<description>The actionlib_tools package</description>

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

0 comments on commit 6673539

Please sign in to comment.