Skip to content

Commit

Permalink
Prepare for 5.7.0 (#144)
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Carroll <michael@openrobotics.org>
  • Loading branch information
mjcarroll authored Mar 17, 2021
1 parent c0af147 commit f000899
Show file tree
Hide file tree
Showing 2 changed files with 13 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.6.0)
project(ignition-msgs5 VERSION 5.7.0)

#============================================================================
# Find ignition-cmake
Expand Down
12 changes: 12 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
### Ignition Msgs 5.X.X (20XX-XX-XX)


### Ignition Msgs 5.7.0 (2021-03-17)

1. Add ignition version of nav_msgs/OccupancyGrid (backport #138)
* [Pull request 143](https://github.com/ignitionrobotics/ign-msgs/pull/143)
* [Pull request 143](https://github.com/ignitionrobotics/ign-msgs/pull/138)

1. Master branch updates
* [Pull request 141](https://github.com/ignitionrobotics/ign-msgs/pull/141)

1. Add windows installation; move installation in README to tutorial
* [Pull request 126](https://github.com/ignitionrobotics/ign-msgs/pull/126)

### Ignition Msgs 5.6.0 (2020-12-28)

1. Add JointTrajectory message.
Expand Down

0 comments on commit f000899

Please sign in to comment.