diff --git a/pyninja/__init__.py b/pyninja/__init__.py index 573fcf5..aed885b 100644 --- a/pyninja/__init__.py +++ b/pyninja/__init__.py @@ -7,7 +7,7 @@ from pyninja.main import start # noqa: F401 -version = "0.0.2" +version = "0.0.3" @click.command() diff --git a/release_notes.rst b/release_notes.rst index 50192f4..b5b5983 100644 --- a/release_notes.rst +++ b/release_notes.rst @@ -1,6 +1,10 @@ Release Notes ============= +v0.0.3 (08/16/2024) +------------------- +- Allows env vars to be sourced from both ``env_file`` and ``kwargs`` + v0.0.2 (08/16/2024) ------------------- - Includes added support for custom log configuration