Skip to content

Commit

Permalink
Release v5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dormant-user committed Jun 9, 2024
1 parent 4f11dab commit f04e448
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion jarvis/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
9 changes: 9 additions & 0 deletions release_notes.rst
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit f04e448

Please sign in to comment.