diff --git a/.gitignore b/.gitignore index d934e57..c8d3a99 100644 --- a/.gitignore +++ b/.gitignore @@ -4,7 +4,6 @@ __pycache__/ *.pyc .venv/ -venv/ .eggs/ *.egg-info/ dist/ diff --git a/CHANGELOG.md b/CHANGELOG.md index a45d4ef..5db450b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,19 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [1.0.2] - 2019-05-06 -### Changed - -- copyright year -- updated ci for new python builds -- black formatter - ### Added - changelog file (CHANGELOG.md) +- black formatter as a default option +- optional linters (bandit, isort, flake8, safety, check, pyroma) - configuration files for pylint (.pylintrc) and markdownlint (.markdownlint.json) -- description of a keyring issue -- logo -- optional linters +- README description of a keyring module issue with unsigned python binaries +- a logo file +- guidelines badges + +### Changed + +- license headers and a copyright year to 2019 +- README badges +- ci for new python builds +- sort imports ### Removed @@ -28,5 +31,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - pytest import from a local directory -- Read the Doc badge -- import modules +- typos