Skip to content

Commit

Permalink
docs: version bump to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidPL1 committed Jun 30, 2023
1 parent ff8d420 commit 420f6ee
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 11 deletions.
9 changes: 3 additions & 6 deletions mujoco_ros/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<a name="Unreleased"></a>
## [Unreleased]
<a name="0.6.0"></a>
## [0.6.0] - 2023-06-30

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

### Fixed
* 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.

Contributors: @DavidPL1, @fpatzelt

<a name="0.4.0"></a>
Expand Down Expand Up @@ -180,7 +177,7 @@ Contributors: @DavidPL1, @balandbal

Contributors: @DavidPL1

[Unreleased]: https://github.com/ubi-agni/mujoco_ros_pkgs/compare/0.5.0...HEAD
[0.6.0]: https://github.com/ubi-agni/mujoco_ros_pkgs/compare/0.5.0...0.6.0
[0.5.0]: https://github.com/ubi-agni/mujoco_ros_pkgs/compare/0.4.0...0.5.0
[0.4.0]: https://github.com/ubi-agni/mujoco_ros_pkgs/compare/0.3.1...0.4.0
[0.3.1]: https://github.com/ubi-agni/mujoco_ros_pkgs/compare/0.3.0...0.3.1
Expand Down
2 changes: 1 addition & 1 deletion mujoco_ros/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>mujoco_ros</name>
<version>0.5.0</version>
<version>0.6.0</version>
<description>The mujoco_ros package</description>

<maintainer email="[email protected]">David P. Leins</maintainer>
Expand Down
2 changes: 1 addition & 1 deletion mujoco_ros_control/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>mujoco_ros_control</name>
<version>0.5.0</version>
<version>0.6.0</version>
<description>The mujoco_ros_control package</description>

<url type="repository">https://github.com/DavidPL1/mujoco_ros_pkgs</url>
Expand Down
2 changes: 1 addition & 1 deletion mujoco_ros_msgs/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>mujoco_ros_msgs</name>
<version>0.5.0</version>
<version>0.6.0</version>
<description>mujoco_ros_msgs provides message files for interaction with a mujoco_ros simulation</description>

<maintainer email="[email protected]">David Leins</maintainer>
Expand Down
2 changes: 1 addition & 1 deletion mujoco_ros_pkgs/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>mujoco_ros_pkgs</name> <!-- This is a meta package! -->
<version>0.5.0</version>
<version>0.6.0</version>
<description>Interface for using ROS with the <a href="https://mujoco.org/">MuJoCo</a> simulator.</description>

<license>BSD</license>
Expand Down
2 changes: 1 addition & 1 deletion mujoco_ros_sensors/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>mujoco_ros_sensors</name>
<version>0.5.0</version>
<version>0.6.0</version>
<description>Sensor plugin for mujoco_ros</description>

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

0 comments on commit 420f6ee

Please sign in to comment.