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 Mar 20, 2018
1 parent c02aa74 commit f44c58a
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 5 deletions.
5 changes: 5 additions & 0 deletions robotis_controller/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Changelog for package robotis_controller
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.2.8 (2018-03-20)
------------------
* modified CMakeLists.txt for system dependencies (yaml-cpp)
* Contributors: Zerom, Pyo

0.2.7 (2018-03-15)
------------------
* changed the License and package format to version 2
Expand Down
2 changes: 1 addition & 1 deletion robotis_controller/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>robotis_controller</name>
<version>0.2.7</version>
<version>0.2.8</version>
<description>
robotis_controller package for ROBOTIS's platform like Manipulator-H, THORMANG and OP series
</description>
Expand Down
7 changes: 6 additions & 1 deletion robotis_device/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,13 @@
Changelog for package robotis_device
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.2.8 (2018-03-20)
------------------
* added RH-P12-RN.device file
* Contributors: Zerom, Pyo

0.2.7 (2018-03-15)
-------------------------
------------------
* fixed a bug that occur when handling bulk read item that does not exist
* changed the License and package format to version 2
* Contributors: SCH, Pyo
Expand Down
2 changes: 1 addition & 1 deletion robotis_device/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>robotis_device</name>
<version>0.2.7</version>
<version>0.2.8</version>
<description>
The package that manages device information of ROBOTIS robots.
This package is used when reading device information with the robot information file
Expand Down
6 changes: 6 additions & 0 deletions robotis_framework/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
Changelog for package robotis_framework
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.2.8 (2018-03-20)
------------------
* added RH-P12-RN.device file
* modified CMakeLists.txt for system dependencies (yaml-cpp)
* Contributors: Zerom, Pyo

0.2.7 (2018-03-15)
------------------
* changed all values read by bulk read are saved to dxl_state\_->bulk_read_table\_.
Expand Down
2 changes: 1 addition & 1 deletion robotis_framework/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>robotis_framework</name>
<version>0.2.7</version>
<version>0.2.8</version>
<description>
ROS packages for the robotis_framework (meta package)
</description>
Expand Down
5 changes: 5 additions & 0 deletions robotis_framework_common/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Changelog for package robotis_framework_common
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.2.8 (2018-03-20)
------------------
* tested for system dependencies
* Contributors: Pyo

0.2.7 (2018-03-15)
------------------
* change the License and package format to version 2
Expand Down
2 changes: 1 addition & 1 deletion robotis_framework_common/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>robotis_framework_common</name>
<version>0.2.7</version>
<version>0.2.8</version>
<description>
The package contains commonly used Headers for the ROBOTIS Framework.
</description>
Expand Down

0 comments on commit f44c58a

Please sign in to comment.