diff --git a/CMakeLists.txt b/CMakeLists.txt index 6133c9ed..6daac780 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -14,7 +14,7 @@ set(IGN_CMAKE_VER ${ignition-cmake2_VERSION_MAJOR}) #============================================================================ # Configure the project #============================================================================ -ign_configure_project(VERSION_SUFFIX pre1) +ign_configure_project(VERSION_SUFFIX) # Create cppcheck suppression list file. configure_file(tools/cppcheck.suppress.in ${CMAKE_BINARY_DIR}/cppcheck.suppress) diff --git a/Changelog.md b/Changelog.md index 3fa5d053..45191ee4 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,8 +1,19 @@ ## Ignition Launch 3.x -### Ignition Launch 3.X.X +### Ignition Launch 3.X.X (20XX-XX-XX) -### Ignition Launch 3.0.0 (20XX-XX-XX) +### Ignition Launch 3.0.0 (2020-09-30) + +1. Migration from BitBucket to GitHub + * [Pull request 13](https://github.com/ignitionrobotics/ign-launch/pull/13) + * [Pull request 16](https://github.com/ignitionrobotics/ign-launch/pull/16) + * [Pull request 28](https://github.com/ignitionrobotics/ign-launch/pull/28) + +1. Add PKGCONFIG information to ignition-tools ign_find_package + * [Pull request 44](https://github.com/ignitionrobotics/ign-launch/pull/44) + +1. Depend on ign-msgs6, ign-transport9 + * [Pull request 39](https://github.com/ignitionrobotics/ign-launch/pull/39) 1. Depend on ign-gazebo4, ign-gui4 * [BitBucket pull request 64](https://osrf-migration.github.io/ignition-gh-pages/#!/ignitionrobotics/ign-launch/pull-requests/64) @@ -31,7 +42,7 @@ ### Ignition Launch 1.9.0 (2020-08-13) -1. Added HTTP handling support to websocket server and a metrics HTTP endpoint +1. Added HTTP handling support to websocket server and a metrics HTTP endpoint to monitor websocket server status. * [Pull Request 49](https://github.com/ignitionrobotics/ign-launch/pull/49)