Skip to content

Commit 12fc089

Browse files
Bump the walking-controllers version to V0.3.3
1 parent ba4034b commit 12fc089

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff 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

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.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

0 commit comments

Comments
 (0)