Skip to content

Commit

Permalink
3.1.1 prep (#85)
Browse files Browse the repository at this point in the history
* Fix env parsing by placing it before executable parsing (#81)

* Fix env parsing by placing it before executable parsing

Signed-off-by: Nate Koenig <nate@openrobotics.org>

* Add tests to #81 (#82)

This adds a simple check to verify that the env directives apply
to everything in the ignition namespace, as fixed in #81.

The test itself is a bit of a workaround. We don't have a mechanism
for checking the manager output, and executable command directives
cannot expand environment variables.

This writes a script that is executed by the test to verify that a
file specified by an environment variable is touch-ed

Signed-off-by: Michael Carroll <michael@openrobotics.org>

Co-authored-by: Nate Koenig <nate@openrobotics.org>
Co-authored-by: Michael Carroll <michael@openrobotics.org>

* Prep for 2.2.1 release (#84)

Signed-off-by: Nate Koenig <nate@openrobotics.org>

Co-authored-by: Nate Koenig <nate@openrobotics.org>

Co-authored-by: Nate Koenig <nate@openrobotics.org>
Co-authored-by: Michael Carroll <michael@openrobotics.org>
  • Loading branch information
3 people authored Jan 8, 2021
1 parent 39efc58 commit 8ad92df
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 8ad92df

Please sign in to comment.