From 916fd01a5aa47f98b9a99d1befe43434a57ca27b Mon Sep 17 00:00:00 2001 From: Louise Poubel Date: Wed, 31 Mar 2021 09:29:27 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=88=207.0.0=20(#150)?= 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 | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 12373ec0..2bd625ef 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -14,7 +14,7 @@ find_package(ignition-cmake2 REQUIRED) #============================================================================ # Configure the project #============================================================================ -ign_configure_project(VERSION_SUFFIX pre1) +ign_configure_project(VERSION_SUFFIX) #============================================================================ # Set project-specific options diff --git a/Changelog.md b/Changelog.md index 604c5014..0d572c35 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,7 +2,7 @@ ### Ignition Msgs 7.x.x (2021-xx-xx) -### Ignition Msgs 7.0.0 (2021-xx-xx) +### Ignition Msgs 7.0.0 (2021-03-30) 1. Master branch updates * [Pull request #141](https://github.com/ignitionrobotics/ign-msgs/pull/141) @@ -21,6 +21,7 @@ 1. README updates for Edifice * [Pull request #125](https://github.com/ignitionrobotics/ign-msgs/pull/125) + * [Pull request #148](https://github.com/ignitionrobotics/ign-msgs/pull/148) 1. Added render order to material msgs * [Pull request #118](https://github.com/ignitionrobotics/ign-msgs/pull/118) @@ -119,11 +120,11 @@ ### Ignition Msgs 5.7.0 (2021-03-17) -1. Add ignition version of nav_msgs/OccupancyGrid (backport #138) +1. Add ignition version of nav_msgs/OccupancyGrid (backport #138) * [Pull request 143](https://github.com/ignitionrobotics/ign-msgs/pull/143) * [Pull request 143](https://github.com/ignitionrobotics/ign-msgs/pull/138) -1. Master branch updates +1. Master branch updates * [Pull request 141](https://github.com/ignitionrobotics/ign-msgs/pull/141) 1. Add windows installation; move installation in README to tutorial