diff --git a/jarvis/__init__.py b/jarvis/__init__.py index 7f00c8f6..ac55da08 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.0.1" def __preflight_check__() -> Callable: diff --git a/release_notes.rst b/release_notes.rst index 8327ca83..201700e1 100644 --- a/release_notes.rst +++ b/release_notes.rst @@ -1,6 +1,15 @@ Release Notes ============= +v5.0.1 (06/09/2024) +------------------- +- Includes fully supported commandline interface. +- Supports more than 100 repositories for GitHub account summary functionality. +- 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 line 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