Skip to content

Commit

Permalink
Bump version number and release 5.5.0 (#230)
Browse files Browse the repository at this point in the history
* Update CHANGELOG.md

* Update CMakeLists.txt
  • Loading branch information
traversaro authored Feb 1, 2022
1 parent a1b8100 commit f3caaf8
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 of this document is based on [Keep a Changelog](https://keepachangelo

## [Unreleased]

## [5.5.0] - 2022-02-01

### Added
- New `RelativeJacobian` block that implements `KinDynComputations::getRelativeJacobian(.)` of `iDynTree` (https://github.com/robotology/wb-toolbox/issues/225).

Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# GNU Lesser General Public License v2.1 or any later version.

cmake_minimum_required(VERSION 3.5)
project(WB-Toolbox LANGUAGES CXX VERSION 5.4.1)
project(WB-Toolbox LANGUAGES CXX VERSION 5.5.0)

if(WBT_BUILD_DOCS)
add_subdirectory(doc)
Expand Down

0 comments on commit f3caaf8

Please sign in to comment.