Skip to content

Commit 1854ab7

Browse files
committed
Prepare for 8.5.0
Signed-off-by: Benjamin Perseghetti <bperseghetti@rudislabs.com>
1 parent 26d425b commit 1854ab7

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-2
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.10.2 FATAL_ERROR)
33
#============================================================================
44
# Initialize the project
55
#============================================================================
6-
project(gz-sim8 VERSION 8.4.0)
6+
project(gz-sim8 VERSION 8.5.0)
77
set (GZ_DISTRIBUTION "Harmonic")
88

99
#============================================================================

Changelog.md

+20
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
## Gazebo Sim 8.x
22

3+
### Gazebo Sim 8.5.0 (2024-06-26)
4+
5+
1. Backport: Adding cone primitives
6+
* [Pull request #2404](https://github.com/gazebosim/gz-sim/pull/2404)
7+
8+
1. Permit to run gz sim -g on Windows
9+
* [Pull request #2382](https://github.com/gazebosim/gz-sim/pull/2382)
10+
11+
1. Parse voxel resolution SDF param when decomposing meshes
12+
* [Pull request #2445](https://github.com/gazebosim/gz-sim/pull/2445)
13+
14+
1. Fix model command api test
15+
* [Pull request #2444](https://github.com/gazebosim/gz-sim/pull/2444)
16+
17+
1. Add tutorial for using the Pose component
18+
* [Pull request #2219](https://github.com/gazebosim/gz-sim/pull/2219)
19+
20+
1. Do not update sensors if it a triggered sensor
21+
* [Pull request #2443](https://github.com/gazebosim/gz-sim/pull/2443)
22+
323
### Gazebo Sim 8.4.0 (2024-06-12)
424

525
1. Add pause run tutorial

package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="2">
44
<name>gz-sim8</name>
5-
<version>8.4.0</version>
5+
<version>8.5.0</version>
66
<description>Gazebo Sim : A Robotic Simulator</description>
77
<maintainer email="mjcarroll@intrinsic.ai">Michael Carroll</maintainer>
88
<license>Apache License 2.0</license>

0 commit comments

Comments
 (0)