Is your feature request related to a problem? Please describe.
Expose git history paths found to prior release to allow a change log to
be generated from the convention commit messages.
The library currently builds all git history paths from a prior release to the head commit
in order to determine the commit's semver. However it does not expose these paths.
Describe the solution you'd like
Make the appropriate classes public. Possibly via a factory.
Describe alternatives you've considered
May also be useful to extend the code to find paths between releases to
allow for change log generation for prior releases.
Additional context
None