Release 1.1.0
Changes since release 1.0.0:
- Don't count the root tree in
MaxPathDepth
(this probably agrees better with user expectations)
Fixes:
- Fix formatting of README
- Fix failure when started from a subdirectory within the working tree or from a submodule
- Specify the minimum required Git version (which is 2.6) in the README
- Prevent a panic that could occur if one annotated tag pointed at another and they were not processed in parent→child order
- Add more automated tests