Skip to content

Commit

Permalink
🚀 Release 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GiulioRomualdi committed Apr 22, 2023
1 parent 9a59b5d commit 268deb3
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Changelog
All notable changes to this project are documented in this file.

## [unreleased]
## [0.13.0] - 2023-04-22
### Added
- Implement the `DiscreteGeometryContact` in Contacts component (https://github.com/ami-iit/bipedal-locomotion-framework/pull/626)
- Implement the `SchmittTrigger` in component `Math` and the associated python bindings (https://github.com/ami-iit/bipedal-locomotion-framework/pull/624)
Expand Down Expand Up @@ -376,7 +376,7 @@ All notable changes to this project are documented in this file.
- Added `mas-imu-test` application to check the output of MAS IMUs (https://github.com/ami-iit/bipedal-locomotion-framework/pull/62)
- Implement motor currents reading in `YarpSensorBridge`. (https://github.com/ami-iit/bipedal-locomotion-framework/pull/187)

[unreleased]: https://github.com/ami-iit/bipedal-locomotion-framework/compare/v0.12.0...master
[0.13.0]: https://github.com/ami-iit/bipedal-locomotion-framework/compare/v0.12.0...v0.13.0
[0.12.0]: https://github.com/ami-iit/bipedal-locomotion-framework/compare/v0.11.1...v0.12.0
[0.11.1]: https://github.com/ami-iit/bipedal-locomotion-framework/compare/v0.11.0...v0.11.1
[0.11.0]: https://github.com/ami-iit/bipedal-locomotion-framework/compare/v0.10.0...v0.11.0
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ cmake_minimum_required(VERSION 3.16.0)

## MAIN project
project(BipedalLocomotionFramework
VERSION 0.12.100)
VERSION 0.13.0)

list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake)

Expand Down
11 changes: 8 additions & 3 deletions docs/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,26 @@ main_page = "docs/pages/main-page.dox"
additional_pages = ["docs/pages/python-additional-info.md"]
src_folder = "src"

['v0.12.0']
['v0.13.0']
main_page = "docs/pages/main-page.dox"
additional_pages = ["docs/pages/python-additional-info.md"]
src_folder = "src"

['v0.11.1']
['v0.12.0']
main_page = "docs/pages/main-page.dox"
additional_pages = ["docs/pages/python-additional-info.md"]
src_folder = "src"

['v0.10.0']
['v0.11.1']
main_page = "docs/pages/main-page.dox"
additional_pages = ["docs/pages/python-additional-info.md"]
src_folder = "src"

# ['v0.10.0']
# main_page = "docs/pages/main-page.dox"
# additional_pages = ["docs/pages/python-additional-info.md"]
# src_folder = "src"

# ['v0.9.0']
# main_page = "docs/pages/main-page.dox"
# additional_pages = ["docs/pages/python-additional-info.md"]
Expand Down

0 comments on commit 268deb3

Please sign in to comment.