From 052637ee28a3b359d70cb01263dcbf4049bb18d6 Mon Sep 17 00:00:00 2001 From: Pyo Date: Wed, 7 Jun 2017 13:30:51 +0900 Subject: [PATCH] updated the CHANGELOG and Version to release binary packages --- robotis_controller/CHANGELOG.rst | 5 +++++ robotis_controller/package.xml | 2 +- robotis_device/CHANGELOG.rst | 4 ++++ robotis_device/package.xml | 2 +- robotis_framework/CHANGELOG.rst | 5 +++++ robotis_framework/package.xml | 2 +- robotis_framework_common/CHANGELOG.rst | 4 ++++ robotis_framework_common/package.xml | 2 +- 8 files changed, 22 insertions(+), 4 deletions(-) diff --git a/robotis_controller/CHANGELOG.rst b/robotis_controller/CHANGELOG.rst index 192af5e..9b68a85 100755 --- a/robotis_controller/CHANGELOG.rst +++ b/robotis_controller/CHANGELOG.rst @@ -2,6 +2,11 @@ Changelog for package robotis_controller ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +0.2.4 (2017-06-07) +----------- +* added cmake_modules in package.xml +* Contributors: SCH + 0.2.3 (2017-05-23) ----------- * updated the cmake file for ros install diff --git a/robotis_controller/package.xml b/robotis_controller/package.xml index 2af74c1..dcff20e 100755 --- a/robotis_controller/package.xml +++ b/robotis_controller/package.xml @@ -1,7 +1,7 @@ robotis_controller - 0.2.3 + 0.2.4 The main package that controls THORMANG3. diff --git a/robotis_device/CHANGELOG.rst b/robotis_device/CHANGELOG.rst index 262244a..ca19348 100755 --- a/robotis_device/CHANGELOG.rst +++ b/robotis_device/CHANGELOG.rst @@ -2,6 +2,10 @@ Changelog for package robotis_device ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +0.2.4 (2017-06-07) +----------- +* none + 0.2.3 (2017-05-23) ----------- * updated the cmake file for ros install diff --git a/robotis_device/package.xml b/robotis_device/package.xml index c2a76a5..b4f747c 100755 --- a/robotis_device/package.xml +++ b/robotis_device/package.xml @@ -1,7 +1,7 @@ robotis_device - 0.2.3 + 0.2.4 The package that manages device information of ROBOTIS robots. This package is used when reading device information with the robot information file diff --git a/robotis_framework/CHANGELOG.rst b/robotis_framework/CHANGELOG.rst index 48b41c3..2af3823 100755 --- a/robotis_framework/CHANGELOG.rst +++ b/robotis_framework/CHANGELOG.rst @@ -2,6 +2,11 @@ Changelog for package robotis_framework ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +0.2.4 (2017-06-07) +----------- +* added cmake_modules in package.xml +* Contributors: SCH + 0.2.3 (2017-05-23) ----------- * updated the cmake file for ros install diff --git a/robotis_framework/package.xml b/robotis_framework/package.xml index 778b3b0..60a8095 100755 --- a/robotis_framework/package.xml +++ b/robotis_framework/package.xml @@ -1,7 +1,7 @@ robotis_framework - 0.2.3 + 0.2.4 ROS packages for the robotis_framework (meta package) BSD Zerom diff --git a/robotis_framework_common/CHANGELOG.rst b/robotis_framework_common/CHANGELOG.rst index a96464d..9ddaab0 100755 --- a/robotis_framework_common/CHANGELOG.rst +++ b/robotis_framework_common/CHANGELOG.rst @@ -2,6 +2,10 @@ Changelog for package robotis_framework_common ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +0.2.4 (2017-06-07) +----------- +* none + 0.2.3 (2017-05-23) ----------- * updated the cmake file for ros install diff --git a/robotis_framework_common/package.xml b/robotis_framework_common/package.xml index 00cd197..5ac50b8 100755 --- a/robotis_framework_common/package.xml +++ b/robotis_framework_common/package.xml @@ -1,7 +1,7 @@ robotis_framework_common - 0.2.3 + 0.2.4 The package contains commonly used Headers for the ROBOTIS Framework.