Skip to content

Commit

Permalink
Merge 484cc77 into e6a35fa
Browse files Browse the repository at this point in the history
  • Loading branch information
nkoenig authored Nov 12, 2021
2 parents e6a35fa + 484cc77 commit d3b8a9e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.0.1)

#============================================================================
# Find ignition-cmake
Expand Down
13 changes: 12 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
## Ignition Sensors 6

### Ignition Sensors 6.X.X
### 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)

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)

Expand Down

0 comments on commit d3b8a9e

Please sign in to comment.