Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 0.3.0 #56

Merged
merged 2 commits into from
May 9, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@
Changelog for package ypspur_ros
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.3.0 (2019-05-09)
------------------
* Add parameter to set expire duration of cmd_vel (`#55 <https://github.com/openspur/ypspur_ros/issues/55>`_)
* Ignore outdated JointTrajectory command (`#54 <https://github.com/openspur/ypspur_ros/issues/54>`_)
* Fix exception type (`#52 <https://github.com/openspur/ypspur_ros/issues/52>`_)
* Fix subprocess handling (`#48 <https://github.com/openspur/ypspur_ros/issues/48>`_)
* Add device error status diagnostic output (`#46 <https://github.com/openspur/ypspur_ros/issues/46>`_)
* Fix test dependencies and update manifest (`#42 <https://github.com/openspur/ypspur_ros/issues/42>`_)
* Contributors: Atsushi Watanabe

0.2.0 (2018-06-07)
------------------
* Add CI build for melodic (`#37 <https://github.com/openspur/ypspur_ros/issues/37>`_)
Expand Down
2 changes: 1 addition & 1 deletion package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>ypspur_ros</name>
<version>0.2.0</version>
<version>0.3.0</version>
<description>ROS wrapper for the mobile robot control platform YP-Spur</description>

<maintainer email="[email protected]">Atsushi Watanabe</maintainer>
Expand Down