From f5aaaa5db9a3dab06d66fbc36f53fb8624019f57 Mon Sep 17 00:00:00 2001 From: Vignesh Rao Date: Sun, 9 Jun 2024 19:35:47 -0500 Subject: [PATCH] Release `v5.1.0` --- jarvis/__init__.py | 2 +- release_notes.rst | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/jarvis/__init__.py b/jarvis/__init__.py index 7f00c8f6..66b32aae 100644 --- a/jarvis/__init__.py +++ b/jarvis/__init__.py @@ -3,7 +3,7 @@ from multiprocessing import current_process from typing import Callable -version = "5.0.0" +version = "5.1.0" def __preflight_check__() -> Callable: diff --git a/release_notes.rst b/release_notes.rst index 8327ca83..8448fbc1 100644 --- a/release_notes.rst +++ b/release_notes.rst @@ -1,6 +1,15 @@ Release Notes ============= +v5.1.0 (06/09/2024) +------------------- +- Includes fully operational CLI functionalities. +- Supports more than 100 repositories for GitHub account summary feature. +- Removes GitHub cloning feature by repo name. +- Bug fix on flaky screen output for terminal sessions. +- Supports ``None`` for ``startup_options`` environment variable. +- Includes endpoints to return total lines of code and total number of files as an integer or an HTML badge. + v5.0.0 (06/04/2024) ------------------- - Includes a pre-trained generative model using Ollama