Commit a8b2530 1 parent b3bf15b commit a8b2530 Copy full SHA for a8b2530
File tree 2 files changed +11
-1
lines changed
2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 3.3.0 (2022-09-22)
4
+
5
+ - Add option to hide system stats in the UI #72
6
+ - Add option to disable the collection of system statistics (#72 )
7
+ - Add syntax highlighting for TSQL and SQLite3 (#86 )
8
+ - Support pipeline execution without 'mara' database (#71 )
9
+ - Fix getting exitcode from process issue since python 3.8 (#87 )
10
+ - Use client-side rendering for graphviz when shell command is not available (#70 )
11
+
12
+
3
13
## 3.2.0 (2021-03-08)
4
14
5
15
- Fix CopyIncrementally with no data (#54 )
Original file line number Diff line number Diff line change 1
1
"""Make the functionalities of this package auto-discoverable by mara-app"""
2
- __version__ = '3.2 .0'
2
+ __version__ = '3.3 .0'
3
3
4
4
5
5
def MARA_CONFIG_MODULES ():
You can’t perform that action at this time.
0 commit comments