From a04a7c714041ca2dea2e15c14246ed05c7663680 Mon Sep 17 00:00:00 2001 From: Vignesh Rao Date: Fri, 16 Aug 2024 09:15:49 -0500 Subject: [PATCH] Release `v0.0.2` --- 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 b784028..573fcf5 100644 --- a/pyninja/__init__.py +++ b/pyninja/__init__.py @@ -7,7 +7,7 @@ from pyninja.main import start # noqa: F401 -version = "0.0.1" +version = "0.0.2" @click.command() diff --git a/release_notes.rst b/release_notes.rst index dd3b40b..50192f4 100644 --- a/release_notes.rst +++ b/release_notes.rst @@ -1,6 +1,10 @@ Release Notes ============= +v0.0.2 (08/16/2024) +------------------- +- Includes added support for custom log configuration + v0.0.1 (08/11/2024) ------------------- - Includes a process monitor and remote command execution functionality