docs: update changelog for 0.3.0
This commit is contained in:
parent
01704befbb
commit
b9c65670c7
1 changed files with 29 additions and 0 deletions
29
CHANGELOG.md
29
CHANGELOG.md
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue