- Drops support for Python 3.6 - Removes the `mock` library in favor of the builtin `unittest.mock` library - Fix some typos
1.4.0
- Clarified various pieces of info - Unified more text replacements for easier usage of the template when getting started
1.3.0
- Pins dependencies and moves them to a constant - Adds missing lines to code coverage report
1.2.0
- Fixed the Coveralls command in GitHub Actions, builds now pass with their new platform requirement flag - Added a `release.yml` file to automate PyPI releasing via GitHub Actions
1.1.1
- Removed all references to Travis-CI and replace with GitHub Actions - Bumped the year in LICENSE - Added clarifying statement in README to remove all extra assets
1.1.0
- Added GitHub Actions - Added `conftest.py` - Updated `README` with much more verbose instructions on changing details of the project to get you started - Added test coverage - Correcting lint Makefile target to point to the unit folder