Skip to content

Commit

Permalink
🚀 Release 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GiulioRomualdi committed Feb 1, 2022
1 parent e1d4374 commit d45d32a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
All notable changes to this project are documented in this file.

## [Unreleased]

## [0.5.0] - 2022-02-01
### Added
- Add the possibility to use the walking-module with iCubGenova09 (https://github.com/robotology/walking-controllers/pull/80)
- Add the possibility to use the `FreeSpaceEllipse` in the `TrajectoryPlanner` (https://github.com/robotology/walking-controllers/pull/82)
Expand Down Expand Up @@ -131,7 +133,8 @@ All notable changes to this project are documented in this file.
- Implement the first version of the `WalkingLoggerModule`
- Implement the first version of the `WalkingJoypadModule`

[Unreleased]: https://github.com/robotology/walking-controllers/compare/v0.4.1...devel
[Unreleased]: https://github.com/robotology/walking-controllers/compare/v0.5.0...devel
[0.5.0]: https://github.com/robotology/walking-controllers/compare/v0.4.1...v0.5.0
[0.4.1]: https://github.com/robotology/walking-controllers/compare/v0.4.0...v0.4.1
[0.4.0]: https://github.com/robotology/walking-controllers/compare/v0.3.3...v0.4.0
[0.3.3]: https://github.com/robotology/walking-controllers/compare/v0.3.2...v0.3.3
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ set(CMAKE_CXX_STANDARD 14)

## MAIN project
project(WalkingControllers
VERSION 0.4.1)
VERSION 0.5.0)

# Defines the CMAKE_INSTALL_LIBDIR, CMAKE_INSTALL_BINDIR and many other useful macros.
# See https://cmake.org/cmake/help/latest/module/GNUInstallDirs.html
Expand Down

0 comments on commit d45d32a

Please sign in to comment.