robotology / yarp

YARP - Yet Another Robot Platform
http://www.yarp.it
Other
527 stars 195 forks source link

Bump YARP version to 3.8.100 #3054

Closed traversaro closed 1 year ago

traversaro commented 1 year ago

The current master of YARP (used in the CI of the robotology-superbuild to catch errors as early as possible) contains a breaking change introduced in https://github.com/robotology/yarp/commit/a29c6b28801e9d84f340f44a6295aeb74ef79de5 . We can easily handle this in downstream libraries, but to avoid a tight coupling between the YARP version and the version of downstream libraries, we would need some way to know which version of YARP contains this change. While we wait for YARP 3.9.0, an easy fix for this is to bump the version of YARP to 3.8.100, that is a simple way to mark development builds.

update-docs[bot] commented 1 year ago

Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would update the release notes by adding a file in doc/release/<target_branch>, based on your changes.

traversaro commented 1 year ago

Not necessary anymore as now YARP 3.9.0 was released: https://github.com/robotology/yarp/releases/tag/v3.9.0 .