Skip to content

Commit

Permalink
Bump version to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GiulioRomualdi committed Dec 1, 2020
1 parent d812ed6 commit 423a78e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ All notable changes to this project are documented in this file.

## [Unreleased]
### Added

### Changed

## [0.4.0] - 2020-12-01
### Added
- Adding the possibility to use Gazebo base data inside the walking controller
- `TrajectoryGenerator` class of the `TrajectoryPlanner` library includes now
the method `getWeightPercentage` to retrieve the amount of weight on each foot
Expand Down Expand Up @@ -99,7 +104,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.4.0...devel
[0.4.0]: https://github.com/robotology/walking-controllers/compare/v0.3.2...v0.4.0
[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.4.102)
VERSION 0.4.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 423a78e

Please sign in to comment.