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 6.2.0 release #282

Merged
merged 1 commit into from
Nov 11, 2024
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.5.1 FATAL_ERROR)
#============================================================================
# Initialize the project
#============================================================================
project(gz-launch6 VERSION 6.1.0)
project(gz-launch6 VERSION 6.2.0)

#============================================================================
# Find gz-cmake
Expand Down
27 changes: 27 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Loading