Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
1.2.0
=====
* Ignore not-indented ldd output (#14)
* Added handling of static libraries (#13)

1.1.0
=====
* Added ``--sorted`` command-line option
Expand Down
2 changes: 1 addition & 1 deletion pylddwrap_meta.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
__title__ = 'pylddwrap'
__description__ = 'Wrap ldd *nix utility to determine shared libraries required by a program.'
__url__ = 'https://github.com/Parquery/lddwrap'
__version__ = '1.1.0' # don't forget to update the changelog!
__version__ = '1.2.0' # don't forget to update the changelog!
__author__ = 'Selim Naji, Adam Radomski and Marko Ristin'
__author_email__ = '[email protected], [email protected], [email protected]'
__license__ = 'MIT'
Expand Down