Skip to content

Commit

Permalink
Preparing for ign-launch 2.2.2
Browse files Browse the repository at this point in the history
Signed-off-by: Nate Koenig <nate@openrobotics.org>
  • Loading branch information
Nate Koenig committed Oct 11, 2021
1 parent db3ef4a commit ca806cc
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.5.1 FATAL_ERROR)
#============================================================================
# Initialize the project
#============================================================================
project(ignition-launch2 VERSION 2.2.1)
project(ignition-launch2 VERSION 2.2.2)

#============================================================================
# Find ignition-cmake
Expand Down
17 changes: 17 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
## Ignition Launch 2.x

### Ignition Launch 2.2.2 (2021-10-11)

1. Master branch updates.
* [Pull request 98](https://github.com/ignitionrobotics/ign-launch/pull/98)

1. Treat `IGN_LAUNCH_CONFIG_PATH` as a path list.
* [Pull request 93](https://github.com/ignitionrobotics/ign-launch/pull/93)

1. Remove tools/code_check and update codecov.
* [Pull request 115](https://github.com/ignitionrobotics/ign-launch/pull/115)

1. Update gtest for Windows compilation.
* [Pull request 122](https://github.com/ignitionrobotics/ign-launch/pull/122)

1. Remove bitbucket-pipelines.yml.
* [Pull request 128](https://github.com/ignitionrobotics/ign-launch/pull/128)

### Ignition Launch 2.2.1 (2021-01-08)

1. Fix env parsing by placing it before executable parsing.
Expand Down

0 comments on commit ca806cc

Please sign in to comment.