* Add support for target_include_directories() * Add support for the new signature of target_link_libraries() * Fix check for dependencies with ROS messages * Add a special case for yaml-cpp as dependency * Add a few missing unit tests
1.6.6
* Add API call to register custom messages for plugins * Use versioneer for version number management * A few minor bugfixes
1.6.5
* Remove unneeded "rosunit" dependency suggestion * Add support for installation with private modules * Add new option --skip-path to exclude paths * More PEP8 style fixes in the source code
1.6.4
* Scan launch files for package dependencies * New JSON output format * PEP8 style fixes in the source code
1.6.3
* Update sources.cache for unit tests * Gracefully handle missing rosdistro package
1.6.2
* Ignore missing depends if nothing is built * Complain about improper inclusion of catkin packages * Add support for interface libraries * A few minor bugfixes