Skip to content

Commit

Permalink
Merge branch 'gz-gui7' into arjo/test/pointcloud
Browse files Browse the repository at this point in the history
  • Loading branch information
mjcarroll authored Oct 13, 2023
2 parents 9c5e3b6 + c93dd14 commit e79ec8d
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
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(gz-gui7 VERSION 7.2.0)
project(gz-gui7 VERSION 7.2.1)

#============================================================================
# Find gz-cmake
Expand Down
17 changes: 17 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

### Gazebo GUI 7.X.X (202X-XX-XX)

### Gazebo GUI 7.2.1 (2023-09-26)

1. Fix segfaulting tests
* [Pull request #429](https://github.com/gazebosim/gz-gui/pull/429)

1. Find any major version of Protobuf
* [Pull request #544](https://github.com/gazebosim/gz-gui/pull/544)

1. Fix data race issues in CameraTracking plugin
* [Pull request #537](https://github.com/gazebosim/gz-gui/pull/537)

1. Infrastructure
* [Pull request #560](https://github.com/gazebosim/gz-gui/pull/560)
* [Pull request #559](https://github.com/gazebosim/gz-gui/pull/559)
* [Pull request #536](https://github.com/gazebosim/gz-gui/pull/536)


### Gazebo GUI 7.2.0 (2023-05-14)

1. Add support for bayer images to get displayed in gazebo gui
Expand Down

0 comments on commit e79ec8d

Please sign in to comment.