Skip to content

Commit

Permalink
3.1.1 prep
Browse files Browse the repository at this point in the history
Signed-off-by: Nate Koenig <[email protected]>
  • Loading branch information
Nate Koenig committed Jan 8, 2021
2 parents 39efc58 + c4433e7 commit c0f4199
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-launch3 VERSION 3.1.0)
project(ignition-launch3 VERSION 3.1.1)

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

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

1. All changes up to and including those in version 2.2.1.

### Ignition Launch 3.1.0 (2020-12-10)

1. All changes up to and including those in version 2.2.0.
Expand All @@ -22,6 +26,12 @@

## Ignition Launch 2.x

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

1. Fix env parsing by placing it before executable parsing.
* [Pull request 81](https://github.com/ignitionrobotics/ign-launch/pull/81)
* [Pull request 82](https://github.com/ignitionrobotics/ign-launch/pull/82)

### Ignition Launch 2.2.0 (2020-10-14)

1. All changes up to and including those in version 1.10.0
Expand Down

0 comments on commit c0f4199

Please sign in to comment.