Skip to content

Commit

Permalink
Prepare for 6.2.0 release (#282)
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Agüero <caguero@openrobotics.org>
  • Loading branch information
caguero authored Nov 11, 2024
1 parent b4f88c0 commit f6adb4f
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
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

0 comments on commit f6adb4f

Please sign in to comment.