Skip to content

Commit

Permalink
Prepare for 5.5.0 release (#114)
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 Dec 21, 2020
1 parent a9f3f46 commit 06a13b1
Show file tree
Hide file tree
Showing 2 changed files with 6 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.10.2 FATAL_ERROR)
#============================================================================
# Initialize the project
#============================================================================
project(ignition-msgs5 VERSION 5.4.0)
project(ignition-msgs5 VERSION 5.5.0)

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

### Ignition Msgs 5.5.0 (2020-12-21)

1. Add statistics message.
* [Pull request 110](https://github.com/ignitionrobotics/ign-msgs/pull/110)

### Ignition Msgs 5.4.0 (2020-11-12)

1. Add CMake options to support cross-compilation.
Expand Down

0 comments on commit 06a13b1

Please sign in to comment.