Skip to content

Commit 20966e8

Browse files
author
Shota Aoki
authored
Release 2.0.0 (#27)
1 parent 0ab62c6 commit 20966e8

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.rst

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

5+
2.0.0 (2020-09-03)
6+
------------------
7+
* Migrate to ROS 2 Dashing (`#26 <https://github.com/rt-net/rt_usb_9axisimu_driver/issues/26>`_)
8+
* Contributors: Shota Aoki
9+
510
1.0.0 (2020-07-21)
611
------------------
712
* Contributors: Daisuke Sato, Shota Aoki
13+
814
Feature updates
915
^^^^^^^^^^^^^^^
1016
* Rename files (`#24 <https://github.com/rt-net/rt_usb_9axisimu_driver/issues/24>`_)

package.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>rt_usb_9axisimu_driver</name>
5-
<version>1.0.0</version>
5+
<version>2.0.0</version>
66
<description>The rt_usb_9axisimu_driver package</description>
77

88
<maintainer email="[email protected]">RT Corporation</maintainer>
@@ -28,4 +28,5 @@
2828
<export>
2929
<build_type>ament_cmake</build_type>
3030
</export>
31-
</package>
31+
</package>
32+

0 commit comments

Comments
 (0)