Skip to content

Commit

Permalink
CHANGELOG: v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ebrocas committed Dec 12, 2023
1 parent 727ce6a commit 0db5564
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,20 @@
# v0.4.1
This version enforces the usage of a more efficient version of numbat and fixes some little bugs.

## Features
All:
- enforce numbat >= 0.2 to increase analysis speed

## Fixes
File system parser:
- check db existence with the appropriate numbat method
- remove error-prone path modifications in symlink resolution

**Full Changelog**: https://github.com/quarkslab/pyrrha/compare/v0.4.0...v0.4.1

# v0.4.0—Numbat version
This version introduces the usage of Numbat, our home-made Sourcetrail SDK fully Pythonic. Thanks to it, `pyrrha` is much easier to install.


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

**Full Changelog**: https://github.com/quarkslab/pyrrha/compare/v0.2.0...v0.4.0
**Full Changelog**: https://github.com/quarkslab/pyrrha/compare/v0.3.0...v0.4.0

# v0.3.0—Hack.lu edition
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.

Expand Down

0 comments on commit 0db5564

Please sign in to comment.