Skip to content

Releases: dotenv-org/python-dotenv-vault

v0.6.4

13 Nov 06:22
3757ec2
Compare
Choose a tag to compare
  • bump cryptography above 41.0.3 #20

v0.6.3

09 Aug 00:41
Compare
Choose a tag to compare

v0.6.2

07 Aug 04:39
8d78a70
Compare
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
Compare
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
Compare
Choose a tag to compare
  • fix environment loading issue

v0.5.2

05 May 05:53
408fe00
Compare
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
Compare
Choose a tag to compare
  • fix small bug when raising DotEnvVaultError

v0.5.0

03 May 17:58
Compare
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
Compare
Choose a tag to compare
  • expand crpytography library version for better support

v.0.4.0

28 Jan 04:46
Compare
Choose a tag to compare
  • Added feature to allow custom .env.vault path