Skip to content

Commit 9b7f36d

Browse files
authored
Merge pull request soxoj#166 from soxoj/0.3.0
Bump to 0.3.0
2 parents cee6f0a + 05167ad commit 9b7f36d

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
## [Unreleased]
44

5+
## [0.3.0] - 2021-06-02
6+
* added support of Tor and I2P sites
7+
* added experimental DNS checking feature
8+
* implemented sorting by data points for reports
9+
* reports fixes
10+
511
## [0.2.4] - 2021-05-18
612
* cli output report
713
* various improvements

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
**Maigret** collect a dossier on a person **by username only**, checking for accounts on a huge number of sites and gathering all the available information from web pages. No API keys required. Maigret is an easy-to-use and powerful fork of [Sherlock](https://github.com/sherlock-project/sherlock).
2222

23-
Currently supported more than 2000 sites ([full list](./sites.md)), search is launched against 500 popular sites in descending order of popularity by default.
23+
Currently supported more than 2000 sites ([full list](./sites.md)), search is launched against 500 popular sites in descending order of popularity by default. Also supported checking of Tor sites, I2P sites, and domains (via DNS resolving).
2424

2525
## Main features
2626

maigret/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Maigret version file"""
22

3-
__version__ = '0.2.4'
3+
__version__ = '0.3.0'

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
requires = rf.read().splitlines()
1313

1414
setup(name='maigret',
15-
version='0.2.4',
15+
version='0.3.0',
1616
description='Collect a dossier on a person by username from a huge number of sites',
1717
long_description=long_description,
1818
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)