Skip to content

Releases: dotenv-org/python-dotenv-vault

v0.7.0

01 Jul 12:40

Choose a tag to compare

Changed

  • Update dependencies python-dotenv and cryptography
  • Remove support for Python 3.7

v0.6.4

13 Nov 06:22
3757ec2

Choose a tag to compare

  • bump cryptography above 41.0.3 #20

v0.6.3

09 Aug 00:41

Choose a tag to compare

v0.6.2

07 Aug 04:39
8d78a70

Choose a tag to compare

  • allow library to search for .env.vault anywhere in project. Default to .env file if not found.

v0.6.1

01 Aug 00:44

Choose a tag to compare

  • Fix fallback issue with gunicorn not respecting the current working directory when attempting to call find_dotenv. #17

v0.6.0

16 May 04:38
dddc9a3

Choose a tag to compare

  • fix environment loading issue

v0.5.2

05 May 05:53
408fe00

Choose a tag to compare

  • Install the build package as part of the build goal in the makefile.
  • Add license file.

v0.5.1

04 May 06:12

Choose a tag to compare

  • fix small bug when raising DotEnvVaultError

v0.5.0

03 May 17:58

Choose a tag to compare

  • Reorganise and simplify code
  • Make API correspond more closely to python-dotenv
  • Improve error handling
  • Add tests and CI
  • Upgrade to build for release build

v0.4.1

28 Jan 08:17

Choose a tag to compare

  • expand crpytography library version for better support