Skip to content

Commit

Permalink
all: bump version to 0.4.2 and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ebrocas committed Mar 6, 2024
1 parent cd3fae4 commit 3d46974
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 4 deletions.
22 changes: 20 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## v0.4.2—Documentation
This version introduces a brand new documentation and some uniformization to help future mapper development.

### Features
All:

* A new documentation

File system parser:

* Deactivate lief logging to reduce "noise".

Docker/CI:

* Add template for future mapper.

**Full Changelog**: [https://github.com/quarkslab/pyrrha/compare/v0.4.1...v0.4.2](https://github.com/quarkslab/pyrrha/compare/v0.4.1...v0.4.2)

## v0.4.1
This version enforces the usage of a more efficient version of numbat and fixes some little bugs.

Expand Down Expand Up @@ -38,7 +56,7 @@ Docker/CI:
- Symlink resolution was partially broken due to not extensive checks on the path. It was trying to parse directory for example.

### Associated Python package
This release contains a CI that automatically upload the package on Pypi. You can now install Pyrrha by doing
This release contains a CI that automatically upload the package on Pypi. You can now install Pyrrha by doing
```python
pip install pyrrha-mapper
```
Expand Down Expand Up @@ -104,4 +122,4 @@ Doc:
* Dockerfile was copying non existing directory, this action has been removed.

## v0.1
First public release of Pyrrha
First public release of Pyrrha
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ requires = [

[project]
name = 'pyrrha-mapper'
version = '0.4.1'
version = '0.4.2'
authors = [
{ name = 'Eloïse Brocas', email = 'ebrocas@quarkslab.com' },
]
Expand Down Expand Up @@ -62,4 +62,4 @@ doc = [
'mkdocs-glightbox',
'mkdocs-material',
'mkdocs-section-index'
]
]

0 comments on commit 3d46974

Please sign in to comment.