Skip to content

Commit

Permalink
🎈 2.3.0
Browse files Browse the repository at this point in the history
Signed-off-by: Louise Poubel <louise@openrobotics.org>
  • Loading branch information
chapulina committed Aug 16, 2022
1 parent d33ef19 commit d961971
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.5.1 FATAL_ERROR)
#============================================================================
# Initialize the project
#============================================================================
project(ignition-launch2 VERSION 2.2.2)
project(ignition-launch2 VERSION 2.3.0)

#============================================================================
# Find ignition-cmake
Expand Down
20 changes: 19 additions & 1 deletion Changelog.md
@@ -1,4 +1,22 @@
## Ignition Launch 2.x
## Gazebo Launch 2.x

### Gazebo Launch 2.3.0 (2022-08-15)

1. Remove redundant namespace references
* [Pull request #190](https://github.com/gazebosim/gz-launch/pull/190)

1. Add code coverage ignore file
* [Pull request #179](https://github.com/gazebosim/gz-launch/pull/179)

1. Change `IGN_DESIGNATION` to `GZ_DESIGNATION`
* [Pull request #181](https://github.com/gazebosim/gz-launch/pull/181)
* [Pull request #182](https://github.com/gazebosim/gz-launch/pull/182)

1. Ignition -> Gazebo
* [Pull request #178](https://github.com/gazebosim/gz-launch/pull/178)

1. Bash completion for flags
* [Pull request #167](https://github.com/gazebosim/gz-launch/pull/167)

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

Expand Down

0 comments on commit d961971

Please sign in to comment.