File tree Expand file tree Collapse file tree 3 files changed +17
-3
lines changed
Expand file tree Collapse file tree 3 files changed +17
-3
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 2.9.1] - 2023-10-13
4+
5+ ### Fixes
6+
7+ - [ debian] Package dependency fix in Jammy and later releases
8+ - [ cmake/ROS] Do no let ament intefere with the uninstall target
9+
310## [ 2.9.0] - 2023-10-11
411
512### Added
@@ -773,8 +780,9 @@ mc_rtc website and tutorials are now available in [Japanese](https://jrl-umi3218
773780
774781Initial release
775782
776- [ Unreleased ] : https://github.com/jrl-umi3218/mc_rtc/compare/v2.9.0...HEAD
777- [ 2.8.0 ] : https://github.com/jrl-umi3218/mc_rtc/releases/tag/v2.9.0
783+ [ Unreleased ] : https://github.com/jrl-umi3218/mc_rtc/compare/v2.9.1...HEAD
784+ [ 2.9.1 ] : https://github.com/jrl-umi3218/mc_rtc/releases/tag/v2.9.1
785+ [ 2.9.0 ] : https://github.com/jrl-umi3218/mc_rtc/releases/tag/v2.9.0
778786[ 2.8.0 ] : https://github.com/jrl-umi3218/mc_rtc/releases/tag/v2.8.0
779787[ 2.7.0 ] : https://github.com/jrl-umi3218/mc_rtc/releases/tag/v2.7.0
780788[ 2.6.0 ] : https://github.com/jrl-umi3218/mc_rtc/releases/tag/v2.6.0
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ endif()
1212
1313set (PROJECT_NAME mc_rtc)
1414set (PROJECT_DESCRIPTION mc_rtc)
15- set (PROJECT_VERSION 2.9.0 )
15+ set (PROJECT_VERSION 2.9.1 )
1616set (PROJECT_URL https://gite.lirmm.fr/multi-contact/mc_rtc)
1717set (PROJECT_DEBUG_POSTFIX "_d" )
1818set (PROJECT_USE_KEYWORD_LINK_LIBRARIES TRUE )
Original file line number Diff line number Diff line change 1+ mc-rtc (2.9.1-1debian1) unstable; urgency=medium
2+
3+ * Upstream update: see CHANGELOG.md
4+
5+ -- Pierre Gergondet <pierre.gergondet+ppa@gmail.com> Fri, 13 Oct 2023 14:09:37 +0900
6+
17mc-rtc (2.9.0-1debian1) unstable; urgency=medium
28
39 * Upstream update: see CHANGELOG.md
You can’t perform that action at this time.
0 commit comments