Skip to content

Commit

Permalink
Update change log, version and requirements for Foxy release (#30)
Browse files Browse the repository at this point in the history
* update README for ROS 2 Foxy

* Bump version to 1.0.2

* Update changelog
  • Loading branch information
Shota Aoki authored Dec 8, 2020
1 parent 78e8816 commit c5fee92
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ ROS 2 node for the Raspberry Pi Mouse.
- https://rt-net.jp/products/raspberrypimousev3/
- [RT Robot Shop](https://www.rt-shop.jp/index.php?main_page=product_info&cPath=1299_1395&products_id=3774)
- Linux OS
- Ubuntu server 18.04
- https://wiki.ubuntu.com/ARM/RaspberryPi
- Ubuntu server 20.04
- https://ubuntu.com/download/raspberry-pi
- Device Driver
- [rt-net/RaspberryPiMouse](https://github.com/rt-net/RaspberryPiMouse)
- ROS
- [Dashing Diademata](https://index.ros.org/doc/ros2/Installation/Dashing/Linux-Install-Debians/)
- [Foxy Fitzroy](https://index.ros.org/doc/ros2/Installation/Foxy/Linux-Install-Debians/)

## Installation

Expand Down
5 changes: 5 additions & 0 deletions raspimouse/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Changelog for package raspimouse
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

1.0.2 (2020-12-08)
------------------
* Update for foxy (`#29 <https://github.com/rt-net/raspimouse2/issues/29>`_)
* Contributors: Shota Aoki

1.0.1 (2020-06-10)
------------------
* Fix documents of release 1.0.0 (`#23 <https://github.com/rt-net/raspimouse2/issues/23>`_)
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.0.1</version>
<version>1.0.2</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
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

1.0.2 (2020-12-08)
------------------

1.0.1 (2020-06-10)
------------------
* Fix documents of release 1.0.0 (`#23 <https://github.com/rt-net/raspimouse2/issues/23>`_)
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.0.1</version>
<version>1.0.2</version>
<description>RaspiMouse messages</description>
<maintainer email="[email protected]">RT Corporation</maintainer>
<license>Apache License 2.0</license>
Expand Down

0 comments on commit c5fee92

Please sign in to comment.