Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

3.1.0 release prep #78

Merged
merged 2 commits into from
Dec 10, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.0.0)
project(ignition-launch3 VERSION 3.1.0)

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

### Ignition Launch 3.X.X (20XX-XX-XX)
### Ignition Launch 3.1.0 (2020-12-10)

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

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

Expand All @@ -22,9 +24,9 @@

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

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

* Added a tutorial.
1. Added a tutorial.
* [Pull request 48](https://github.com/ignitionrobotics/ign-launch/pull/48)

### Ignition Launch 2.1.0 (2020-05-21)
Expand Down Expand Up @@ -66,6 +68,9 @@
1. Add support for specifying topics to record
* [Pull Request 54](https://github.com/ignitionrobotics/ign-launch/pull/54)

1. Fix race condition in websocket server.
* [Pull Request 68](https://github.com/ignitionrobotics/ign-launch/pull/68)

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

1. Added HTTP handling support to websocket server and a metrics HTTP endpoint
Expand Down