Skip to content

Commit

Permalink
Release whole-body-estimators v0.10.0 (#174)
Browse files Browse the repository at this point in the history
  • Loading branch information
traversaro authored Sep 11, 2023
1 parent 9e797c5 commit ff9e7de
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added

### Changed
- Change FT sensors names for compatibility with icub-models >= 2.0.0 and robots-configuration >= 2.5.0 (https://github.com/robotology/whole-body-estimators/pull/172).
- Update WBD launch files (https://github.com/robotology/whole-body-estimators/pull/173).

### Fixed

## [0.10.0] - 2023-09-11

### Changed
- Change FT sensors names for compatibility with icub-models >= 2.0.0 and robots-configuration >= 2.5.0 (https://github.com/robotology/whole-body-estimators/pull/172).
- Update WBD launch files (https://github.com/robotology/whole-body-estimators/pull/173).

## [0.9.1] - 2023-02-09

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

cmake_minimum_required(VERSION 3.5)
project(whole-body-estimators LANGUAGES CXX
VERSION 0.9.0)
VERSION 0.10.0)

set(CMAKE_CXX_STANDARD 14)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
Expand Down

0 comments on commit ff9e7de

Please sign in to comment.