Skip to content

Commit

Permalink
Release v2.12.0
Browse files Browse the repository at this point in the history
Added
--

- [cmake] Add `AUTOLOAD` setting to the `add_plugin` macro to enable autoload (#436)
- [mc_rbdyn] Add `addForceSensor` to `Robot` (#433/#434)

Changes
--

- [cmake] The `add_plugin` macro no longer defaults to `AUTOLOAD=ON` (#436)

Fixes
--

- [cmake] Uninstall autoload files when plugin autoload option is disabled (#436)
- [mc_control] Trim autoload files so they can be edited manually (#436)
- [mc_rbdyn] Fix a bug in `addBodySensor` (#433)
  • Loading branch information
gergondet committed Feb 29, 2024
1 parent 4c0c47b commit 7604000
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 2 deletions.
20 changes: 19 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

## [Unreleased]

## [2.12.0] - 2024-02-29

### Added

- [cmake] Add `AUTOLOAD` setting to the `add_plugin` macro to enable autoload (#436)
- [mc_rbdyn] Add `addForceSensor` to `Robot` (#433/#434)

### Changes

- [cmake] The `add_plugin` macro no longer defaults to `AUTOLOAD=ON` (#436)

### Fixes

- [cmake] Uninstall autoload files when plugin autoload option is disabled (#436)
- [mc_control] Trim autoload files so they can be edited manually (#436)
- [mc_rbdyn] Fix a bug in `addBodySensor` (#433)

## [2.11.0] - 2024-02-05

### Added
Expand Down Expand Up @@ -836,7 +853,8 @@ mc_rtc website and tutorials are now available in [Japanese](https://jrl-umi3218

Initial release

[Unreleased]: https://github.com/jrl-umi3218/mc_rtc/compare/v2.11.0...HEAD
[Unreleased]: https://github.com/jrl-umi3218/mc_rtc/compare/v2.12.0...HEAD
[2.12.0]: https://github.com/jrl-umi3218/mc_rtc/releases/tag/v2.12.0
[2.11.0]: https://github.com/jrl-umi3218/mc_rtc/releases/tag/v2.11.0
[2.10.0]: https://github.com/jrl-umi3218/mc_rtc/releases/tag/v2.10.0
[2.9.3]: https://github.com/jrl-umi3218/mc_rtc/releases/tag/v2.9.3
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ endif()

set(PROJECT_NAME mc_rtc)
set(PROJECT_DESCRIPTION mc_rtc)
set(PROJECT_VERSION 2.11.0)
set(PROJECT_VERSION 2.12.0)
set(PROJECT_URL https://github.com/jrl-umi3218/mc_rtc)
set(PROJECT_DEBUG_POSTFIX "_d")
set(PROJECT_USE_KEYWORD_LINK_LIBRARIES TRUE)
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
mc-rtc (2.12.0-1debian1) unstable; urgency=medium

* Upstream update: see CHANGELOG.md

-- Pierre Gergondet <pierre.gergondet+ppa@gmail.com> Thu, 29 Feb 2024 11:15:06 +0900

mc-rtc (2.11.0-1debian1) unstable; urgency=medium

* Upstream update: see CHANGELOG.md
Expand Down

0 comments on commit 7604000

Please sign in to comment.