Skip to content

Commit

Permalink
V1.0.0 (#22)
Browse files Browse the repository at this point in the history
* update CHANGELOG

* 1.0.0
  • Loading branch information
Shota Aoki authored Jun 8, 2020
1 parent 491a8d2 commit 664e550
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 15 deletions.
25 changes: 17 additions & 8 deletions raspimouse/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,26 @@
Changelog for package raspimouse
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.2.0 (2020-05-21)
1.0.0 (2020-06-08)
------------------
* Update CMakeLists.txt for exporting include dir (`#21 <https://github.com/rt-net/raspimouse2/issues/21>`_)
* Install include dir and add dependencies for export
* update
* Fix package.xml (`#20 <https://github.com/rt-net/raspimouse2/issues/20>`_)
* Fix industrial_ci.yml
* Update package.xml
* Update industrial_ci.yml
* Add on_shutdown callback (`#17 <https://github.com/rt-net/raspimouse2/issues/17>`_)
* Contributors: Shota Aoki

0.2.0 (2020-05-22)
------------------
* Release 0.2.0 (`#18 <https://github.com/rt-net/raspimouse2/issues/18>`_)
* Add CHANGELOG
* 0.2.0
* Fix indent
* Change pulse counter for calculating odometry accurately (`#16 <https://github.com/rt-net/raspimouse2/issues/16>`_)
* Add lint check (`#14 <https://github.com/rt-net/raspimouse2/issues/14>`_)

* Add ament_lint_auto
* Fix package.xml for xmllint
* Fix CMakeLists for cmake_lint
Expand All @@ -18,24 +33,20 @@ Changelog for package raspimouse
* Update README.md
* Update tf timestamp on use_pulse_counters\_ == true (`#6 <https://github.com/rt-net/raspimouse2/issues/6>`_)
* invert switch status (`#11 <https://github.com/rt-net/raspimouse2/issues/11>`_)

* invert switch status
* Refactoring
* change to base_footprint (`#5 <https://github.com/rt-net/raspimouse2/issues/5>`_)
* Fix odom (`#4 <https://github.com/rt-net/raspimouse2/issues/4>`_)

* comment in tf
* initialize all instance variables
* update readme
* fix odom\_
* Re-enable tf (`#3 <https://github.com/rt-net/raspimouse2/issues/3>`_)

* comment in tf
* initialize all instance variables
* update readme
* Add Dashing support (`#2 <https://github.com/rt-net/raspimouse2/issues/2>`_)
* Add Crystal support (`#1 <https://github.com/rt-net/raspimouse2/issues/1>`_)

* Add Crystal support
* Use type alias for CallbackReturn
* Add readme
Expand All @@ -44,5 +55,3 @@ Changelog for package raspimouse

0.1.0 (2018-09-07)
------------------
* Initial commit
* Contributors: Geoffrey Biggs
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>0.2.0</version>
<version>1.0.0</version>
<description>RaspiMouse ROS 2 node</description>
<maintainer email="[email protected]">Geoffrey Biggs</maintainer>
<license>Apache License 2.0</license>
Expand Down
14 changes: 9 additions & 5 deletions raspimouse_msgs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,16 @@
Changelog for package raspimouse_msgs
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.2.0 (2020-05-21)
1.0.0 (2020-06-08)
------------------
* Add lint check (`#14 <https://github.com/rt-net/raspimouse2/issues/14>`_)

0.2.0 (2020-05-22)
------------------
* Release 0.2.0 (`#18 <https://github.com/rt-net/raspimouse2/issues/18>`_)
* Add CHANGELOG
* 0.2.0
* Fix indent
* Add lint check (`#14 <https://github.com/rt-net/raspimouse2/issues/14>`_)
* Add ament_lint_auto
* Fix package.xml for xmllint
* Fix CMakeLists for cmake_lint
Expand All @@ -16,9 +22,7 @@ Changelog for package raspimouse_msgs
* fix raspimouse.cpp for uncrustify
* Update README.md
* Adding sensors
* Contributors: Geoffrey Biggs, Shota Aoki
* Contributors: Daisuke Sato, Geoffrey Biggs, Shota Aoki

0.1.0 (2018-09-07)
------------------
* Initial commit
* Contributors: Geoffrey Biggs
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>0.2.0</version>
<version>1.0.0</version>
<description>RaspiMouse messages</description>
<maintainer email="[email protected]">Geoffrey Biggs</maintainer>
<license>Apache License 2.0</license>
Expand Down

0 comments on commit 664e550

Please sign in to comment.