Skip to content

Commit

Permalink
Prepare for 7.1.0 (#254)
Browse files Browse the repository at this point in the history
Signed-off-by: Addisu Z. Taddese <[email protected]>
  • Loading branch information
azeey authored Apr 11, 2024
1 parent a3ea50d commit 1317511
Show file tree
Hide file tree
Showing 2 changed files with 22 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-launch7 VERSION 7.0.0)
project(gz-launch7 VERSION 7.1.0)

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

### Gazebo Launch 7.1.0 (2024-04-11)

1. Use relative install paths for plugin shared libraries and gz-tools data
* [Pull request #253](https://github.com/gazebosim/gz-launch/pull/253)

1. Fix bug where address of local variable was returned
* [Pull request #252](https://github.com/gazebosim/gz-launch/pull/252)

1. Add optional binary relocatability
* [Pull request #218](https://github.com/gazebosim/gz-launch/pull/218)

1. Fix windows warnings
* [Pull request #199](https://github.com/gazebosim/gz-launch/pull/199)
* [Pull request #250](https://github.com/gazebosim/gz-launch/pull/250)

1. Update CI badges in README
* [Pull request #239](https://github.com/gazebosim/gz-launch/pull/239)

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

### Gazebo Launch 7.0.0 (2023-09-29)

1. Documentation fixes
Expand Down

0 comments on commit 1317511

Please sign in to comment.