Releases: dotenv-org/python-dotenv-vault
Releases · dotenv-org/python-dotenv-vault
v0.6.4
- bump cryptography above 41.0.3 #20
v0.6.2
- allow library to search for .env.vault anywhere in project. Default to .env file if not found.
v0.6.1
- Fix fallback issue with gunicorn not respecting the current working directory when attempting to call find_dotenv. #17
v0.6.0
- fix environment loading issue
v0.5.2
- Install the build package as part of the build goal in the makefile.
- Add license file.
v0.5.1
- fix small bug when raising DotEnvVaultError
v0.5.0
- 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
- expand crpytography library version for better support
v.0.4.0
- Added feature to allow custom .env.vault path