From 9c6ec8661c98bdfa3ef638de0445fcf9d785386c Mon Sep 17 00:00:00 2001 From: Louise Poubel Date: Tue, 30 Mar 2021 14:28:27 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=88=201.2.0?= 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 | 8 +++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9df18dda..3f97ae73 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) #============================================================================ # Set project-specific options diff --git a/Changelog.md b/Changelog.md index b95f4483..ca0fe1dd 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,8 @@ ## Ignition Plugin 1.x -### Ignition Plugin 1.2.0 (20XX-XX-XX) +### Ignition Plugin 1.X.X (20XX-XX-XX) + +### Ignition Plugin 1.2.0 (2021-03-30) 1. Infrastructure * [Pull request #45](https://github.com/ignitionrobotics/ign-plugin/pull/45) @@ -13,6 +15,10 @@ * [Pull request #10](https://github.com/ignitionrobotics/ign-plugin/pull/10) * [Pull request #14](https://github.com/ignitionrobotics/ign-plugin/pull/14) * [Pull request #8](https://github.com/ignitionrobotics/ign-plugin/pull/8) + * [Pull request #47](https://github.com/ignitionrobotics/ign-plugin/pull/47) + +1. Include windows instructions in examples README.md and fix examples to compile them on Windows + * [Pull request #48](https://github.com/ignitionrobotics/ign-plugin/pull/48) 1. Fix downstream Windows builds * [Pull request #38](https://github.com/ignitionrobotics/ign-plugin/pull/38)