prepare for release 2.2.2

This commit is contained in:
Will Son 2021-02-24 16:34:18 +09:00
parent 219722e089
commit 99d5fd1e03
7 changed files with 20 additions and 3 deletions

View File

@ -17,6 +17,8 @@ branches:
- ros2-devel
- dashing-devel
- foxy-devel
- galactic-devel
install:
- git clone --quiet --depth 1 https://github.com/ROBOTIS-GIT/ros2ci.git .ros2ci
@ -25,3 +27,4 @@ matrix:
include:
- script: .ros2ci/travis.bash dashing
- script: .ros2ci/travis.bash foxy
- script: .ros2ci/travis.bash rolling

View File

@ -2,6 +2,10 @@
Changelog for package turtlebot3_fake
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2.2.2 (2021-02-24)
------------------
* none
2.2.1 (2021-01-13)
------------------
* Eloquent Elusor EOL

View File

@ -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>turtlebot3_fake_node</name>
<version>2.2.1</version>
<version>2.2.2</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.

View File

@ -2,6 +2,11 @@
Changelog for package turtlebot3_gazebo
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2.2.2 (2021-02-24)
------------------
* Remove shared objects built in older version
* Contributors: Will Son
2.2.1 (2021-01-13)
------------------
* Eloquent Elusor EOL

View File

@ -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>turtlebot3_gazebo</name>
<version>2.2.1</version>
<version>2.2.2</version>
<description>
Gazebo simulation package for the TurtleBot3
</description>

View File

@ -2,6 +2,11 @@
Changelog for package turtlebot3_simulations
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2.2.2 (2021-02-24)
------------------
* Remove shared objects built in older version
* Contributors: Will Son
2.2.1 (2021-01-13)
------------------
* Eloquent Elusor EOL

View File

@ -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>turtlebot3_simulations</name>
<version>2.2.1</version>
<version>2.2.2</version>
<description>
ROS 2 packages for TurtleBot3 simulations
</description>