File tree Expand file tree Collapse file tree 3 files changed +16
-2
lines changed
Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 2.9.2] - 2023-10-16
4+
5+ ### Fixes
6+
7+ - [ ROS] Correctly initialize ros2
8+ - [ ROS2] Publish description and parameters as topics rather than parameters
9+
310## [ 2.9.1] - 2023-10-13
411
512### Fixes
@@ -780,7 +787,8 @@ mc_rtc website and tutorials are now available in [Japanese](https://jrl-umi3218
780787
781788Initial release
782789
783- [ Unreleased ] : https://github.com/jrl-umi3218/mc_rtc/compare/v2.9.1...HEAD
790+ [ Unreleased ] : https://github.com/jrl-umi3218/mc_rtc/compare/v2.9.2...HEAD
791+ [ 2.9.2 ] : https://github.com/jrl-umi3218/mc_rtc/releases/tag/v2.9.2
784792[ 2.9.1 ] : https://github.com/jrl-umi3218/mc_rtc/releases/tag/v2.9.1
785793[ 2.9.0 ] : https://github.com/jrl-umi3218/mc_rtc/releases/tag/v2.9.0
786794[ 2.8.0 ] : https://github.com/jrl-umi3218/mc_rtc/releases/tag/v2.8.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.1 )
15+ set (PROJECT_VERSION 2.9.2 )
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.2-1debian1) unstable; urgency=medium
2+
3+ * Upstream update: see CHANGELOG.md
4+
5+ -- Pierre Gergondet <pierre.gergondet+ppa@gmail.com> Mon, 16 Oct 2023 10:16:28 +0900
6+
17mc-rtc (2.9.1-1debian1) unstable; urgency=medium
28
39 * Upstream update: see CHANGELOG.md
You can’t perform that action at this time.
0 commit comments