There was an error while loading. Please reload this page.
1 parent 3618f1d commit f5b3d48Copy full SHA for f5b3d48
2 files changed
CHANGELOG.md
@@ -1,3 +1,13 @@
1
+## v0.2.4—Fixes
2
+### Features
3
+N/A
4
+
5
+### Fixes
6
+- Internal get catch errors when needed.
7
+- Detail errors to improve debug experience.
8
9
+**Full Changelog**: [https://github.com/quarkslab/numbat/compare/v0.2.3...v0.2.4](https://github.com/quarkslab/numbat/compare/v0.2.3...v0.2.4)
10
11
## v0.2.3—Typing Support (PEP 561)
12
### Features
13
- Add packaging type information.
src/numbat/__init__.py
@@ -19,4 +19,4 @@
19
from .api import SourcetrailDB
20
21
__all__ = ["SourcetrailDB"]
22
-__version__ = "0.2.3"
+__version__ = "0.2.4"
0 commit comments