From 89905c3c05bd57684a4362bb3611e125f5e7bbee Mon Sep 17 00:00:00 2001 From: Daisuke Sato Date: Fri, 3 Jun 2022 18:45:39 +0900 Subject: [PATCH] Release 0.1.0 (#1) --- raspicat_gazebo/CHANGELOG.rst | 10 ++++++++++ raspicat_gazebo/package.xml | 2 +- raspicat_sim/CHANGELOG.rst | 8 ++++++++ raspicat_sim/package.xml | 2 +- 4 files changed, 20 insertions(+), 2 deletions(-) create mode 100644 raspicat_gazebo/CHANGELOG.rst create mode 100644 raspicat_sim/CHANGELOG.rst diff --git a/raspicat_gazebo/CHANGELOG.rst b/raspicat_gazebo/CHANGELOG.rst new file mode 100644 index 0000000..28b7c01 --- /dev/null +++ b/raspicat_gazebo/CHANGELOG.rst @@ -0,0 +1,10 @@ +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Changelog for package raspicat_gazebo +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +0.1.0 (2022-06-03) +------------------ +* Apply clang-format +* Add initial_motor_power args +* Initial release +* Contributors: Daisuke Sato, Tatsuhiro Ikebe diff --git a/raspicat_gazebo/package.xml b/raspicat_gazebo/package.xml index da4e5b4..3b7b55f 100644 --- a/raspicat_gazebo/package.xml +++ b/raspicat_gazebo/package.xml @@ -1,7 +1,7 @@ raspicat_gazebo - 0.0.0 + 0.1.0 The raspicat_gazebo package RT Corporation diff --git a/raspicat_sim/CHANGELOG.rst b/raspicat_sim/CHANGELOG.rst new file mode 100644 index 0000000..f4d46a8 --- /dev/null +++ b/raspicat_sim/CHANGELOG.rst @@ -0,0 +1,8 @@ +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Changelog for package raspicat_sim +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +0.1.0 (2022-06-03) +------------------ +* Initial release +* Contributors: Tatsuhiro Ikebe diff --git a/raspicat_sim/package.xml b/raspicat_sim/package.xml index 76aa712..83d8fd0 100644 --- a/raspicat_sim/package.xml +++ b/raspicat_sim/package.xml @@ -1,7 +1,7 @@ raspicat_sim - 0.0.0 + 0.1.0 The raspicat_sim meta package RT Corporation