Skip to content

Commit a97decd

Browse files
committed
Fix startup errors on Linux OS
Provide better user experience with runbook Implement background health check process Release v2.0
1 parent cae586b commit a97decd

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

jarvis_ui/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import os
22

3-
version = "1.1"
3+
version = "2.0"
44

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

release_notes.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Release Notes
22
=============
33

4+
0.6.4 (05/10/2023)
5+
------------------
6+
- Fix startup errors on Linux OS
7+
- Provide better user experience with runbook
8+
- Implement background health check process
9+
- Release v2.0
10+
411
0.6.3 (05/10/2023)
512
------------------
613
- Support self restart on Linux OS

0 commit comments

Comments
 (0)