File tree Expand file tree Collapse file tree 2 files changed +28
-1
lines changed Expand file tree Collapse file tree 2 files changed +28
-1
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.5.1 FATAL_ERROR)
3
3
#============================================================================
4
4
# Initialize the project
5
5
#============================================================================
6
- project (gz-launch6 VERSION 6.1 .0 )
6
+ project (gz-launch6 VERSION 6.2 .0 )
7
7
8
8
#============================================================================
9
9
# Find gz-cmake
Original file line number Diff line number Diff line change 1
1
## Gazebo Launch 6.x
2
2
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
+
3
30
### Gazebo Launch 6.1.0 (2023-09-26)
4
31
5
32
1 . Infrastructure
You can’t perform that action at this time.
0 commit comments