docs: update changelog for 0.3.0

This commit is contained in:
Alex Kelly 2021-10-26 13:23:59 -04:00
parent 01704befbb
commit b9c65670c7

View file

@ -1,5 +1,34 @@
# Changelog
## v0.3.0 (2021-10-26)
#### New Features
* add --bullet option to change char in front of list items
Full set of changes: [`v0.2.4...v0.3.0`](https://git.admin.franklin.edu/kellya/task-status/compare/v0.2.4...v0.3.0)
## v0.2.4 (2021-10-25)
#### Fixes
* correct the -deleted to -DELETED to filter out tasks that were deleted
Full set of changes: [`v0.2.3...v0.2.4`](https://git.admin.franklin.edu/kellya/task-status/compare/v0.2.3...v0.2.4)
## v0.2.3 (2021-10-18)
#### Fixes
* correct issue causing the status_report filter to not apply
#### Others
* added tests and configs for linting and coverage
* Updated dependant packages
* removed coveage of main in the if __name__ test
Full set of changes: [`v0.2.2...v0.2.3`](https://git.admin.franklin.edu/kellya/task-status/compare/v0.2.2...v0.2.3)
## v0.2.2 (2021-08-26)
#### Fixes