Skip to content

Commit f6adb4f

Browse files
authored
Prepare for 6.2.0 release (#282)
Signed-off-by: Carlos Agüero <caguero@openrobotics.org>
1 parent b4f88c0 commit f6adb4f

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.5.1 FATAL_ERROR)
33
#============================================================================
44
# Initialize the project
55
#============================================================================
6-
project(gz-launch6 VERSION 6.1.0)
6+
project(gz-launch6 VERSION 6.2.0)
77

88
#============================================================================
99
# Find gz-cmake

Changelog.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,32 @@
11
## Gazebo Launch 6.x
22

3+
### Gazebo Launch 6.2.0 (2023-11-08)
4+
5+
1. Fix libwebsocket shutdown behavior
6+
* [Pull request #267](https://github.com/gazebosim/gz-launch/pull/267)
7+
8+
1. Supress msvc dll exported interface warning
9+
* [Pull request #263](https://github.com/gazebosim/gz-launch/pull/263)
10+
11+
1. Disable failing windows tests
12+
* [Pull request #264](https://github.com/gazebosim/gz-launch/pull/264)
13+
14+
1. Fix windows warnings
15+
* [Pull request #250](https://github.com/gazebosim/gz-launch/pull/250)
16+
* [Pull request #199) (#258](https://github.com/gazebosim/gz-launch/pull/199) (#258)
17+
18+
1. Disable failing windows tests
19+
* [Pull request #255](https://github.com/gazebosim/gz-launch/pull/255)
20+
21+
1. Fix bug where address of local variable was returned
22+
* [Pull request #252](https://github.com/gazebosim/gz-launch/pull/252)
23+
24+
1. Add optional binary relocatability
25+
* [Pull request #218](https://github.com/gazebosim/gz-launch/pull/218)
26+
27+
1. Update github action workflows
28+
* [Pull request #238](https://github.com/gazebosim/gz-launch/pull/238)
29+
330
### Gazebo Launch 6.1.0 (2023-09-26)
431

532
1. Infrastructure

0 commit comments

Comments
 (0)