Skip to content

Commit

Permalink
Prepare for 8.1.0 (#612)
Browse files Browse the repository at this point in the history
Signed-off-by: Addisu Z. Taddese <[email protected]>
  • Loading branch information
azeey authored Mar 15, 2024
1 parent 125a5ea commit b252bd0
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
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.0.0)
project(gz-gui8 VERSION 8.1.0)

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

### Gazebo GUI 8.1.0 (2024-03-14)

1. Update CI badges in README
* [Pull request #603](https://github.com/gazebosim/gz-gui/pull/603)

1. Fix plugin filter on Windows
* [Pull request #567](https://github.com/gazebosim/gz-gui/pull/567)

1. Tidy namespaces
* [Pull request #590](https://github.com/gazebosim/gz-gui/pull/590)

1. Infrastructure
* [Pull request #591](https://github.com/gazebosim/gz-gui/pull/591)
* [Pull request #597](https://github.com/gazebosim/gz-gui/pull/597)
* [Pull request #608](https://github.com/gazebosim/gz-gui/pull/608)

1. Add check for vulkan support in rendering
* [Pull request #589](https://github.com/gazebosim/gz-gui/pull/589)

1. Add optional binary relocatability
* [Pull request #580](https://github.com/gazebosim/gz-gui/pull/580)

### Gazebo GUI 8.0.0 (2023-09-29)

1. Use fully-qualified message names to avoid deprecation warning
Expand Down

0 comments on commit b252bd0

Please sign in to comment.