From db8bf7f90d79f0765c18f9d06bec38362144c7c5 Mon Sep 17 00:00:00 2001 From: Nate Koenig Date: Fri, 12 Nov 2021 10:36:56 -0800 Subject: [PATCH 1/2] Prepare for 6.1.0 release Signed-off-by: Nate Koenig --- CMakeLists.txt | 2 +- Changelog.md | 11 ++++++++++- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9e8295a3..9fc2ca4f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.10.2 FATAL_ERROR) #============================================================================ # Initialize the project #============================================================================ -project(ignition-sensors6 VERSION 6.0.0) +project(ignition-sensors6 VERSION 6.1.0) #============================================================================ # Find ignition-cmake diff --git a/Changelog.md b/Changelog.md index bc9a348d..4377e49f 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,15 @@ ## Ignition Sensors 6 -### Ignition Sensors 6.X.X +### Ignition Sensors 6.1.0 + +1. Disable GPU lidar tests on macOS + * [Pull request #163](https://github.com/ignitionrobotics/ign-sensors/pull/163) + +1. Added macOS install instructions. + * [Pull request #162](https://github.com/ignitionrobotics/ign-sensors/pull/162) + +1. Destroy rendering sensors when sensor is removed. + * [Pull request #169](https://github.com/ignitionrobotics/ign-sensors/pull/169) ### Ignition Sensors 6.0.0 (2021-09-30) From 484cc77dc80090cad68699ec844986e573ff2ef9 Mon Sep 17 00:00:00 2001 From: Nate Koenig Date: Fri, 12 Nov 2021 11:08:55 -0800 Subject: [PATCH 2/2] Change to 6.0.1 Signed-off-by: Nate Koenig --- CMakeLists.txt | 2 +- Changelog.md | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9fc2ca4f..8e1e9c1b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.10.2 FATAL_ERROR) #============================================================================ # Initialize the project #============================================================================ -project(ignition-sensors6 VERSION 6.1.0) +project(ignition-sensors6 VERSION 6.0.1) #============================================================================ # Find ignition-cmake diff --git a/Changelog.md b/Changelog.md index 4377e49f..5ccbafcd 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,8 @@ ## Ignition Sensors 6 -### Ignition Sensors 6.1.0 +### Ignition Sensors 6.x.x (202x-xx-xx) + +### Ignition Sensors 6.0.1 (2021-11-12) 1. Disable GPU lidar tests on macOS * [Pull request #163](https://github.com/ignitionrobotics/ign-sensors/pull/163)