Skip to content

Commit 47f0ac2

Browse files
committed
CHANGELOG, init: bump to v0.2.6
1 parent b7f0fe7 commit 47f0ac2

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
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+
111
## v0.2.5—Improve Exceptions
212
### Features
313
A new exception has been implemented (`DBException`) to abstract the underlying DB and its particular exceptions. User will only need to catch

src/numbat/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@
1919
from .api import SourcetrailDB
2020

2121
__all__ = ["SourcetrailDB"]
22-
__version__ = "0.2.5"
22+
__version__ = "0.2.6"

0 commit comments

Comments
 (0)