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
1
+ ## v0.2.6—Add Options in File Operation
2
+ ### Features
3
+ User can now specify the name under which a file is recorded in db (` SourcetrailDB.record_file ` )
4
+
5
+ ### Fixes
6
+ - File directory (for side loaded files) is only created when required not automatically at the init of the DB.
7
+
8
+ ** Full Changelog** : [ https://github.com/quarkslab/numbat/compare/v0.2.5...v0.2.6 ] ( https://github.com/quarkslab/numbat/compare/v0.2.5...v0.2.6 )
9
+
10
+
1
11
## v0.2.5—Improve Exceptions
2
12
### Features
3
13
A new exception has been implemented (` DBException ` ) to abstract the underlying DB and its particular exceptions. User will only need to catch
Original file line number Diff line number Diff line change 19
19
from .api import SourcetrailDB
20
20
21
21
__all__ = ["SourcetrailDB" ]
22
- __version__ = "0.2.5 "
22
+ __version__ = "0.2.6 "
You can’t perform that action at this time.
0 commit comments