Skip to content

Commit bdd3e2a

Browse files
author
Shuhei Kozasa
authored
Prepare release for Humble (#41)
1 parent a13bc31 commit bdd3e2a

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

CHANGELOG.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2+
Changelog for package raspimouse_description
3+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4+
5+
1.0.1 (2023-01-31)
6+
------------------
7+
* Updates README
8+
* Update the license year to 2022
9+
* Adds LiDAR (`#38 <https://github.com/rt-net/raspimouse_description/issues/38>`_)
10+
* Update library to rviz2 (`#36 <https://github.com/rt-net/raspimouse_description/issues/36>`_)
11+
* Update tread (ROS 2) (`#32 <https://github.com/rt-net/raspimouse_description/issues/32>`_)
12+
* Update README for ROS 2 (`#26 <https://github.com/rt-net/raspimouse_description/issues/26>`_)
13+
* Support ROS 2 Foxy (`#24 <https://github.com/rt-net/raspimouse_description/issues/24>`_)
14+
* Create LICENSE
15+
* Contributors: Daisuke Sato, Shota Aoki, Shuhei Kozasa

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ The main development branch for ROS 2 is [`ros2`](https://github.com/rt-net/rasp
1212

1313
## Supported ROS distributions
1414

15-
- ~~Kinetic ([`kinetic-devel`](https://github.com/rt-net/raspimouse_description/tree/kinetic-devel))~~ deprecated
1615
- Melodic ([`melodic-devel`](https://github.com/rt-net/raspimouse_description/tree/melodic-devel))
1716
- Foxy ([`foxy-devel`](https://github.com/rt-net/raspimouse_description/tree/foxy-devel))
17+
- Humble ([`humble-devel`](https://github.com/rt-net/raspimouse_description/tree/humble-devel))
1818

1919
## Installation
2020

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>raspimouse_description</name>
5-
<version>0.1.0</version>
5+
<version>1.0.1</version>
66
<description>The raspimouse_description package</description>
77
<maintainer email="shop@rt-net.jp">RT Corporation</maintainer>
88
<author email="daisuke.sato@rt-net.jp">Daisuke Sato</author>

0 commit comments

Comments
 (0)