File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 22All notable changes to this project are documented in this file.
33
44## [ Unreleased]
5+
6+ ## [ 0.5.0] - 2022-02-01
57### Added
68- Add the possibility to use the walking-module with iCubGenova09 (https://github.com/robotology/walking-controllers/pull/80 )
79- Add the possibility to use the ` FreeSpaceEllipse ` in the ` TrajectoryPlanner ` (https://github.com/robotology/walking-controllers/pull/82 )
@@ -131,7 +133,8 @@ All notable changes to this project are documented in this file.
131133- Implement the first version of the ` WalkingLoggerModule `
132134- Implement the first version of the ` WalkingJoypadModule `
133135
134- [ Unreleased ] : https://github.com/robotology/walking-controllers/compare/v0.4.1...devel
136+ [ Unreleased ] : https://github.com/robotology/walking-controllers/compare/v0.5.0...devel
137+ [ 0.5.0 ] : https://github.com/robotology/walking-controllers/compare/v0.4.1...v0.5.0
135138[ 0.4.1 ] : https://github.com/robotology/walking-controllers/compare/v0.4.0...v0.4.1
136139[ 0.4.0 ] : https://github.com/robotology/walking-controllers/compare/v0.3.3...v0.4.0
137140[ 0.3.3 ] : https://github.com/robotology/walking-controllers/compare/v0.3.2...v0.3.3
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.4.1 )
10+ VERSION 0.5.0 )
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