Skip to content

Commit f3caaf8

Browse files
authored
Bump version number and release 5.5.0 (#230)
* Update CHANGELOG.md * Update CMakeLists.txt
1 parent a1b8100 commit f3caaf8

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The format of this document is based on [Keep a Changelog](https://keepachangelo
55

66
## [Unreleased]
77

8+
## [5.5.0] - 2022-02-01
9+
810
### Added
911
- New `RelativeJacobian` block that implements `KinDynComputations::getRelativeJacobian(.)` of `iDynTree` (https://github.com/robotology/wb-toolbox/issues/225).
1012

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# GNU Lesser General Public License v2.1 or any later version.
44

55
cmake_minimum_required(VERSION 3.5)
6-
project(WB-Toolbox LANGUAGES CXX VERSION 5.4.1)
6+
project(WB-Toolbox LANGUAGES CXX VERSION 5.5.0)
77

88
if(WBT_BUILD_DOCS)
99
add_subdirectory(doc)

0 commit comments

Comments
 (0)