Skip to content

Commit

Permalink
Prepare for 6.4.0 (#139)
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 Mar 1, 2021
1 parent c2ce19d commit 84fbf2d
Show file tree
Hide file tree
Showing 2 changed files with 9 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-msgs6 VERSION 6.3.0)
project(ignition-msgs6 VERSION 6.4.0)

#============================================================================
# Find ignition-cmake
Expand Down
8 changes: 8 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

### Ignition Msgs 6.x.x (2021-xx-xx)

### Ignition Msgs 6.3.0 (2021-03-01)

1. Support 'has' functionality in particle Emitter.
* [Pull request 137](https://github.com/ignitionrobotics/ign-msgs/pull/137)

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

### Ignition Msgs 6.3.0 (2021-02-17)

1. Particle emitter message.
Expand Down

0 comments on commit 84fbf2d

Please sign in to comment.