Skip to content

Commit f5a520c

Browse files
KuraZuzuYusukeKato
andauthored
リリースのためのバージョン番号とCHANGELOGの更新 (#56)
* Update CHANGELOG.rst and version numbers. * fix PR links * Fix Indents * change indent block * Update raspimouse/CHANGELOG.rst Co-authored-by: YusukeKato <[email protected]> * Fix indent * Add description of message type * Update raspimouse/CHANGELOG.rst Co-authored-by: YusukeKato <[email protected]> --------- Co-authored-by: YusukeKato <[email protected]>
1 parent faa2a3d commit f5a520c

File tree

4 files changed

+13
-2
lines changed

4 files changed

+13
-2
lines changed

raspimouse/CHANGELOG.rst

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22
Changelog for package raspimouse
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
2.0.0 (2024-11-5)
6+
------------------
7+
* Update CI for ROS 2 Rolling(`https://github.com/rt-net/raspimouse2/pull/55`)
8+
* Fix documentation (`https://github.com/rt-net/raspimouse2/pull/54`)
9+
* Support for ROS 2 Jazzy (`https://github.com/rt-net/raspimouse2/pull/53`)
10+
* Replace `Twist` with `TwistStamped` in `/cmd_vel`
11+
* Contributors: Kazushi Kurasawa, Yusuke Kato
12+
513
1.1.2 (2023-08-24)
614
------------------
715
* Calculate speed from robot parameters (`#50 <https://github.com/rt-net/raspimouse2/issues/50>`_)

raspimouse/package.xml

+1-1
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>raspimouse</name>
5-
<version>1.1.2</version>
5+
<version>2.0.0</version>
66
<description>RaspiMouse ROS 2 node</description>
77
<maintainer email="[email protected]">RT Corporation</maintainer>
88
<license>Apache License 2.0</license>

raspimouse_msgs/CHANGELOG.rst

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
Changelog for package raspimouse_msgs
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
2.0.0 (2024-11-5)
6+
------------------
7+
58
1.1.2 (2023-08-24)
69
------------------
710

raspimouse_msgs/package.xml

+1-1
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>raspimouse_msgs</name>
5-
<version>1.1.2</version>
5+
<version>2.0.0</version>
66
<description>RaspiMouse messages</description>
77
<maintainer email="[email protected]">RT Corporation</maintainer>
88
<license>Apache License 2.0</license>

0 commit comments

Comments
 (0)