From 5a3f3f254380308b56b4471e46ae37626ea78c5c Mon Sep 17 00:00:00 2001 From: Louise Poubel Date: Thu, 1 Oct 2020 04:05:09 -0700 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20=203.0.0=20(#62)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Louise Poubel --- CMakeLists.txt | 2 +- Changelog.md | 17 ++++++++++++++--- 2 files changed, 15 insertions(+), 4 deletions(-) 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)