From 459f1cee58b2f9cd23772cf8f3e92370e38161a2 Mon Sep 17 00:00:00 2001 From: Silvio Traversaro Date: Thu, 11 Mar 2021 15:21:48 +0100 Subject: [PATCH] Release v3.0.1 (#841) * Update CHANGELOG.md * Update CMakeLists.txt --- CHANGELOG.md | 2 ++ CMakeLists.txt | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ca933bbe666..a0a2cdc96c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## [3.0.1] - 2020-03-11 + ### Fixed - Fixed the `IDYNTREE_USES_ASSIMP` option on Windows if `IDYNTREE_USES_YARP` is also enabled (https://github.com/robotology/idyntree/pull/832). - Fixed the ``OBJ`` meshes visualization in the Visualizer library (https://github.com/robotology/idyntree/pull/833). diff --git a/CMakeLists.txt b/CMakeLists.txt index 49965747816..7d36732f2d2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,7 +8,7 @@ cmake_minimum_required(VERSION 3.16) -project(iDynTree VERSION 3.0.0 +project(iDynTree VERSION 3.0.1 LANGUAGES C CXX) # Disable in source build, unless Eclipse is used