Skip to content

Commit 268deb3

Browse files
🚀 Release 0.13.0
1 parent 9a59b5d commit 268deb3

File tree

3 files changed

+11
-6
lines changed

3 files changed

+11
-6
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Changelog
22
All notable changes to this project are documented in this file.
33

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

379-
[unreleased]: https://github.com/ami-iit/bipedal-locomotion-framework/compare/v0.12.0...master
379+
[0.13.0]: https://github.com/ami-iit/bipedal-locomotion-framework/compare/v0.12.0...v0.13.0
380380
[0.12.0]: https://github.com/ami-iit/bipedal-locomotion-framework/compare/v0.11.1...v0.12.0
381381
[0.11.1]: https://github.com/ami-iit/bipedal-locomotion-framework/compare/v0.11.0...v0.11.1
382382
[0.11.0]: https://github.com/ami-iit/bipedal-locomotion-framework/compare/v0.10.0...v0.11.0

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ cmake_minimum_required(VERSION 3.16.0)
66

77
## MAIN project
88
project(BipedalLocomotionFramework
9-
VERSION 0.12.100)
9+
VERSION 0.13.0)
1010

1111
list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake)
1212

docs/config.toml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,26 @@ main_page = "docs/pages/main-page.dox"
33
additional_pages = ["docs/pages/python-additional-info.md"]
44
src_folder = "src"
55

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

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

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

21+
# ['v0.10.0']
22+
# main_page = "docs/pages/main-page.dox"
23+
# additional_pages = ["docs/pages/python-additional-info.md"]
24+
# src_folder = "src"
25+
2126
# ['v0.9.0']
2227
# main_page = "docs/pages/main-page.dox"
2328
# additional_pages = ["docs/pages/python-additional-info.md"]

0 commit comments

Comments
 (0)