File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed
Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
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+
313## 3.2.0 (2021-03-08)
414
515- Fix CopyIncrementally with no data (#54 )
Original file line number Diff line number Diff line change 11"""Make the functionalities of this package auto-discoverable by mara-app"""
2- __version__ = '3.2 .0'
2+ __version__ = '3.3 .0'
33
44
55def MARA_CONFIG_MODULES ():
You can’t perform that action at this time.
0 commit comments