Skip to content

Commit

Permalink
Release v5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dormant-user committed Jun 10, 2024
1 parent a1fd8ce commit f29902c
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.1.0"


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.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
Expand Down

0 comments on commit f29902c

Please sign in to comment.