Skip to content

Commit

Permalink
updated the CHANGELOG and version to release binary packages
Browse files Browse the repository at this point in the history
Signed-off-by: Pyo <[email protected]>
  • Loading branch information
robotpilot committed Jan 22, 2019
1 parent a998521 commit b7109be
Show file tree
Hide file tree
Showing 7 changed files with 29 additions and 5 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ env:
- ROS_DISTRO=melodic ROS_REPO=ros-shadow-fixed UPSTREAM_WORKSPACE=debian OS_NAME=debian OS_CODE_NAME=stretch
matrix:
allow_failures:
- env: ROS_DISTRO=melodic ROS_REPO=ros-shadow-fixed UPSTREAM_WORKSPACE=debian OS_NAME=ubuntu OS_CODE_NAME=bionic
- env: ROS_DISTRO=melodic ROS_REPO=ros-shadow-fixed UPSTREAM_WORKSPACE=debian OS_NAME=debian OS_CODE_NAME=stretch
branches:
only:
Expand Down
5 changes: 5 additions & 0 deletions turtlebot3_fake/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Changelog for package turtlebot3_fake
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

1.2.0 (2019-01-22)
------------------
* move out the init() from ROS_ASSERT `#68 <https://github.com/ROBOTIS-GIT/turtlebot3_simulations/issues/68>`_
* Contributors: Sean Yen, Darby Lim, Pyo

1.1.0 (2018-07-20)
------------------
* added TurtleBot3 Waffle Pi
Expand Down
3 changes: 2 additions & 1 deletion turtlebot3_fake/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>turtlebot3_fake</name>
<version>1.1.0</version>
<version>1.2.0</version>
<description>
Package for TurtleBot3 fake node. With this package, simple tests can be done without a robot.
You can do simple tests using this package on rviz without real robots.
Expand All @@ -10,6 +10,7 @@
<author email="[email protected]">Pyo</author>
<author email="[email protected]">Darby Lim</author>
<maintainer email="[email protected]">Pyo</maintainer>
<maintainer email="[email protected]">Darby Lim</maintainer>
<url type="website">http://wiki.ros.org/turtlebot3_fake</url>
<url type="emanual">http://turtlebot3.robotis.com</url>
<url type="repository">https://github.com/ROBOTIS-GIT/turtlebot3_simulations</url>
Expand Down
8 changes: 8 additions & 0 deletions turtlebot3_gazebo/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
Changelog for package turtlebot3_gazebo_ros
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

1.2.0 (2019-01-22)
------------------
* moved <scene> into <world> `#65 <https://github.com/ROBOTIS-GIT/turtlebot3_simulations/issues/65>`_
* modified ML stage
* delete unused param
* update algorithm and modified variable more clearly
* Contributors: Darby Lim, Gilbert, Louise Poubel, Pyo

1.1.0 (2018-07-20)
------------------
* modified uri path
Expand Down
3 changes: 2 additions & 1 deletion turtlebot3_gazebo/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>turtlebot3_gazebo</name>
<version>1.1.0</version>
<version>1.2.0</version>
<description>
Gazebo simulation package for the TurtleBot3
</description>
Expand All @@ -10,6 +10,7 @@
<author email="[email protected]">Darby Lim</author>
<author email="[email protected]">Gilbert</author>
<maintainer email="[email protected]">Pyo</maintainer>
<maintainer email="[email protected]">Darby Lim</maintainer>
<url type="website">http://wiki.ros.org/turtlebot3_gazebo</url>
<url type="emanual">http://turtlebot3.robotis.com</url>
<url type="repository">https://github.com/ROBOTIS-GIT/turtlebot3_simulations</url>
Expand Down
9 changes: 9 additions & 0 deletions turtlebot3_simulations/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
Changelog for package turtlebot3_simulations
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

1.2.0 (2019-01-22)
------------------
* move out the init() from ROS_ASSERT `#68 <https://github.com/ROBOTIS-GIT/turtlebot3_simulations/issues/68>`_
* moved <scene> into <world> `#65 <https://github.com/ROBOTIS-GIT/turtlebot3_simulations/issues/65>`_
* modified ML stage
* delete unused param
* update algorithm and modified variable more clearly
* Contributors: Darby Lim, Gilbert, Louise Poubel, Pyo

1.1.0 (2018-07-20)
------------------
* added TurtleBot3 Waffle Pi
Expand Down
5 changes: 3 additions & 2 deletions turtlebot3_simulations/package.xml
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
<?xml version="1.0"?>
<package format="2">
<name>turtlebot3_simulations</name>
<version>1.1.0</version>
<version>1.2.0</version>
<description>
ROS packages for the turtlebot3 simulation (meta package)
</description>
<license>Apache 2.0</license>
<author email="[email protected]">Pyo</author>
<author email="[email protected]">Darby Lim</author>
<author email="[email protected]">Gilbert</author>
<author email="[email protected]">Gilbert</author>
<maintainer email="[email protected]">Pyo</maintainer>
<maintainer email="[email protected]">Darby Lim</maintainer>
<url type="website">http://wiki.ros.org/turtlebot3_simulations</url>
<url type="emanual">http://turtlebot3.robotis.com</url>
<url type="repository">https://github.com/ROBOTIS-GIT/turtlebot3_simulations</url>
Expand Down

0 comments on commit b7109be

Please sign in to comment.