Skip to content

Commit 420f6ee

Browse files
committed
docs: version bump to 0.6.0
1 parent ff8d420 commit 420f6ee

File tree

6 files changed

+8
-11
lines changed

6 files changed

+8
-11
lines changed

mujoco_ros/CHANGELOG.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
<a name="Unreleased"></a>
2-
## [Unreleased]
1+
<a name="0.6.0"></a>
2+
## [0.6.0] - 2023-06-30
33

44
### Added
55
* Signal handling to gracefully exit on SIGINT and SIGTERM.
@@ -38,9 +38,6 @@ Contributors: @DavidPL1, @lbergmann
3838
* Missing roll back of collision functions to default on reload caused calling unloaded code.
3939
* An invalid model will not result in trying to reload indefinitely anymore.
4040

41-
### Fixed
42-
* Stepping action server is now sensitive to preemts caused by reload/reset/shutdown and will inform clients in time instead of just severing the connection.
43-
4441
Contributors: @DavidPL1, @fpatzelt
4542

4643
<a name="0.4.0"></a>
@@ -180,7 +177,7 @@ Contributors: @DavidPL1, @balandbal
180177

181178
Contributors: @DavidPL1
182179

183-
[Unreleased]: https://github.com/ubi-agni/mujoco_ros_pkgs/compare/0.5.0...HEAD
180+
[0.6.0]: https://github.com/ubi-agni/mujoco_ros_pkgs/compare/0.5.0...0.6.0
184181
[0.5.0]: https://github.com/ubi-agni/mujoco_ros_pkgs/compare/0.4.0...0.5.0
185182
[0.4.0]: https://github.com/ubi-agni/mujoco_ros_pkgs/compare/0.3.1...0.4.0
186183
[0.3.1]: https://github.com/ubi-agni/mujoco_ros_pkgs/compare/0.3.0...0.3.1

mujoco_ros/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 format="2">
33
<name>mujoco_ros</name>
4-
<version>0.5.0</version>
4+
<version>0.6.0</version>
55
<description>The mujoco_ros package</description>
66

77
<maintainer email="[email protected]">David P. Leins</maintainer>

mujoco_ros_control/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 format="2">
33
<name>mujoco_ros_control</name>
4-
<version>0.5.0</version>
4+
<version>0.6.0</version>
55
<description>The mujoco_ros_control package</description>
66

77
<url type="repository">https://github.com/DavidPL1/mujoco_ros_pkgs</url>

mujoco_ros_msgs/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 format="2">
33
<name>mujoco_ros_msgs</name>
4-
<version>0.5.0</version>
4+
<version>0.6.0</version>
55
<description>mujoco_ros_msgs provides message files for interaction with a mujoco_ros simulation</description>
66

77
<maintainer email="[email protected]">David Leins</maintainer>

mujoco_ros_pkgs/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 format="2">
33
<name>mujoco_ros_pkgs</name> <!-- This is a meta package! -->
4-
<version>0.5.0</version>
4+
<version>0.6.0</version>
55
<description>Interface for using ROS with the <a href="https://mujoco.org/">MuJoCo</a> simulator.</description>
66

77
<license>BSD</license>

mujoco_ros_sensors/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 format="2">
33
<name>mujoco_ros_sensors</name>
4-
<version>0.5.0</version>
4+
<version>0.6.0</version>
55
<description>Sensor plugin for mujoco_ros</description>
66

77
<maintainer email="[email protected]">David P. Leins</maintainer>

0 commit comments

Comments
 (0)