Skip to content

Commit

Permalink
Prepare for 8.2.0 Release (gazebosim#624)
Browse files Browse the repository at this point in the history
Signed-off-by: Addisu Z. Taddese <[email protected]>
  • Loading branch information
azeey authored Jun 14, 2024
1 parent 1a04fbb commit 4075ac1
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.10.2 FATAL_ERROR)
#============================================================================
# Initialize the project
#============================================================================
project(gz-gui8 VERSION 8.1.1)
project(gz-gui8 VERSION 8.2.0)

#============================================================================
# Find gz-cmake
Expand Down
8 changes: 8 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
## Gazebo GUI 8

### Gazebo GUI 8.2.0 (2024-06-14)

1. Enhanced tracking camera and user visualization experience
* [Pull request #619](https://github.com/gazebosim/gz-gui/pull/619)

1. Add package.xml
* [Pull request #613](https://github.com/gazebosim/gz-gui/pull/613)

### Gazebo GUI 8.1.1 (2024-04-10)

1. Fix compiler warnings in GCC-13 (Noble)
Expand Down
2 changes: 1 addition & 1 deletion package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="2">
<name>gz-gui8</name>
<version>8.1.1</version>
<version>8.2.0</version>
<description>Gazebo GUI : Graphical interfaces for robotics applications</description>
<maintainer email="[email protected]">Jenn Nguyen</maintainer>
<license>Apache License 2.0</license>
Expand Down

0 comments on commit 4075ac1

Please sign in to comment.