Skip to content

Commit

Permalink
5.1.0 (#152)
Browse files Browse the repository at this point in the history
* 5.1.0
Signed-off-by: Aditya <aditya050995@gmail.com>
  • Loading branch information
adityapande-1995 authored Mar 21, 2022
1 parent 909e856 commit 7dbac66
Show file tree
Hide file tree
Showing 2 changed files with 11 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.5.1 FATAL_ERROR)
#============================================================================
# Initialize the project
#============================================================================
project(ignition-launch5 VERSION 5.0.0)
project(ignition-launch5 VERSION 5.1.0)

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

### Ignition Launch 5.X.X (20XX-XX-XX)

### Ignition Launch 5.1.0 (2022-03-21)
1. Use exec instead of popen to run ign-launch binary
* [Pull request #151](https://github.com/ignitionrobotics/ign-launch/pull/151)

1. Expose headless_rendering sdf tag
* [Pull request #148](https://github.com/ignitionrobotics/ign-launch/pull/148)

1. Remove spammy CMake message
* [Pull request #142](https://github.com/ignitionrobotics/ign-launch/pull/142)

### Ignition Launch 5.0.0 (2021-10-01)

1. Port ign-launch to Windows
Expand Down

0 comments on commit 7dbac66

Please sign in to comment.