- fix: deprecated string literal escapes refactored to raw strings. ufo.py module (deprecated as of Py3.6) - reformat import statements based with default isort formatting - refactor all Python source to achieve line lengths < 90 - add flake8 lint testing - update gitpython dependency to v3.1.8
1.0.1
- update gitpython dependency to v3.1.5 - decreases package size by removing tests from distribution - update gitdb dependency to v4.0.5 - update smmap dependency to v3.0.4 - add dependabot configuration file
1.0.0
- v1 release - eliminate Py2.7 support - remove unnecessary import statement in `subcommands.diff` module - black source formatting - update Python dependencies - broaden pinned depdendency definitions in requirements.txt file - use requirements.txt dependency versions in CI testing - add macOS CI testing
0.5.4
- updated gitpython dependency to version 2.1.11
0.5.3
- updated gitpython dependency to version 2.1.10 - added license to Python wheel distributions - removed Travis CI testing, added Semaphore CI testing