All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog with some additions:
- For all changes include one of [PATCH | MINOR | MAJOR] with the scope of the change being made.
- [MAJOR] Changed all commands to accept multiple paths and removed --directory input
- [MINOR] Updated dependencies
- [MINOR] Updated dependencies
- [MINOR] Update mypy to 1.0.0
- [PATCH] Fix for github annotations
- [MINOR] Update mypy config to avoid crash
- [MINOR] Added bandit security checking
- [MINOR] Improved parsing mypy results
- [MINOR] Allowed passing in custom config files for mypy and pylint
- [MINOR] Updated pylint to allow longer names
- [MINOR] Added versioning command
- [MINOR] Added deploying pre-release on push to main
- [MINOR] Updated pylint config for binascii
- [MINOR] Added deployment to pypi
- [MINOR] Added static files to setup.py
- [MINOR] Added executable scripts
- [MAJOR] Initial Commit