Skip to content

Commit

Permalink
🏁🎈 5.1.1 (#208)
Browse files Browse the repository at this point in the history
Signed-off-by: Louise Poubel <[email protected]>
  • Loading branch information
chapulina authored Mar 25, 2022
1 parent 135d876 commit a48b8f7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
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-sensors5 VERSION 5.1.0)
project(ignition-sensors5 VERSION 5.1.1)

#============================================================================
# Find ignition-cmake
Expand Down
8 changes: 7 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
## Ignition Sensors 5

### Ignition Sensors 5.X.X
### Ignition Sensors 5.1.1 (2022-03-25)

1. Conform to ROS format for header field `frame_id` of sensor msgs
* [Pull request #195](https://github.com/ignitionrobotics/ign-sensors/pull/195)

1. Fix compiler warnings (CMP0072 and copy elision)
* [Pull request #188](https://github.com/ignitionrobotics/ign-sensors/pull/188)

### Ignition Sensors 5.1.0 (2021-10-15)

Expand Down

0 comments on commit a48b8f7

Please sign in to comment.