Skip to content

Releases: wemake-services/dotenv-linter

Version 0.5.0

13 Mar 11:53
381697b
Compare
Choose a tag to compare

Features

  • Drops python3.7 and python3.8 support
  • Adds python3.11 and python3.12 support
  • Removes importlib_metadata package

Misc

  • Updates multiple dependencies

Version 0.4.0

20 Sep 20:07
f04ac09
Compare
Choose a tag to compare

Features

  • python3.6 support is dropped
  • pkg_resources is removed, now importlib_metadata is used

Version 0.3.0

13 Dec 21:30
6570121
Compare
Choose a tag to compare

Features

  • Now using attrs instead of dataclasses
  • python3.9 and python3.10 support
  • Updates click version

Misc

  • Updates wemake-python-styleguide to 0.16
  • Updates typing_extensions package

Version 0.2.0

12 Dec 11:48
c94973a
Compare
Choose a tag to compare

Features

  • Adds python3.8 support
  • Adds black-list of variable names

Misc

  • Updates wemake-python-styleguide to 0.14
  • Updates poetry to 1.0
  • Updates reviewdog to v0.11.0
  • Moves from Travis to GitHub actions
  • Adds support for pre-commit

Version 0.1.5

04 Dec 10:41
9411d52
Compare
Choose a tag to compare

Misc

  • Adds docker support
  • Adds Github Action support
  • Updates wemake-python-styleguide to 0.13
  • Documentation updates

Version 0.1.4

01 Feb 12:16
c1af9dc
Compare
Choose a tag to compare

Misc

  • Now allows to work with click<7, it resolves compatibility with other tools
  • Updates wemake-python-styleguide to 0.7

0.1.3

19 Dec 10:04
a7aa6fe
Compare
Choose a tag to compare

Bugfixes

  • Fixes issue with duplicate values across different files

0.1.2

19 Dec 09:24
66586ec
Compare
Choose a tag to compare

Bugfixes

  • Fixes issue with empty comments

Misc

  • wemake-python-styleguide upgrade

0.1.1

18 Dec 12:03
a80560d
Compare
Choose a tag to compare

Bugfixes

  • Fixes how homepage in defined in pyproject.toml

Misc

  • Improves docs: adds examples and usage section to the README.md
  • Changes state: from Alpha to Beta

0.1.0

18 Dec 11:36
47bc770
Compare
Choose a tag to compare

Initial release