Skip to content

Commit

Permalink
Prepare for 6.1.0 release (#231)
Browse files Browse the repository at this point in the history
Signed-off-by: Addisu Z. Taddese <[email protected]>
  • Loading branch information
azeey authored Sep 27, 2023
1 parent e770856 commit e35e043
Show file tree
Hide file tree
Showing 2 changed files with 27 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(gz-launch6 VERSION 6.0.0)
project(gz-launch6 VERSION 6.1.0)

#============================================================================
# Find gz-cmake
Expand Down
26 changes: 26 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
## Gazebo Launch 6.x

### Gazebo Launch 6.1.0 (2023-09-26)

1. Infrastructure
* [Pull request #227](https://github.com/gazebosim/gz-launch/pull/227)
* [Pull request #226](https://github.com/gazebosim/gz-launch/pull/226)
* [Pull request #213](https://github.com/gazebosim/gz-launch/pull/213)

1. Rename COPYING to LICENSE
* [Pull request #212](https://github.com/gazebosim/gz-launch/pull/212)

1. Small cleanup fixes
* [Pull request #211](https://github.com/gazebosim/gz-launch/pull/211)

1. Add pause and stop to Websocket Server
* [Pull request #187](https://github.com/gazebosim/gz-launch/pull/187)

1. Fix gz_test when using a CMake generator different from make
* [Pull request #204](https://github.com/gazebosim/gz-launch/pull/204)
* [Pull request #205](https://github.com/gazebosim/gz-launch/pull/205)

1. Return a message on asset error
* [Pull request #197](https://github.com/gazebosim/gz-launch/pull/197)

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

### Gazebo Launch 6.0.0

1. Fix macOs compiler error.
Expand Down

0 comments on commit e35e043

Please sign in to comment.