Skip to content

Commit f5b3d48

Browse files
committed
CHANGELOG, all: bump version to 0.2.4
Signed-off-by: Eloïse Brocas <ebrocas@quarkslab.com>
1 parent 3618f1d commit f5b3d48

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
111
## v0.2.3—Typing Support (PEP 561)
212
### Features
313
- Add packaging type information.

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.3"
22+
__version__ = "0.2.4"

0 commit comments

Comments
 (0)