We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abdece4 commit 768fed2Copy full SHA for 768fed2
CHANGELOG.md
@@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8
9
## [Unreleased]
10
11
+## [5.3.0] - 2022-07-19
12
+
13
### Added
14
- Additional functionalities for pybind11 bindings (https://github.com/robotology/idyntree/pull/1001):
15
- `Twist` class
CMakeLists.txt
@@ -8,7 +8,7 @@
cmake_minimum_required(VERSION 3.16)
-project(iDynTree VERSION 5.2.1
+project(iDynTree VERSION 5.3.0
LANGUAGES C CXX)
# Disable in source build, unless Eclipse is used
0 commit comments