Skip to content

Commit

Permalink
Prepare for 8.7.0 prerelease (#296)
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Peters <[email protected]>
  • Loading branch information
scpeters authored Aug 18, 2022
1 parent 3435e2b commit 61607f9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.10.2 FATAL_ERROR)
#============================================================================
# Initialize the project
#============================================================================
project(ignition-msgs8 VERSION 8.6.0)
project(ignition-msgs8 VERSION 8.7.0)

#============================================================================
# Find ignition-cmake
Expand All @@ -14,7 +14,7 @@ find_package(ignition-cmake2 2.13 REQUIRED)
#============================================================================
# Configure the project
#============================================================================
ign_configure_project(VERSION_SUFFIX)
ign_configure_project(VERSION_SUFFIX pre1)

if (UNIX AND NOT APPLE)
set (EXTRA_TEST_LIB_DEPS stdc++fs)
Expand Down
8 changes: 8 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
## Gazebo Msgs 8.x

### Gazebo Msgs 8.7.0 (2022-08-17)

1. Add parameter component message definitions
* [Pull request #241](https:/gazebosim/gz-msgs/pull/241)

1. Remove redunant namespace references
* [Pull request #293](https:/gazebosim/gz-msgs/pull/293)

### Gazebo Msgs 8.6.0 (2022-08-02)

1. Increase `Utility` test coverage
Expand Down

0 comments on commit 61607f9

Please sign in to comment.