Commit 4075ac1 1 parent 1a04fbb commit 4075ac1 Copy full SHA for 4075ac1
File tree 3 files changed +10
-2
lines changed
3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.10.2 FATAL_ERROR)
3
3
#============================================================================
4
4
# Initialize the project
5
5
#============================================================================
6
- project (gz-gui8 VERSION 8.1.1 )
6
+ project (gz-gui8 VERSION 8.2.0 )
7
7
8
8
#============================================================================
9
9
# Find gz-cmake
Original file line number Diff line number Diff line change 1
1
## Gazebo GUI 8
2
2
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
+
3
11
### Gazebo GUI 8.1.1 (2024-04-10)
4
12
5
13
1 . Fix compiler warnings in GCC-13 (Noble)
Original file line number Diff line number Diff line change 2
2
<?xml-model href =" http://download.ros.org/schema/package_format2.xsd" schematypens =" http://www.w3.org/2001/XMLSchema" ?>
3
3
<package format =" 2" >
4
4
<name >gz-gui8</name >
5
- <version >8.1.1 </version >
5
+ <version >8.2.0 </version >
6
6
<description >Gazebo GUI : Graphical interfaces for robotics applications</description >
7
7
<maintainer email =" jennuine@google.com" >Jenn Nguyen</maintainer >
8
8
<license >Apache License 2.0</license >
You can’t perform that action at this time.
0 commit comments