Skip to content

Commit f44c58a

Browse files
committed
updated the CHANGELOG and version to release binary packages
1 parent c02aa74 commit f44c58a

File tree

8 files changed

+26
-5
lines changed

8 files changed

+26
-5
lines changed

robotis_controller/CHANGELOG.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
Changelog for package robotis_controller
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
0.2.8 (2018-03-20)
6+
------------------
7+
* modified CMakeLists.txt for system dependencies (yaml-cpp)
8+
* Contributors: Zerom, Pyo
9+
510
0.2.7 (2018-03-15)
611
------------------
712
* changed the License and package format to version 2

robotis_controller/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package format="2">
33
<name>robotis_controller</name>
4-
<version>0.2.7</version>
4+
<version>0.2.8</version>
55
<description>
66
robotis_controller package for ROBOTIS's platform like Manipulator-H, THORMANG and OP series
77
</description>

robotis_device/CHANGELOG.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,13 @@
22
Changelog for package robotis_device
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
0.2.8 (2018-03-20)
6+
------------------
7+
* added RH-P12-RN.device file
8+
* Contributors: Zerom, Pyo
9+
510
0.2.7 (2018-03-15)
6-
-------------------------
11+
------------------
712
* fixed a bug that occur when handling bulk read item that does not exist
813
* changed the License and package format to version 2
914
* Contributors: SCH, Pyo

robotis_device/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package format="2">
33
<name>robotis_device</name>
4-
<version>0.2.7</version>
4+
<version>0.2.8</version>
55
<description>
66
The package that manages device information of ROBOTIS robots.
77
This package is used when reading device information with the robot information file

robotis_framework/CHANGELOG.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
Changelog for package robotis_framework
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
0.2.8 (2018-03-20)
6+
------------------
7+
* added RH-P12-RN.device file
8+
* modified CMakeLists.txt for system dependencies (yaml-cpp)
9+
* Contributors: Zerom, Pyo
10+
511
0.2.7 (2018-03-15)
612
------------------
713
* changed all values read by bulk read are saved to dxl_state\_->bulk_read_table\_.

robotis_framework/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package format="2">
33
<name>robotis_framework</name>
4-
<version>0.2.7</version>
4+
<version>0.2.8</version>
55
<description>
66
ROS packages for the robotis_framework (meta package)
77
</description>

robotis_framework_common/CHANGELOG.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
Changelog for package robotis_framework_common
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
0.2.8 (2018-03-20)
6+
------------------
7+
* tested for system dependencies
8+
* Contributors: Pyo
9+
510
0.2.7 (2018-03-15)
611
------------------
712
* change the License and package format to version 2

robotis_framework_common/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package format="2">
33
<name>robotis_framework_common</name>
4-
<version>0.2.7</version>
4+
<version>0.2.8</version>
55
<description>
66
The package contains commonly used Headers for the ROBOTIS Framework.
77
</description>

0 commit comments

Comments
 (0)