Skip to content

Commit

Permalink
リリースのためのバージョン番号とCHANGELOGの更新 (#56)
Browse files Browse the repository at this point in the history
* Update CHANGELOG.rst and version numbers.

* fix PR links

* Fix Indents

* change indent block

* Update raspimouse/CHANGELOG.rst

Co-authored-by: YusukeKato <YusukeKato@users.noreply.github.com>

* Fix indent

* Add description of message type

* Update raspimouse/CHANGELOG.rst

Co-authored-by: YusukeKato <YusukeKato@users.noreply.github.com>

---------

Co-authored-by: YusukeKato <YusukeKato@users.noreply.github.com>
  • Loading branch information
KuraZuzu and YusukeKato authored Nov 5, 2024
1 parent faa2a3d commit f5a520c
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 2 deletions.
8 changes: 8 additions & 0 deletions raspimouse/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
Changelog for package raspimouse
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

2.0.0 (2024-11-5)
------------------
* Update CI for ROS 2 Rolling(`https://github.com/rt-net/raspimouse2/pull/55`)
* Fix documentation (`https://github.com/rt-net/raspimouse2/pull/54`)
* Support for ROS 2 Jazzy (`https://github.com/rt-net/raspimouse2/pull/53`)
* Replace `Twist` with `TwistStamped` in `/cmd_vel`
* Contributors: Kazushi Kurasawa, Yusuke Kato

1.1.2 (2023-08-24)
------------------
* Calculate speed from robot parameters (`#50 <https://github.com/rt-net/raspimouse2/issues/50>`_)
Expand Down
2 changes: 1 addition & 1 deletion raspimouse/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>raspimouse</name>
<version>1.1.2</version>
<version>2.0.0</version>
<description>RaspiMouse ROS 2 node</description>
<maintainer email="shop@rt-net.jp">RT Corporation</maintainer>
<license>Apache License 2.0</license>
Expand Down
3 changes: 3 additions & 0 deletions raspimouse_msgs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package raspimouse_msgs
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

2.0.0 (2024-11-5)
------------------

1.1.2 (2023-08-24)
------------------

Expand Down
2 changes: 1 addition & 1 deletion raspimouse_msgs/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>raspimouse_msgs</name>
<version>1.1.2</version>
<version>2.0.0</version>
<description>RaspiMouse messages</description>
<maintainer email="shop@rt-net.jp">RT Corporation</maintainer>
<license>Apache License 2.0</license>
Expand Down

0 comments on commit f5a520c

Please sign in to comment.