34 lines
679 B
Markdown
34 lines
679 B
Markdown
# Changelog
|
|
|
|
## v0.3.0 (2021-10-01)
|
|
|
|
#### New Features
|
|
|
|
* add option to get host names from an external file
|
|
#### Refactorings
|
|
|
|
* clean-up for pylint
|
|
#### Docs
|
|
|
|
* update docs with a _little_ more detail
|
|
#### Others
|
|
|
|
* fix spelling
|
|
* refactor test code for pep8
|
|
* update tests to handle all branches
|
|
|
|
Full set of changes: [`v0.2.0...v0.3.0`](https://git.admin.franklin.edu/tins/checkcert/compare/v0.2.0...v0.3.0)
|
|
|
|
## v0.2.0 (2021-09-30)
|
|
|
|
#### New Features
|
|
|
|
* add color output for validity check of cert
|
|
* add option to display the text version of the x509 cert
|
|
#### Fixes
|
|
|
|
* remove duplication of output
|
|
#### Others
|
|
|
|
* add base coverage for all functions
|
|
* add initial test cases
|