Skip to content

Commit

Permalink
⬆️ 3.0.0 (#62)
Browse files Browse the repository at this point in the history
Signed-off-by: Louise Poubel <louise@openrobotics.org>
  • Loading branch information
chapulina authored Oct 1, 2020
1 parent 02ccdc2 commit 5a3f3f2
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ set(IGN_CMAKE_VER ${ignition-cmake2_VERSION_MAJOR})
#============================================================================
# Configure the project
#============================================================================
ign_configure_project(VERSION_SUFFIX pre1)
ign_configure_project(VERSION_SUFFIX)

# Create cppcheck suppression list file.
configure_file(tools/cppcheck.suppress.in ${CMAKE_BINARY_DIR}/cppcheck.suppress)
Expand Down
17 changes: 14 additions & 3 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,19 @@
## Ignition Launch 3.x

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

### Ignition Launch 3.0.0 (20XX-XX-XX)
### Ignition Launch 3.0.0 (2020-09-30)

1. Migration from BitBucket to GitHub
* [Pull request 13](https://github.com/ignitionrobotics/ign-launch/pull/13)
* [Pull request 16](https://github.com/ignitionrobotics/ign-launch/pull/16)
* [Pull request 28](https://github.com/ignitionrobotics/ign-launch/pull/28)

1. Add PKGCONFIG information to ignition-tools ign_find_package
* [Pull request 44](https://github.com/ignitionrobotics/ign-launch/pull/44)

1. Depend on ign-msgs6, ign-transport9
* [Pull request 39](https://github.com/ignitionrobotics/ign-launch/pull/39)

1. Depend on ign-gazebo4, ign-gui4
* [BitBucket pull request 64](https://osrf-migration.github.io/ignition-gh-pages/#!/ignitionrobotics/ign-launch/pull-requests/64)
Expand Down Expand Up @@ -31,7 +42,7 @@

### Ignition Launch 1.9.0 (2020-08-13)

1. Added HTTP handling support to websocket server and a metrics HTTP endpoint
1. Added HTTP handling support to websocket server and a metrics HTTP endpoint
to monitor websocket server status.
* [Pull Request 49](https://github.com/ignitionrobotics/ign-launch/pull/49)

Expand Down

0 comments on commit 5a3f3f2

Please sign in to comment.