Skip to content

Commit

Permalink
Prepare for 6.1.0 release (#312)
Browse files Browse the repository at this point in the history
Signed-off-by: Nate Koenig <[email protected]>

Co-authored-by: Nate Koenig <[email protected]>
  • Loading branch information
nkoenig and Nate Koenig authored Nov 5, 2021
1 parent 5898716 commit 195cec5
Show file tree
Hide file tree
Showing 2 changed files with 17 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-gui6 VERSION 6.0.0)
project(ignition-gui6 VERSION 6.1.0)

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

### Ignition Gui 6.X.X
### Ignition Gui 6.1.0 (2021-11-05)

1. Improved doxygen
* [Pull request #275](https://github.com/ignitionrobotics/ign-gui/pull/275)

1. Fix mimimal scene deadlock on shutdown
* [Pull request #300](https://github.com/ignitionrobotics/ign-gui/pull/300)

1. Fix memory leak
* [Pull request #287](https://github.com/ignitionrobotics/ign-gui/pull/287)

1. Set near/far camera clipping distance
* [Pull request #309](https://github.com/ignitionrobotics/ign-gui/pull/309)

1. Support emitting an event on play/pause/step
* [Pull request #306](https://github.com/ignitionrobotics/ign-gui/pull/306)

### Ignition Gui 6.0.0 (2021-09-XX)

Expand Down

0 comments on commit 195cec5

Please sign in to comment.