From 589e6436889422fcb8db95edba523dcbe36d1130 Mon Sep 17 00:00:00 2001 From: Steve Peters Date: Wed, 30 Sep 2020 17:54:58 -0700 Subject: [PATCH] Bump to 3.0.0 and update changelog (#113) Signed-off-by: Steve Peters --- CMakeLists.txt | 2 +- Changelog.md | 11 ++++++++++- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0095de5e7..a73285206 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ find_package(ignition-cmake2 2.1.0 REQUIRED) #============================================================================ # Configure the project #============================================================================ -ign_configure_project(VERSION_SUFFIX pre1) +ign_configure_project() #============================================================================ diff --git a/Changelog.md b/Changelog.md index 30e20c240..965cfca7d 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,7 +2,16 @@ ### Ignition Physics 3.x.x (20XX-XX-XX) -### Ignition Physics 3.0.0 (20XX-XX-XX) +### Ignition Physics 3.0.0 (2020-09-30) + +1. Upgrade to libsdformat10 + * [Pull request 85](https://github.com/ignitionrobotics/ign-physics/pull/85) + +1. Update examples and tutorials + * [Pull request 107](https://github.com/ignitionrobotics/ign-physics/pull/107) + * [Pull request 110](https://github.com/ignitionrobotics/ign-physics/pull/110) + * [Pull request 111](https://github.com/ignitionrobotics/ign-physics/pull/111) + * [Pull request 112](https://github.com/ignitionrobotics/ign-physics/pull/112) ## Ignition Physics 2.x