Skip to content

Commit

Permalink
Release v5.6.0 (#235)
Browse files Browse the repository at this point in the history
  • Loading branch information
traversaro authored Oct 21, 2022
1 parent 385f047 commit c39e558
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.6.0] - 2022-10-21

### Changed
- Add adaptive_rho, polish and maximum iteration options for `OSQP` block (https://github.com/robotology/wb-toolbox/pull/234#issuecomment-1284136010).
- Remove deprecated functions from `OSQP` block (https://github.com/robotology/wb-toolbox/pull/234#issuecomment-1284136010).
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.5.0)
project(WB-Toolbox LANGUAGES CXX VERSION 5.6.0)

if(WBT_BUILD_DOCS)
add_subdirectory(doc)
Expand Down

0 comments on commit c39e558

Please sign in to comment.