* added `FileHunk` data structure and ability to build `Diff` from `FileHunk`s * added `with_relative_location` and `with_relative_locations` to all data structures
1.1.7
* added `Diff` and `FileDiff` data structures
1.1.6
* added `__lt__` and `__le__` to FileLine, Location, LocationRange, FileLocation, and FileLocationRange
1.1.5
* updated to require Python 3.9 or greater * replaced travis CI with GitHub Actions workflows * switched from Pipenv to Poetry * dropped dependency on attrs (replaced by dataclasses) * added Makefile for development tasks
1.0.5
* Updated FileLineSet.to_dict to return line numbers in ascending order
1.0.4
* Added py.typed to support checking of type annotations