Skip to content

Commit db577e9

Browse files
committed
Update changelog for 0.5.0 release
1 parent 8bc8e53 commit db577e9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

mujoco_ros/CHANGELOG.md

Lines changed: 6 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.5.0"></a>
2+
## [0.5.0] - 2023-03-24
33

44
### Added
55
* Reload service call to either reload current model or supply a new model to load.
@@ -12,16 +12,15 @@
1212
* Bump MuJoCo required version to 2.3.3
1313

1414
### Fixed
15-
<<<<<<< HEAD
1615
* 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.
17-
=======
1816
* Missing roll back of collision functions to default on reload caused calling unloaded code.
19-
>>>>>>> fix: Roll back collision functions on reload
2017
* An invalid model will not result in trying to reload indefinitely anymore.
2118

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

22+
Contributors: @DavidPL1, @fpatzelt
23+
2524
<a name="0.4.0"></a>
2625
## [0.4.0] - 2023-03-16
2726

@@ -159,7 +158,8 @@ Contributors: @DavidPL1, @balandbal
159158

160159
Contributors: @DavidPL1
161160

162-
[Unreleased]: https://github.com/ubi-agni/mujoco_ros_pkgs/compare/0.4.0...HEAD
161+
[Unreleased]: https://github.com/ubi-agni/mujoco_ros_pkgs/compare/0.5.0...HEAD
162+
[0.5.0]: https://github.com/ubi-agni/mujoco_ros_pkgs/compare/0.4.0...0.5.0
163163
[0.4.0]: https://github.com/ubi-agni/mujoco_ros_pkgs/compare/0.3.1...0.4.0
164164
[0.3.1]: https://github.com/ubi-agni/mujoco_ros_pkgs/compare/0.3.0...0.3.1
165165
[0.3.0]: https://github.com/ubi-agni/mujoco_ros_pkgs/compare/0.2.0...0.3.0

0 commit comments

Comments
 (0)