File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ The format of this document is based on [Keep a Changelog](https://keepachangelo
5
5
6
6
## [ unreleased]
7
7
8
+ ## [ 5.6.0] - 2022-10-21
9
+
8
10
### Changed
9
11
- Add adaptive_rho, polish and maximum iteration options for ` OSQP ` block (https://github.com/robotology/wb-toolbox/pull/234#issuecomment-1284136010 ).
10
12
- Remove deprecated functions from ` OSQP ` block (https://github.com/robotology/wb-toolbox/pull/234#issuecomment-1284136010 ).
Original file line number Diff line number Diff line change 3
3
# GNU Lesser General Public License v2.1 or any later version.
4
4
5
5
cmake_minimum_required (VERSION 3.5 )
6
- project (WB-Toolbox LANGUAGES CXX VERSION 5.5 .0 )
6
+ project (WB-Toolbox LANGUAGES CXX VERSION 5.6 .0 )
7
7
8
8
if (WBT_BUILD_DOCS )
9
9
add_subdirectory (doc )
You can’t perform that action at this time.
0 commit comments