Skip to content

Commit 2a19014

Browse files
committed
0.9.1
1 parent 653add8 commit 2a19014

File tree

8 files changed

+12
-12
lines changed

8 files changed

+12
-12
lines changed

ros_tutorials/CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Changelog for package ros_tutorials
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5-
Forthcoming
6-
-----------
5+
0.9.1 (2019-03-04)
6+
------------------
77

88
0.9.0 (2018-04-11)
99
------------------

ros_tutorials/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package>
33
<name>ros_tutorials</name>
4-
<version>0.9.0</version>
4+
<version>0.9.1</version>
55
<description>
66
ros_tutorials contains packages that demonstrate various features of ROS,
77
as well as support packages which help demonstrate those features.

roscpp_tutorials/CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Changelog for package roscpp_tutorials
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5-
Forthcoming
6-
-----------
5+
0.9.1 (2019-03-04)
6+
------------------
77

88
0.9.0 (2018-04-11)
99
------------------

roscpp_tutorials/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package>
33
<name>roscpp_tutorials</name>
4-
<version>0.9.0</version>
4+
<version>0.9.1</version>
55
<description>
66
This package attempts to show the features of ROS step-by-step,
77
including using messages, servers, parameters, etc.

rospy_tutorials/CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Changelog for package rospy_tutorials
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5-
Forthcoming
6-
-----------
5+
0.9.1 (2019-03-04)
6+
------------------
77
* add missing dependency for tests (`#50 <https://github.com/ros/ros_tutorials/issues/50>`_)
88

99
0.9.0 (2018-04-11)

rospy_tutorials/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package>
33
<name>rospy_tutorials</name>
4-
<version>0.9.0</version>
4+
<version>0.9.1</version>
55
<description>
66
This package attempts to show the features of ROS python API step-by-step,
77
including using messages, servers, parameters, etc. These tutorials are compatible with the nodes in roscpp_tutorial.

turtlesim/CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Changelog for package turtlesim
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5-
Forthcoming
6-
-----------
5+
0.9.1 (2019-03-04)
6+
------------------
77
* change formula to avoid rounding with extreme input values (`#51 <https://github.com/ros/ros_tutorials/issues/51>`_)
88
* keep theta in the desired interval (`#46 <https://github.com/ros/ros_tutorials/issues/46>`_)
99

turtlesim/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package>
33
<name>turtlesim</name>
4-
<version>0.9.0</version>
4+
<version>0.9.1</version>
55
<description>
66
turtlesim is a tool made for teaching ROS and ROS packages.
77
</description>

0 commit comments

Comments
 (0)