Skip to content

Commit c9d1001

Browse files
committed
chore(release): bump version to 2.0.6
Prepare the 2.0.6 release: hardened HTML report (stored-XSS fix), geocoding privacy controls, positional-target CLI, and safer defaults.
1 parent 888a40f commit c9d1001

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "MetaDetective"
7-
version = "2.0.5"
7+
version = "2.0.6"
88
description = "Metadata extraction and web scraping for OSINT and pentesting."
99
authors = [{ name = "Franck Ferman", email = "contact@franckferman.fr" }]
1010
license = { file = "LICENSE" }

src/MetaDetective/MetaDetective.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
Created By : Franck FERMAN @franckferman
66
Created Date: 27/08/23
7-
Version : 2.0.4 (28/03/26)
7+
Version : 2.0.6 (03/07/26)
88
Refactored : Enhanced multithreading and code structure
99
"""
1010

0 commit comments

Comments
 (0)