Skip to content

Commit

Permalink
Release v3.2.1 (#875)
Browse files Browse the repository at this point in the history
  • Loading branch information
traversaro authored Jun 7, 2021
1 parent 6c3ec3d commit 8bf1795
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]


## [3.2.1] - 2021-06-07

### Fixed
- The example file `examples/python/KinDynComputationsTutorial.py` has been fixed to work with Python 3 and iDynTree >= 2.0 (https://github.com/robotology/idyntree/pull/873).
- Fix of a bug introduced by https://github.com/robotology/idyntree/pull/845 and present in iDynTree 3.1.0 and 3.2.0 in the visualization of boxes (https://github.com/robotology/idyntree/pull/874)
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 3.2.0
project(iDynTree VERSION 3.2.1
LANGUAGES C CXX)

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

0 comments on commit 8bf1795

Please sign in to comment.