From 49eccf911bde716f3601310603351355a630d787 Mon Sep 17 00:00:00 2001 From: Lucas VALENTIN Date: Sat, 15 Apr 2023 17:24:11 +0200 Subject: [PATCH] [~] Fix some issues with versionning - 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 --- HISTORY.md | 31 ++++++++++++++++++++++++++++++- pyproject.toml | 2 +- 2 files changed, 31 insertions(+), 2 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 848a59e..6b013e1 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -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 diff --git a/pyproject.toml b/pyproject.toml index fbe555d..85e1101 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 = [