Skip to content

Commit ced67a3

Browse files
committed
build: bump versions for 0.7.0 release
1 parent bdd9a58 commit ced67a3

File tree

7 files changed

+11
-9
lines changed

7 files changed

+11
-9
lines changed

mujoco_ros/CHANGELOG.md

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

44
### Added
55
* Updated to MuJoCo library version 2.3.6.
@@ -23,6 +23,8 @@
2323
* `env_id` members were removed from messages, since env_ids are no longer used.
2424
* Added more compiler warnings (see [CompilerWarnings.cmake](./cmake/CompilerWarnings.cmake)).
2525

26+
Contributors: @DavidPL1
27+
2628
<a name="0.6.0"></a>
2729
## [0.6.0] - 2023-06-30
2830

@@ -202,7 +204,7 @@ Contributors: @DavidPL1, @balandbal
202204

203205
Contributors: @DavidPL1
204206

205-
[Unreleased]: https://github.com/ubi-agni/mujoco_ros_pkgs/compare/0.6.0...HEAD
207+
[0.7.0]: https://github.com/ubi-agni/mujoco_ros_pkgs/compare/0.6.0...0.7.0
206208
[0.6.0]: https://github.com/ubi-agni/mujoco_ros_pkgs/compare/0.5.0...0.6.0
207209
[0.5.0]: https://github.com/ubi-agni/mujoco_ros_pkgs/compare/0.4.0...0.5.0
208210
[0.4.0]: https://github.com/ubi-agni/mujoco_ros_pkgs/compare/0.3.1...0.4.0

mujoco_ros/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cmake_minimum_required(VERSION 3.16 FATAL_ERROR)
2-
project(mujoco_ros VERSION 0.6.0 LANGUAGES CXX)
2+
project(mujoco_ros VERSION 0.7.0 LANGUAGES CXX)
33

44
set(CMAKE_C_STANDARD 11)
55
set(CMAKE_C_STANDARD_REQUIRED ON)

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.6.0</version>
4+
<version>0.7.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.6.0</version>
4+
<version>0.7.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.6.0</version>
4+
<version>0.7.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.6.0</version>
4+
<version>0.7.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.6.0</version>
4+
<version>0.7.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)