Fixes
- bundler version is now automatically restricted for Ruby < 2.5 and Ruby < 3.0 to the relevant versions
New features
manifest.xml
now accepts condition
attributes to dependencies. These condition attributes rely on autoproj's configuration file, with variables being available as $VARIABLE and support:
- booleans
- equality of string and numbers using
==
- comparison of numbers (< <= > >=)
- and/or and parenthesis for priority