Fixed - hashin 0.7.0 broke backwards compatibility; dephash 0.3.0 fixes that and requires `hashin>=0.7.1` - fixed the path to hashin if you haven't activated your virtualenv. - updated the `tests/data/prod1.txt` file with updated dephash `requirements-prod.txt`
Removed - removed `tests/data/prod2.txt`
0.2.0
Changed - Rename to `dephash` since there is already a `reqhash` in pypi - Moved `dephash` functionality to `dephash gen`
Added - Added `dephash outdated` to check for outdated files
0.1.0
Changed - Use `click` for commandline options - Use `hashin` for package hashing - Use `logging` for log output