Skip to content

Commit

Permalink
Release v6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dormant-user committed Oct 5, 2024
1 parent fbc1a94 commit 304de18
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
3 changes: 1 addition & 2 deletions jarvis/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@
from multiprocessing import current_process
from typing import Callable

version = "5.1.0"
version = "6.0.0"


# todo: gather and join all processes that are triggered
def __preflight_check__() -> Callable:
"""Startup validator that imports Jarvis' main module to validate all dependencies' installation status.
Expand Down
10 changes: 10 additions & 0 deletions release_notes.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
Release Notes
=============

v6.0.0 (10/04/2024)
-------------------
- Includes support for ARM based macOS machines
- Removed support for legacy macOS machines (older than High Sierra)
- Restructured installation process
- Includes a resource tracker to terminate all uncaught daemon processes
- Makes ``root_password`` optional for Linux machines
- Includes bug fixes and minor improvements to overall coding structure
- Improved container orchestration using Docker API and email templates

v5.1.0 (06/09/2024)
-------------------
- Includes fully operational CLI functionalities.
Expand Down

0 comments on commit 304de18

Please sign in to comment.