CHANGES
=======

0.3.0
-----

* Update the help output in the docs
* Add --function, --method and --closure
* Search docstrings for modules too
* Fix yaml error
* Add some tracking
* Add a better intro in the docs
* Add badges and a small intro to the docs
* Contributing and roadmap docs
* Install the latest stable version to fix the docs version number
* Add the version to the documentation
* Revert "Add the version to the documentation"
* Add the version to the documentation

0.2.0
-----

* Add --private and --public to the docs
* Don't match dunder methods when looking for "private" only
* Add support for --public and --private
* Removed an unused function and fixed a typo - thanks vulture!
* Add Python 3.6 to the classifiers
* Add Python 3.6 to tox
* Remove relative imports
* Add --version, which displays the version and quits
* Improved the matching of imports
* Only allow --verbose or --debug
* Update classifiers
* Set the source language to text

0.1.1
-----

* Add documentation for --call and an exmaple of searching everything
* Add --call for searching for calls (of functions or new classes etc.)
* Add an option to show some stats at the end of the search
* Add a note about platform support
* Fix some formatting issues in the code examples
* Add output to the docs examples
* Ignore under indentation warnings
* Add help messages to the CLI
* Handle individual files as an input and fix some logging output
* Fix formatting in the README
* Add hacking flake8 extensions
* Remove extra encrypted values in the Travis config

0.1.0
-----

* Further POC and initial documentation
* Initial POC
