Skip to content

Commit 3766c9c

Browse files
authored
リリース3.0.0への対応 (#63)
* Update CHANGELOG.rst * Update release version * Fix PR links * Fix date
1 parent 6ffb0a9 commit 3766c9c

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.rst

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

5+
3.0.0 (2024-11-07)
6+
------------------
7+
* Update CI for ROS 2 Rolling (`https://github.com/rt-net/rt_usb_9axisimu_driver/pull/62`)
8+
* Support for ROS 2 Jazzy (`https://github.com/rt-net/rt_usb_9axisimu_driver/pull/61`)
9+
* Fix undefined behavior by storing `std::string` objects instead of `const char*` pointers
10+
* Contributors: Kazushi Kurasawa, YusukeKato
11+
512
2.1.0 (2024-08-23)
613
------------------
714
* Fix to get the latest data (`#58 <https://github.com/rt-net/rt_usb_9axisimu_driver/issues/58>`_)

package.xml

Lines changed: 1 addition & 1 deletion
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>2.1.0</version>
5+
<version>3.0.0</version>
66
<description>The rt_usb_9axisimu_driver package</description>
77

88
<maintainer email="[email protected]">RT Corporation</maintainer>

0 commit comments

Comments
 (0)