We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f188bf commit 9386434Copy full SHA for 9386434
CHANGELOG.md
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. See [standa
4
5
## [Unreleased](https://github.com/dotenv-org/python-dotenv-vault/compare/v0.2.0...master)
6
7
+## 0.4.0
8
+
9
+### Added
10
11
+- Added feature to allow custom .env.vault path
12
13
## 0.3.0
14
15
### Added
src/dotenv_vault/__version__.py
@@ -1,7 +1,7 @@
1
__title__ = "python-dotenv-vault"
2
__description__ = "Decrypt .env.vault file."
3
__url__ = "https://github.com/dotenv-org/python-dotenv-vault"
-__version__ = "0.3.0"
+__version__ = "0.4.0"
__author__ = "dotenv"
__author_email__ = "mot@dotenv.org"
__license__ = "MIT"
0 commit comments