From d129fdf7a6ee4b979883ff78ecd1d85961545671 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Ag=C3=BCero?= Date: Fri, 8 Nov 2024 17:23:48 +0100 Subject: [PATCH] Prepare for 6.2.0 release MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Carlos Agüero --- CMakeLists.txt | 2 +- Changelog.md | 27 +++++++++++++++++++++++++++ 2 files changed, 28 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6d2fe831..f398795f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.5.1 FATAL_ERROR) #============================================================================ # Initialize the project #============================================================================ -project(gz-launch6 VERSION 6.1.0) +project(gz-launch6 VERSION 6.2.0) #============================================================================ # Find gz-cmake diff --git a/Changelog.md b/Changelog.md index bce3c804..47a4205d 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,32 @@ ## Gazebo Launch 6.x +### Gazebo Launch 6.2.0 (2023-11-08) + +1. Fix libwebsocket shutdown behavior + * [Pull request #267](https://github.com/gazebosim/gz-launch/pull/267) + +1. Supress msvc dll exported interface warning + * [Pull request #263](https://github.com/gazebosim/gz-launch/pull/263) + +1. Disable failing windows tests + * [Pull request #264](https://github.com/gazebosim/gz-launch/pull/264) + +1. Fix windows warnings + * [Pull request #250](https://github.com/gazebosim/gz-launch/pull/250) + * [Pull request #199) (#258](https://github.com/gazebosim/gz-launch/pull/199) (#258) + +1. Disable failing windows tests + * [Pull request #255](https://github.com/gazebosim/gz-launch/pull/255) + +1. Fix bug where address of local variable was returned + * [Pull request #252](https://github.com/gazebosim/gz-launch/pull/252) + +1. Add optional binary relocatability + * [Pull request #218](https://github.com/gazebosim/gz-launch/pull/218) + +1. Update github action workflows + * [Pull request #238](https://github.com/gazebosim/gz-launch/pull/238) + ### Gazebo Launch 6.1.0 (2023-09-26) 1. Infrastructure