From 99559bd32e58fab63b4593a55bc7228593821813 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Ag=C3=BCero?= Date: Wed, 12 Feb 2025 17:59:53 +0100 Subject: [PATCH] Prepare for 8.0.1 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 | 5 +++++ package.xml | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c7440f3..aec3fc8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.22.1 FATAL_ERROR) #============================================================================ # Initialize the project #============================================================================ -project(gz-launch8 VERSION 8.0.0) +project(gz-launch8 VERSION 8.0.1) #============================================================================ # Find gz-cmake diff --git a/Changelog.md b/Changelog.md index 48092eb..7b9bf28 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,10 @@ ## Gazebo Launch 8.x +### Gazebo Launch 8.0.1 (2025-02-12) + +1. Fix websocket proto request handling + * [Pull request #281](https://github.com/gazebosim/gz-launch/pull/281) + ### Gazebo Launch 8.0.0 (2024-09-25) 1. **Baseline:** this includes all changes from 7.1.0 and earlier. diff --git a/package.xml b/package.xml index 6ac1a9a..ba18a1c 100644 --- a/package.xml +++ b/package.xml @@ -2,7 +2,7 @@ gz-launch8 - 8.0.0 + 8.0.1 Gazebo Launch : Run and manage programs and plugins Nate Koenig Apache License 2.0