task-status/CHANGELOG.md

60 lines
1.7 KiB
Markdown
Raw Normal View History

2021-08-18 10:32:46 -04:00
# Changelog
2021-08-28 16:44:27 -04:00
## v0.2.2 (2021-08-26)
#### Fixes
* 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)
## v0.1.1 (2021-08-18)
Full set of changes: [`v0.1.0...v0.1.1`](https://git.admin.franklin.edu/kellya/task-status/compare/v0.1.0...v0.1.1)
2021-08-18 19:52:55 -04:00
2021-08-18 10:32:46 -04:00
## v0.1.0 (2021-08-18)
#### New Features
* Added click and --uuid to display task's uuid to aid in cleanup of tasks