File tree 2 files changed +15
-4
lines changed
2 files changed +15
-4
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ set(IGN_CMAKE_VER ${ignition-cmake2_VERSION_MAJOR})
14
14
#============================================================================
15
15
# Configure the project
16
16
#============================================================================
17
- ign_configure_project(VERSION_SUFFIX pre1 )
17
+ ign_configure_project(VERSION_SUFFIX)
18
18
19
19
# Create cppcheck suppression list file.
20
20
configure_file (tools/cppcheck.suppress.in ${CMAKE_BINARY_DIR} /cppcheck.suppress)
Original file line number Diff line number Diff line change 1
1
## Ignition Launch 3.x
2
2
3
- ### Ignition Launch 3.X.X
3
+ ### Ignition Launch 3.X.X (20XX-XX-XX)
4
4
5
- ### Ignition Launch 3.0.0 (20XX-XX-XX)
5
+ ### Ignition Launch 3.0.0 (2020-09-30)
6
+
7
+ 1 . Migration from BitBucket to GitHub
8
+ * [ Pull request 13] ( https://github.com/ignitionrobotics/ign-launch/pull/13 )
9
+ * [ Pull request 16] ( https://github.com/ignitionrobotics/ign-launch/pull/16 )
10
+ * [ Pull request 28] ( https://github.com/ignitionrobotics/ign-launch/pull/28 )
11
+
12
+ 1 . Add PKGCONFIG information to ignition-tools ign_find_package
13
+ * [ Pull request 44] ( https://github.com/ignitionrobotics/ign-launch/pull/44 )
14
+
15
+ 1 . Depend on ign-msgs6, ign-transport9
16
+ * [ Pull request 39] ( https://github.com/ignitionrobotics/ign-launch/pull/39 )
6
17
7
18
1 . Depend on ign-gazebo4, ign-gui4
8
19
* [ BitBucket pull request 64] ( https://osrf-migration.github.io/ignition-gh-pages/#!/ignitionrobotics/ign-launch/pull-requests/64 )
31
42
32
43
### Ignition Launch 1.9.0 (2020-08-13)
33
44
34
- 1 . Added HTTP handling support to websocket server and a metrics HTTP endpoint
45
+ 1 . Added HTTP handling support to websocket server and a metrics HTTP endpoint
35
46
to monitor websocket server status.
36
47
* [ Pull Request 49] ( https://github.com/ignitionrobotics/ign-launch/pull/49 )
37
48
You can’t perform that action at this time.
0 commit comments