Skip to content

Commit

Permalink
1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
roehling committed Sep 2, 2019
1 parent 530a3d1 commit 25ca2d5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
Version 1.6.1
* Symlinks in package paths will no longer be resolved
* Update list of useless buzzwords
* Add support for new list manipulation functions
* Add explicit support for Qt5 components
* Rename --show-suppressed to --show-ignored for consistency

Version 1.6.0
* Consolidated diagnostic messages and removed obsolete ones
* Improve support for files generated at build time
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.0"
__version__ = "1.6.1"
__all__ = ["cmake", "diagnostics", "linter", "environment", "main", "output", "ros", "util"]

0 comments on commit 25ca2d5

Please sign in to comment.