Skip to content

Commit 4075ac1

Browse files
authored
Prepare for 8.2.0 Release (#624)
Signed-off-by: Addisu Z. Taddese <addisu@openrobotics.org>
1 parent 1a04fbb commit 4075ac1

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-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-gui8 VERSION 8.1.1)
6+
project(gz-gui8 VERSION 8.2.0)
77

88
#============================================================================
99
# Find gz-cmake

Changelog.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
## Gazebo GUI 8
22

3+
### Gazebo GUI 8.2.0 (2024-06-14)
4+
5+
1. Enhanced tracking camera and user visualization experience
6+
* [Pull request #619](https://github.com/gazebosim/gz-gui/pull/619)
7+
8+
1. Add package.xml
9+
* [Pull request #613](https://github.com/gazebosim/gz-gui/pull/613)
10+
311
### Gazebo GUI 8.1.1 (2024-04-10)
412

513
1. Fix compiler warnings in GCC-13 (Noble)

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-gui8</name>
5-
<version>8.1.1</version>
5+
<version>8.2.0</version>
66
<description>Gazebo GUI : Graphical interfaces for robotics applications</description>
77
<maintainer email="jennuine@google.com">Jenn Nguyen</maintainer>
88
<license>Apache License 2.0</license>

0 commit comments

Comments
 (0)