From 5da765b3c631ac9ee9f87b6f88f39f7cdeb14a02 Mon Sep 17 00:00:00 2001 From: Vignesh Rao Date: Fri, 16 Aug 2024 09:51:17 -0500 Subject: [PATCH] Release `v0.0.3` --- pyninja/__init__.py | 2 +- release_notes.rst | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) 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