Skip to content

Commit

Permalink
Fix startup errors on Linux OS
Browse files Browse the repository at this point in the history
Provide better user experience with runbook
Implement background health check process
Release v2.0
  • Loading branch information
dormant-user committed May 11, 2023
1 parent cae586b commit a97decd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion jarvis_ui/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import os

version = "1.1"
version = "2.0"

install_script = os.path.join(os.path.dirname(__file__), 'lib', 'install.sh')

Expand Down
7 changes: 7 additions & 0 deletions release_notes.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Release Notes
=============

0.6.4 (05/10/2023)
------------------
- Fix startup errors on Linux OS
- Provide better user experience with runbook
- Implement background health check process
- Release v2.0

0.6.3 (05/10/2023)
------------------
- Support self restart on Linux OS
Expand Down

0 comments on commit a97decd

Please sign in to comment.