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