Skip to content

Commit

Permalink
updated the CHANGELOG and version to release binary packages
Browse files Browse the repository at this point in the history
  • Loading branch information
robotpilot committed Feb 21, 2018
1 parent bd0e0b1 commit 9ada73b
Show file tree
Hide file tree
Showing 12 changed files with 31 additions and 6 deletions.
5 changes: 5 additions & 0 deletions dynamixel_workbench/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Changelog for package dynamixel_workbench
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.2.1 (2018-02-22)
-----------
* modified the CMakeLists.txt to fix wrong path
* Contributors: Pyo

0.2.0 (2018-02-19)
-----------
* added conver function to PRO user
Expand Down
2 changes: 1 addition & 1 deletion dynamixel_workbench/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package>
<name>dynamixel_workbench</name>
<version>0.2.0</version>
<version>0.2.1</version>
<description>
Dynamixel-Workbench is dynamixel solution for ROS.
This metapackage allows you to easily change the ID, baudrate and operating mode of the Dynamixel.
Expand Down
4 changes: 4 additions & 0 deletions dynamixel_workbench_controllers/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
Changelog for package dynamixel_workbench_controllers
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.2.1 (2018-02-22)
-----------
* None

0.2.0 (2018-02-19)
-----------
* added blank
Expand Down
2 changes: 1 addition & 1 deletion dynamixel_workbench_controllers/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package>
<name>dynamixel_workbench_controllers</name>
<version>0.2.0</version>
<version>0.2.1</version>
<description>
This package contains examples of applying the 'dynamixel_workbench_toolbox' library developed on the basis of dynamixel_sdk to various operating modes of Dynamixel.
</description>
Expand Down
4 changes: 4 additions & 0 deletions dynamixel_workbench_operators/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
Changelog for package dynamixel_workbench_tutorials
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.2.1 (2018-02-22)
-----------
* None

0.2.0 (2018-02-19)
-----------
* modified example
Expand Down
2 changes: 1 addition & 1 deletion dynamixel_workbench_operators/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package>
<name>dynamixel_workbench_operators</name>
<version>0.2.0</version>
<version>0.2.1</version>
<description>
This package contains nodes that control the Dynamixel by communicating with the server registered in the 'dynamixel_workbench_controllers' package
</description>
Expand Down
4 changes: 4 additions & 0 deletions dynamixel_workbench_single_manager/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
Changelog for package dynamixel_workbench_single_manager
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.2.1 (2018-02-22)
-----------
* None

0.2.0 (2018-02-19)
-----------
* added debug code
Expand Down
2 changes: 1 addition & 1 deletion dynamixel_workbench_single_manager/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package>
<name>dynamixel_workbench_single_manager</name>
<version>0.2.0</version>
<version>0.2.1</version>
<description>
This package is single manager for a Dynamixel.
It provides a terminal environment to check the status of Dynamixel and control it before using Dynamixel
Expand Down
3 changes: 3 additions & 0 deletions dynamixel_workbench_single_manager_gui/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package dynamixel_workbench_single_manager_gui
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------

0.2.0 (2018-02-19)
-----------
* added baudrate sorting
Expand Down
2 changes: 1 addition & 1 deletion dynamixel_workbench_single_manager_gui/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package>
<name>dynamixel_workbench_single_manager_gui</name>
<version>0.2.0</version>
<version>0.2.1</version>
<description>
It provides a grapic user interface to check the status of Dynamixel and control it before using Dynamixel
</description>
Expand Down
5 changes: 5 additions & 0 deletions dynamixel_workbench_toolbox/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Changelog for package dynamixel_workbench_toolbox
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.2.1 (2018-02-22)
-----------
* modified the CMakeLists.txt to fix wrong path
* Contributors: Pyo

0.2.0 (2018-02-19)
-----------
* added conver function to PRO user
Expand Down
2 changes: 1 addition & 1 deletion dynamixel_workbench_toolbox/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package>
<name>dynamixel_workbench_toolbox</name>
<version>0.2.0</version>
<version>0.2.1</version>
<description>
This package is composed of 'dynamixel_item', 'dynamixel_tool', 'dynamixel_driver' and 'dynamixel_workbench' class.
The 'dynamixel_item' is saved as control table item and information of Dynamixels.
Expand Down

0 comments on commit 9ada73b

Please sign in to comment.