Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare for 7.1.1 Release #287

Open
wants to merge 1 commit into
base: gz-launch7
Choose a base branch
from
Open
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.5.1 FATAL_ERROR)
#============================================================================
# Initialize the project
#============================================================================
project(gz-launch7 VERSION 7.1.0)
project(gz-launch7 VERSION 7.1.1)

#============================================================================
# Find gz-cmake
Expand Down
24 changes: 24 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
## Gazebo Launch 7.x

### Gazebo Launch 7.1.1 (2025-01-30)

1. Fix websocket proto request handling
* [Pull request #283](https://github.com/gazebosim/gz-launch/pull/283)

1. Fix libwebsocket shutdown behavior
* [Pull request #267](https://github.com/gazebosim/gz-launch/pull/267)

1. Remove indirect dependencies
* [Pull request #265](https://github.com/gazebosim/gz-launch/pull/265)

1. Disable failing windows tests
* [Pull request #264](https://github.com/gazebosim/gz-launch/pull/264)
* [Pull request #255](https://github.com/gazebosim/gz-launch/pull/255)

1. Fix windows warnings (#199)
* [Pull request #258](https://github.com/gazebosim/gz-launch/pull/258)
* [Pull request #250](https://github.com/gazebosim/gz-launch/pull/250)
* [Pull request #250](https://github.com/gazebosim/gz-launch/pull/250)
* [Pull request #263](https://github.com/gazebosim/gz-launch/pull/263)

1. Add package.xml, remove dependency on python3-yaml, and disable failing windows tests
* [Pull request #249](https://github.com/gazebosim/gz-launch/pull/249)

### Gazebo Launch 7.1.0 (2024-04-11)

1. Use relative install paths for plugin shared libraries and gz-tools data
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-launch7</name>
<version>7.1.0</version>
<version>7.1.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