* Corrected a missing elif that was causing duplicated output when --uuid was specified
* fixed duplicate project adding
#### Refactorings
* remove test dep on build task
#### Others
* Added coverage tests
* Added header and sort tests
Full set of changes: [`v0.2.1...v0.2.2`](https://git.admin.franklin.edu/kellya/task-status/compare/v0.2.1...v0.2.2)
## v0.2.1 (2021-08-23)
#### Fixes
* corrected the issue causing split project entries closes [#1](https://git.admin.franklin.edu/kellya/task-status/issues/1)
* Added handling for empty/no project name
#### Others
* cleanup for linting errors
* Add directory to correct flakes flakiness
* attempt to fix [#1](https://git.admin.franklin.edu/kellya/task-status/issues/1), but instead made it fail the same way with completely different logic
* hopefully fixed tests adding ci tasks to my taskwarrior
* fixed the forced bad entry
* checking in invalid code to force a build fail
Full set of changes: [`v0.2.0...v0.2.1`](https://git.admin.franklin.edu/kellya/task-status/compare/v0.2.0...v0.2.1)
## v0.2.0 (2021-08-19)
#### New Features
* added --header option to display start date of report
#### Others
* added taskrc config for base configuration
* added makefile
* Added __init__.py to try to clean up build errors
* added a useless --help test to verify commit message hook is working
Full set of changes: [`v0.1.1...v0.2.0`](https://git.admin.franklin.edu/kellya/task-status/compare/v0.1.1...v0.2.0)