- Added conditions in get_fixing_commits_from_* to speed up execution when fixing-commits are provided in advance. In this way, the miner avoid parsing commit messages for those commits already known to be fixing-commits.
0.2.7
- Bugfix.
0.2.6
- Bugfix.
0.2.5
- The module miner has been renamed to repositoryminer, to avoid misleading imports in third-party applications.
**Important:** be sure to rename *import miner* into *import repositoryminer* in your code.