Skip to content

Commit

Permalink
[~] Fix some issues with versionning
Browse files Browse the repository at this point in the history
- Tags were not synced to actual releases versions, so we just skip one
  patch to sync them again
- Update HISTORY.md which was not maintained until now
  • Loading branch information
ValekoZ committed Apr 15, 2023
1 parent 6e8361e commit 49eccf9
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 2 deletions.
31 changes: 30 additions & 1 deletion HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,33 @@

## 0.1.0 (2023-04-11)

* First release on PyPI.
* Reading/parsing EWF files
* Retrieving partitions
* Retrieving MBR from NTFS partition
* Get back full path of files from the MBR
* Extract files from NTFS partitions


## 0.1.1 (2023-04-14)

* Add support for artefacts search with regex in yaml file.
* Fix some issues during data dumping (next time we must improve dump speed of large file)

### Note:

This release is associated to tag v0.1.2 instead of v0.1.1


## 0.1.2 (2023-04-14)

* Fix datetime

### Note:

This release is associated to tag v0.1.3 instead of v0.1.2


## 0.1.4 (2023-04-15)

* Fix mismatch between releases and git tags
* Update documentation
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool]
[tool.poetry]
name = "theforensicator"
version = "0.1.2"
version = "0.1.4"
homepage = "https://github.com/ValekoZ/theforensicator"
description = "School project for forensic investigations."
authors = [
Expand Down

0 comments on commit 49eccf9

Please sign in to comment.