Skip to content

Commit

Permalink
Bump version to 0.0.4 and release (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
traversaro authored Feb 9, 2022
1 parent f6e622b commit dd51025
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.4] - 2022-02-09

### Fixed
- Fixed the conversion from ``iDynTree`` to ``yarp`` pixels after https://github.com/robotology/idyntree/pull/903. Removed some deprecation warnings (https://github.com/robotology/idyntree-yarp-tools/pull/16)

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.3)
VERSION 0.0.4)


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

0 comments on commit dd51025

Please sign in to comment.