We follow semantic versioning.
- Drops
python3.7
andpython3.8
support - Adds
python3.11
andpython3.12
official support
- Updates multiple dev dependencies
- Drops
python3.6
support
- Updates
poetry
to>=1.2
- Adds
python3.9
support - Adds
--source
flag
- Moves to Github Actions
- Bumps a lot of dev dependencies
- Adds
python3.8
support
- Outputs errors to
stderr
instead ofstdout
- Adds
--strict
option to fail the command if some keys are not present
- Updates
wemake-python-styleguide
to the latest version
- Dropped
python2
support
- Adds multiple
-p
flags
- Updates dependencies
- Enables dependabot
- Improves testing and type checking
- Improves docs
- Adds
CONTRIBUTING.md
- Fixes
sphinx
andreadthedocs
builds
- Adds
pyroma
to check package metadata
- Fixes
pypi
readme rendering by providingpypandoc
- Changes how version are deployed from
travis
wheel
is now universal
- Refactors
Env
class to be a function - We are now using
python3.5
for tests - We are now using
md
version ofREADME
file. New PyPI allows that! - Updates how linting works
- Fixes #1 when prefix was replaced multiple times in a string
- Initial release