Skip to content

Commit 5a3f3f2

Browse files
authored
⬆️ 3.0.0 (#62)
Signed-off-by: Louise Poubel <[email protected]>
1 parent 02ccdc2 commit 5a3f3f2

File tree

2 files changed

+15
-4
lines changed

2 files changed

+15
-4
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ set(IGN_CMAKE_VER ${ignition-cmake2_VERSION_MAJOR})
1414
#============================================================================
1515
# Configure the project
1616
#============================================================================
17-
ign_configure_project(VERSION_SUFFIX pre1)
17+
ign_configure_project(VERSION_SUFFIX)
1818

1919
# Create cppcheck suppression list file.
2020
configure_file(tools/cppcheck.suppress.in ${CMAKE_BINARY_DIR}/cppcheck.suppress)

Changelog.md

+14-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,19 @@
11
## Ignition Launch 3.x
22

3-
### Ignition Launch 3.X.X
3+
### Ignition Launch 3.X.X (20XX-XX-XX)
44

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)
617

718
1. Depend on ign-gazebo4, ign-gui4
819
* [BitBucket pull request 64](https://osrf-migration.github.io/ignition-gh-pages/#!/ignitionrobotics/ign-launch/pull-requests/64)
@@ -31,7 +42,7 @@
3142

3243
### Ignition Launch 1.9.0 (2020-08-13)
3344

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
3546
to monitor websocket server status.
3647
* [Pull Request 49](https://github.com/ignitionrobotics/ign-launch/pull/49)
3748

0 commit comments

Comments
 (0)