Skip to content

Commit

Permalink
Bump version to v5.1.0 (#979)
Browse files Browse the repository at this point in the history
  • Loading branch information
traversaro authored Feb 25, 2022
1 parent 48493c6 commit 22e621a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased Major]

## [5.1.0] - 2022-02-25

### Added
- Expose some Rotation conversion functions for pybind11 bindings (https://github.com/robotology/idyntree/pull/973)
- Expose some Rotation conversion functions for pybind11 bindings (https://github.com/robotology/idyntree/pull/973).

### Fixed
- Fixed compatibility at CMake level on macOS with MATLAB R2021a and R2021b (https://github.com/robotology/idyntree/pull/978).

## [5.0.1] - 2022-02-23

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 @@

cmake_minimum_required(VERSION 3.16)

project(iDynTree VERSION 5.0.1
project(iDynTree VERSION 5.1.0
LANGUAGES C CXX)

# Disable in source build, unless Eclipse is used
Expand Down

0 comments on commit 22e621a

Please sign in to comment.