Skip to content

Releases: wemake-services/dump-env

Version 1.6.0

18 May 15:13
67dab62

Choose a tag to compare

Features

  • Drops python3.9 support
  • Adds python3.13 support
  • Adds support for multiline values

Version 1.5.0

22 Mar 11:33
d086c9e

Choose a tag to compare

Features

  • Drops python3.7 and python3.8 support
  • Adds python3.11 and python3.12 official support

Misc

  • Updates multiple dev dependencies

Version 1.4.0

23 Sep 11:21
6bd75f4

Choose a tag to compare

Features

  • Add python3.10 support
  • Drops python3.6 support

Misc

  • Updates poetry to >=1.2

Version 1.3.0

12 Apr 09:25
98e7967

Choose a tag to compare

Features

  • Adds python3.9 support
  • Adds --source and --strict-source flags

Misc

  • Moves to Github Actions
  • Bumps a lot of dev dependencies

Version 1.2.0

29 Apr 08:43
a3b4510

Choose a tag to compare

Features

  • Adds python3.8 support

Version 1.1.1

29 Apr 08:43
ff70118

Choose a tag to compare

Bugfixes

  • Outputs errors to stderr instead of stdout

Version 1.1.0

08 Sep 12:00
b4805b4

Choose a tag to compare

Features

  • Adds --strict option to fail the command if some keys are not present

Misc

  • Updates wemake-python-styleguide to the latest version

Version 1.0.0

27 Jun 13:35
78e51b6

Choose a tag to compare

Breaking changes

  • Dropped python2 support

Features

  • Adds multiple -p flags

Misc

  • Updates dependencies
  • Enables dependabot
  • Improves testing and type checking
  • Improves docs
  • Adds CONTRIBUTING.md
  • Fixes sphinx and readthedocs builds

Version 0.2.1

30 Apr 10:58
fb86136

Choose a tag to compare

Features

  • Adds pyroma to check package metadata

Bugfixes

  • Fixes pypi readme rendering by providing pypandoc
  • Changes how version are deployed from travis
  • wheel is now universal

Version 0.2.0

30 Apr 10:36
2fddee8

Choose a tag to compare

Features

  • Refactors Env class to be a function
  • We are now using python3.5 for tests
  • We are now using md version of README file. New PyPI allows that!
  • Updates how linting works