Skip to content

Commit

Permalink
Merge pull request #658 from robotology/bump480
Browse files Browse the repository at this point in the history
Bump gazebo-yarp-plugins to 4.8.0
  • Loading branch information
traversaro authored Jul 31, 2023
2 parents 8f4aace + 6633355 commit 9ce261e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format of this document is based on [Keep a Changelog](https://keepachangelo

## [Unreleased]

## [4.8.0] - 2023-07-31

### Added
- The `gazebo_yarp_forcetorque` plugin now exposes also the `yarp::dev::ITemperatureSensors` interface, so it can stream fake temperature values (https://github.com/robotology/gazebo-yarp-plugins/pull/656).

Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ option(GAZEBO_YARP_PLUGINS_DISABLE_IMPLICIT_NETWORK_WRAPPERS "if enabled removes

# Project version
set(${PROJECT_NAME}_MAJOR_VERSION 4)
set(${PROJECT_NAME}_MINOR_VERSION 7)
set(${PROJECT_NAME}_MINOR_VERSION 8)
set(${PROJECT_NAME}_PATCH_VERSION 0)

set(${PROJECT_NAME}_VERSION
Expand Down

0 comments on commit 9ce261e

Please sign in to comment.