Skip to content

Commit b47d018

Browse files
committed
Release v2.9.1
Fixes --- - [debian] Package dependency fix in Jammy and later releases - [cmake/ROS] Do no let ament intefere with the uninstall target
1 parent ea89840 commit b47d018

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

CHANGELOG.md

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

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

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.0)
15+
set(PROJECT_VERSION 2.9.1)
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.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+
17
mc-rtc (2.9.0-1debian1) unstable; urgency=medium
28

39
* Upstream update: see CHANGELOG.md

0 commit comments

Comments
 (0)