Skip to content

Commit

Permalink
Release v2.9.1
Browse files Browse the repository at this point in the history
Fixes
---

- [debian] Package dependency fix in Jammy and later releases
- [cmake/ROS] Do no let ament intefere with the uninstall target
  • Loading branch information
gergondet committed Oct 13, 2023
1 parent ea89840 commit b47d018
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [2.9.1] - 2023-10-13

### Fixes

- [debian] Package dependency fix in Jammy and later releases
- [cmake/ROS] Do no let ament intefere with the uninstall target

## [2.9.0] - 2023-10-11

### Added
Expand Down Expand Up @@ -773,8 +780,9 @@ 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.9.0...HEAD
[2.8.0]: https://github.com/jrl-umi3218/mc_rtc/releases/tag/v2.9.0
[Unreleased]: https://github.com/jrl-umi3218/mc_rtc/compare/v2.9.1...HEAD
[2.9.1]: https://github.com/jrl-umi3218/mc_rtc/releases/tag/v2.9.1
[2.9.0]: https://github.com/jrl-umi3218/mc_rtc/releases/tag/v2.9.0
[2.8.0]: https://github.com/jrl-umi3218/mc_rtc/releases/tag/v2.8.0
[2.7.0]: https://github.com/jrl-umi3218/mc_rtc/releases/tag/v2.7.0
[2.6.0]: https://github.com/jrl-umi3218/mc_rtc/releases/tag/v2.6.0
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.9.0)
set(PROJECT_VERSION 2.9.1)
set(PROJECT_URL https://gite.lirmm.fr/multi-contact/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.9.1-1debian1) unstable; urgency=medium

* Upstream update: see CHANGELOG.md

-- Pierre Gergondet <[email protected]> Fri, 13 Oct 2023 14:09:37 +0900

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

* Upstream update: see CHANGELOG.md
Expand Down

0 comments on commit b47d018

Please sign in to comment.