Releases: wemake-services/dotenv-linter
Releases · wemake-services/dotenv-linter
Version 0.5.0
Features
- Drops
python3.7
andpython3.8
support - Adds
python3.11
andpython3.12
support - Removes
importlib_metadata
package
Misc
- Updates multiple dependencies
Version 0.4.0
Features
python3.6
support is droppedpkg_resources
is removed, nowimportlib_metadata
is used
Version 0.3.0
Features
- Now using
attrs
instead ofdataclasses
python3.9
andpython3.10
support- Updates
click
version
Misc
- Updates
wemake-python-styleguide
to0.16
- Updates
typing_extensions
package
Version 0.2.0
Features
- Adds
python3.8
support - Adds black-list of variable names
Misc
- Updates
wemake-python-styleguide
to0.14
- Updates
poetry
to1.0
- Updates
reviewdog
tov0.11.0
- Moves from Travis to GitHub actions
- Adds support for pre-commit
Version 0.1.5
Misc
- Adds docker support
- Adds Github Action support
- Updates
wemake-python-styleguide
to0.13
- Documentation updates
Version 0.1.4
Misc
- Now allows to work with
click<7
, it resolves compatibility with other tools - Updates
wemake-python-styleguide
to0.7