Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare for 6.0.1 release #170

Merged
merged 2 commits into from
Nov 12, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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