Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.22.1 FATAL_ERROR)
#============================================================================
# Initialize the project
#============================================================================
project(gz-launch8 VERSION 8.0.0)
project(gz-launch8 VERSION 8.0.1)

#============================================================================
# Find gz-cmake
Expand Down
5 changes: 5 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -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.
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-launch8</name>
<version>8.0.0</version>
<version>8.0.1</version>
<description>Gazebo Launch : Run and manage programs and plugins</description>
<maintainer email="natekoenig@gmail.com">Nate Koenig</maintainer>
<license>Apache License 2.0</license>
Expand Down
Loading