Skip to content

v2.17.0

Latest
Compare
Choose a tag to compare
@doudou doudou released this 08 Jan 18:15
· 11 commits to master since this release

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