Skip to content

Commit ed13273

Browse files
committed
Release v2.9.2
Fixes -- - [ROS] Correctly initialize ros2 - [ROS2] Publish description and parameters as topics rather than parameters
1 parent d228037 commit ed13273

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
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

781788
Initial 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

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ endif()
1212

1313
set(PROJECT_NAME mc_rtc)
1414
set(PROJECT_DESCRIPTION mc_rtc)
15-
set(PROJECT_VERSION 2.9.1)
15+
set(PROJECT_VERSION 2.9.2)
1616
set(PROJECT_URL https://gite.lirmm.fr/multi-contact/mc_rtc)
1717
set(PROJECT_DEBUG_POSTFIX "_d")
1818
set(PROJECT_USE_KEYWORD_LINK_LIBRARIES TRUE)

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
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+
17
mc-rtc (2.9.1-1debian1) unstable; urgency=medium
28

39
* Upstream update: see CHANGELOG.md

0 commit comments

Comments
 (0)