Skip to content

Commit

Permalink
Bump the walking-controllers version to V0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
GiulioRomualdi committed Nov 23, 2020
1 parent ba4034b commit 12fc089
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ All notable changes to this project are documented in this file.

### Changed


## [0.3.3] - 2020-11-23
### Added

### Changed
- Including Eigen as a private dependency in all targets using EigenHelpers (https://github.com/robotology/walking-controllers/pull/62)
- Copied the parameters of hand_retargeting in joypad_control (https://github.com/robotology/walking-controllers/pull/63)

## [0.3.2] - 2020-03-21
### Changed
- Add missing includes in `TimeProfiler` (https://github.com/robotology/walking-controllers/pull/60)
Expand Down Expand Up @@ -85,7 +93,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.3.2...devel
[Unreleased]: https://github.com/robotology/walking-controllers/compare/v0.3.3...devel
[0.3.3]: https://github.com/robotology/walking-controllers/compare/v0.3.2...v0.3.3
[0.3.2]: https://github.com/robotology/walking-controllers/compare/v0.3.1...v0.3.2
[0.3.1]: https://github.com/robotology/walking-controllers/compare/v0.3.0...v0.3.1
[0.3.0]: https://github.com/robotology/walking-controllers/compare/v0.2.0...v0.3.0
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.3.2)
VERSION 0.3.3)

# 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 12fc089

Please sign in to comment.