Skip to content

Commit

Permalink
🎈 3.7.0 (#252)
Browse files Browse the repository at this point in the history
Signed-off-by: Louise Poubel <[email protected]>
  • Loading branch information
chapulina authored Jul 15, 2021
1 parent 7437f6a commit 50c6253
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(ignition-gui3 VERSION 3.6.0)
project(ignition-gui3 VERSION 3.7.0)

#============================================================================
# Find ignition-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 @@

### Ignition Gui 3.X.X (202X-XX-XX)

### Ignition Gui 3.7.0 (2021-07-14)

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

1. Fix plugin added signal, add PluginByName
* [Pull request #249](https://github.com/ignitionrobotics/ign-gui/pull/249)

1. Fixed tests by passing valid argv
* [Pull request #244](https://github.com/ignitionrobotics/ign-gui/pull/244)

1. Screenshot plugin fixed dbg message
* [Pull request #246](https://github.com/ignitionrobotics/ign-gui/pull/246)

1. Detect ign instead of using cmake module to check for ignition-tools
* [Pull request #240](https://github.com/ignitionrobotics/ign-gui/pull/240)

### Ignition Gui 3.6.0 (2021-06-17)

1. Update codeowners
Expand Down

0 comments on commit 50c6253

Please sign in to comment.