From 0b43ae1a4fbae743938dd64176b0931db3f28f66 Mon Sep 17 00:00:00 2001 From: Jose Luis Rivero Date: Thu, 23 May 2024 23:05:43 +0200 Subject: [PATCH 1/2] Preapare changelog Signed-off-by: Jose Luis Rivero --- Changelog.md | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index 5f193ea15..eec8a41f2 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,24 @@ ## Gazebo GUI 7 -### Gazebo GUI 7.X.X (202X-XX-XX) +### Gazebo GUI 7.2.2 (2024-05-23) + +1. Merge 6 ➡️ 7 + * [Pull request #604](https://github.com/gazebosim/gz-gui/pull/604) + +1. Update github action workflows + * [Pull request #597](https://github.com/gazebosim/ign-gui/pull/597) + +1. Tidy namespaces + * [Pull request #590](https://github.com/gazebosim/ign-gui/pull/590) + +1. Update github issue template + * [Pull request #591](https://github.com/gazebosim/ign-gui/pull/591) + +1. Find any major version of Protobuf + * [Pull request #544](https://github.com/gazebosim/ign-gui/pull/544) + +1. Adds a basic unit test for PointCloud functionality + * [Pull request #496]((https://github.com/gazebosim/ign-gui/pull/496) ### Gazebo GUI 7.2.1 (2023-09-26) From 04fda6a26c8fe39023138dc95c06435e4acb5fd7 Mon Sep 17 00:00:00 2001 From: Jose Luis Rivero Date: Thu, 23 May 2024 23:06:10 +0200 Subject: [PATCH 2/2] Bump version in CMake Signed-off-by: Jose Luis Rivero --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 078ea7f98..dbb4d70a0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.10.2 FATAL_ERROR) #============================================================================ # Initialize the project #============================================================================ -project(gz-gui7 VERSION 7.2.1) +project(gz-gui7 VERSION 7.2.2) #============================================================================ # Find gz-cmake