Skip to content

Commit

Permalink
Merge pull request #21 from robotology/release_0_0_3
Browse files Browse the repository at this point in the history
Bump to 0.0.3
  • Loading branch information
traversaro authored Nov 23, 2021
2 parents 2a18b32 + 550b6c0 commit 5496f93
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 @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [Unreleased]

## [0.0.3] - 2021-11-23

### Fixed
- Fixed compatibility with YARP 3.5.100 (https://github.com/robotology/idyntree-yarp-tools/pull/20).

Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.5)

project(idyntree-yarp-tools
LANGUAGES CXX C
VERSION 0.0.1)
VERSION 0.0.3)

# Defines the CMAKE_INSTALL_LIBDIR, CMAKE_INSTALL_BINDIR and many other useful macros.
# See https://cmake.org/cmake/help/latest/module/GNUInstallDirs.html
Expand Down

0 comments on commit 5496f93

Please sign in to comment.