Skip to content

Commit 0db5564

Browse files
committed
CHANGELOG: v0.4.1
1 parent 727ce6a commit 0db5564

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,20 @@
1+
# v0.4.1
2+
This version enforces the usage of a more efficient version of numbat and fixes some little bugs.
3+
4+
## Features
5+
All:
6+
- enforce numbat >= 0.2 to increase analysis speed
7+
8+
## Fixes
9+
File system parser:
10+
- check db existence with the appropriate numbat method
11+
- remove error-prone path modifications in symlink resolution
12+
13+
**Full Changelog**: https://github.com/quarkslab/pyrrha/compare/v0.4.0...v0.4.1
14+
115
# v0.4.0—Numbat version
216
This version introduces the usage of Numbat, our home-made Sourcetrail SDK fully Pythonic. Thanks to it, `pyrrha` is much easier to install.
317

4-
518
## Features
619
All:
720
* Remove SourcetrailDB dependency to use `numbat` library
@@ -25,7 +38,8 @@ This release contains a CI that automatically upload the package on Pypi. You ca
2538
pip install pyrrha-mapper
2639
```
2740

28-
**Full Changelog**: https://github.com/quarkslab/pyrrha/compare/v0.2.0...v0.4.0
41+
**Full Changelog**: https://github.com/quarkslab/pyrrha/compare/v0.3.0...v0.4.0
42+
2943
# v0.3.0—Hack.lu edition
3044
Version release at the occasion of the talk [Pyrrha: navigate easily into your system binaries](https://pretalx.com/hack-lu-2023/talk/WVFPNK/) given at the CTI-summit of Hack.lu.
3145

0 commit comments

Comments
 (0)