checkcert/CHANGELOG.md

16 lines
279 B
Markdown
Raw Permalink Normal View History

2021-09-28 16:44:52 -04:00
# Changelog
## v0.2.0 (2021-09-30)
2021-09-28 16:44:52 -04:00
#### New Features
* add color output for validity check of cert
2021-09-28 16:44:52 -04:00
* 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