Skip to content

Commit

Permalink
Bump CHANGELOG and CMake and release v2.0.2 (#791)
Browse files Browse the repository at this point in the history
* Bump CHANGELOG

* Update CMakeLists.txt
  • Loading branch information
traversaro authored Dec 4, 2020
1 parent 952cbb2 commit c00c27b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.0.2] - 2020-12-04

- Fixed compilation of MATLAB bindings on macOS and Windows (https://github.com/robotology/idyntree/pull/789, https://github.com/robotology/idyntree/pull/790).

## [2.0.1] - 2020-11-24
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 2.0.1
project(iDynTree VERSION 2.0.2
LANGUAGES C CXX)

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

0 comments on commit c00c27b

Please sign in to comment.