Skip to content

Commit

Permalink
Bump release to 0.0.5 (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
traversaro authored May 27, 2022
1 parent d452bb7 commit db62660
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [Unreleased]

## [0.0.5] - 2022-05-27

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

## [0.0.4] - 2022-02-09

### Fixed
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.4)
VERSION 0.0.5)


# Defines the CMAKE_INSTALL_LIBDIR, CMAKE_INSTALL_BINDIR and many other useful macros.
Expand Down

0 comments on commit db62660

Please sign in to comment.