Changed - Fixed bug in CMake parser where `include_directories` expected at least one argument.
3.2.1
Changed - Fixed the auto-generated `~/.haros/configs.yaml` to include the new sections to ignore rules and tags.
3.2.0
Added - `~/.haros/configs.yaml` file can be used to ignore specific rules or tags. - C++ files can be annotated with `// haros:ignore-line` and `// haros:ignore-next-line` to exclude specific lines from analysis. - Python files can be annotated with ` haros:ignore-line` and ` haros:ignore-next-line` to exclude specific lines from analysis.
3.1.2
Added - `requirements.txt` file.
Changed - Replaced `yaml.load` with `yaml.safe_load`. - Added a monkey patch for `pyflwor`, so that it now works from a `pip install`.
3.1.1
Changed - Made the dependency on `pyflwor` optional (38). - Updated README to reflect this (40).
3.1.0
Added - HAROS can now detect workspaces built with `catkin_make_isolated` and `catkin build`.