Skip to content

Commit d45d32a

Browse files
🚀 Release 0.5.0
1 parent e1d4374 commit d45d32a

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
All 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

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ set(CMAKE_CXX_STANDARD 14)
77

88
## MAIN project
99
project(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

0 commit comments

Comments
 (0)