We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb8fc9b commit 47f44eeCopy full SHA for 47f44ee
CHANGELOG.md
@@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
10
## [Unreleased]
11
12
+## [6.1.0] - 2022-08-18
13
+
14
### Added
15
- Added creation of sub model object starting from the full model and a sub traversal (https://github.com/robotology/idyntree/pull/1011).
16
CMakeLists.txt
@@ -8,7 +8,7 @@
8
cmake_minimum_required(VERSION 3.16)
-project(iDynTree VERSION 6.0.0
+project(iDynTree VERSION 6.1.0
LANGUAGES C CXX)
# Disable in source build, unless Eclipse is used
0 commit comments