Skip to content

Commit

Permalink
prepare for 3.2.0 (#108)
Browse files Browse the repository at this point in the history
Signed-off-by: Nate Koenig <[email protected]>

Co-authored-by: Nate Koenig <[email protected]>
  • Loading branch information
nkoenig and Nate Koenig authored Apr 12, 2021
1 parent 0d8b9a3 commit 460cfa8
Show file tree
Hide file tree
Showing 2 changed files with 19 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.1)
project(ignition-launch3 VERSION 3.2.0)

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

### Ignition Launch 3.2.0 (2021-04-12)

1. Support unsubscribing from a topic in the websocket server.
* [Pull request 107](https://github.com/ignitionrobotics/ign-launch/pull/107)

1. Support particle_emitters in the websocket server.
* [Pull request 104](https://github.com/ignitionrobotics/ign-launch/pull/104)

1. Support getting topic names and message types in the websocket server.
* [Pull request 102](https://github.com/ignitionrobotics/ign-launch/pull/102)

1. Image streaming over websocket.
* [Pull request 97](https://github.com/ignitionrobotics/ign-launch/pull/97)

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


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

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

0 comments on commit 460cfa8

Please sign in to comment.