Skip to content

Commit

Permalink
1.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
roehling committed Jan 16, 2020
1 parent b9bce79 commit 426e142
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
Version 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

Version 1.6.4
* Scan launch files for package dependencies
* New JSON output format
Expand Down
2 changes: 1 addition & 1 deletion src/catkin_lint/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
__author__ = "Timo Röhling <[email protected]>"
__copyright__ = "Copyright (c) 2013-2016 Fraunhofer FKIE"
__license__ = "BSD"
__version__ = "1.6.4"
__version__ = "1.6.5"
__all__ = ["cmake", "diagnostics", "linter", "environment", "main", "output", "ros", "util"]

0 comments on commit 426e142

Please sign in to comment.