Skip to content

Commit

Permalink
Update CHANGELOG and release v2.0.3 (#819)
Browse files Browse the repository at this point in the history
* Update CHANGELOG and release v2.0.3
  • Loading branch information
traversaro authored Feb 3, 2021
1 parent 8f247cc commit 46ac296
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,15 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [2.0.3] - 2020-02-03

### Fixed
- Fixed use of sphere shape in MATLAB-based Visualizer (https://github.com/robotology/idyntree/pull/796).
- Fixed compilation against conda-forge-provided Ipopt on Windows (https://github.com/robotology/idyntree/pull/793).

## [2.0.2] - 2020-12-04

### Fixed
- 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.2
project(iDynTree VERSION 2.0.3
LANGUAGES C CXX)

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

0 comments on commit 46ac296

Please sign in to comment.