Skip to content

Commit

Permalink
1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
roehling committed Jan 29, 2014
1 parent dd27cba commit e275575
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
Version 1.3.0

* New CMake parser
* Support macros
* Support variable scopes
* Check for pkg-config calls
* Check for environment variable usage
* Check for global variables
* Various bugfixes

Version 1.2.6

* Bump minimum Python version to 2.7
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 @@ -4,6 +4,6 @@
__author__ = "Timo Röhling <[email protected]>"
__copyright__ = "Copyright (c) 2013,2014 Fraunhofer FKIE"
__license__ = "BSD"
__version__ = "1.2.6"
__version__ = "1.3.0"
__all__ = [ "cmake", "diagnostics", "linter", "main", "output", "util" ]

0 comments on commit e275575

Please sign in to comment.