Skip to content

Commit

Permalink
Update CHANGELOG.rst and version numbers.
Browse files Browse the repository at this point in the history
  • Loading branch information
KuraZuzu committed Nov 5, 2024
1 parent dabc9c2 commit b9401e5
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 2 deletions.
19 changes: 19 additions & 0 deletions raspimouse/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@
Changelog for package raspimouse
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

2.0.0 (2024-11-5)
------------------
* Update CI for ROS 2 Rolling(`#55 <https://github.com/rt-net/raspimouse2/pull/55>`)
* Add CI settings for Rolling
* Fix documentation (`#54 <https://github.com/rt-net/raspimouse2/pull/54>`)
* Add branch descriptions
* Add author to package.xml
* Emphasize branch description
* Support for ROS 2 Jazzy (`#53 <https://github.com/rt-net/raspimouse2/pull/53>`)
* Replace "Twist" with "TwistStamped"
* Update README.md
* Correcte the image links
* Add author to package.xml
* Update the environment variables in "industrial_ci.yml" to Jazzy
* Remove unnecessary steps for launching the launch file in the "README.md"
* Correct import order to comply with flake8
* Update checkout version of GitHub Action
* 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="[email protected]">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="[email protected]">RT Corporation</maintainer>
<license>Apache License 2.0</license>
Expand Down

0 comments on commit b9401e5

Please sign in to comment.