File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed
Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,14 @@ All notable changes to this project are documented in this file.
66
77### Changed
88
9+
10+ ## [ 0.3.3] - 2020-11-23
11+ ### Added
12+
13+ ### Changed
14+ - Including Eigen as a private dependency in all targets using EigenHelpers (https://github.com/robotology/walking-controllers/pull/62 )
15+ - Copied the parameters of hand_retargeting in joypad_control (https://github.com/robotology/walking-controllers/pull/63 )
16+
917## [ 0.3.2] - 2020-03-21
1018### Changed
1119- Add missing includes in ` TimeProfiler ` (https://github.com/robotology/walking-controllers/pull/60 )
@@ -85,7 +93,8 @@ All notable changes to this project are documented in this file.
8593- Implement the first version of the ` WalkingLoggerModule `
8694- Implement the first version of the ` WalkingJoypadModule `
8795
88- [ Unreleased ] : https://github.com/robotology/walking-controllers/compare/v0.3.2...devel
96+ [ Unreleased ] : https://github.com/robotology/walking-controllers/compare/v0.3.3...devel
97+ [ 0.3.3 ] : https://github.com/robotology/walking-controllers/compare/v0.3.2...v0.3.3
8998[ 0.3.2 ] : https://github.com/robotology/walking-controllers/compare/v0.3.1...v0.3.2
9099[ 0.3.1 ] : https://github.com/robotology/walking-controllers/compare/v0.3.0...v0.3.1
91100[ 0.3.0 ] : https://github.com/robotology/walking-controllers/compare/v0.2.0...v0.3.0
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ set(CMAKE_CXX_STANDARD 14)
77
88## MAIN project
99project (WalkingControllers
10- VERSION 0.3.2 )
10+ VERSION 0.3.3 )
1111
1212# Defines the CMAKE_INSTALL_LIBDIR, CMAKE_INSTALL_BINDIR and many other useful macros.
1313# See https://cmake.org/cmake/help/latest/module/GNUInstallDirs.html
You can’t perform that action at this time.
0 commit comments