From e520418f6a25d7edacde2d73b41a8ae7c80ddf39 Mon Sep 17 00:00:00 2001 From: Soxoj <31013580+soxoj@users.noreply.github.com> Date: Mon, 3 Jan 2022 01:44:11 +0300 Subject: [PATCH] Bump to v0.4.0 (#287) --- CHANGELOG.md | 67 ++++++++++++++++++++++++++++++++++++++++++ docs/source/conf.py | 4 +-- maigret/__version__.py | 2 +- setup.py | 2 +- 4 files changed, 71 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bda589bc..c1c76e47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,73 @@ ## [Unreleased] +## [0.4.0] - 2022-01-03 +* Delayed import of requests module, speed check command, reqs updated by @soxoj in https://github.com/soxoj/maigret/pull/189 +* Snapcraft yaml added by @soxoj in https://github.com/soxoj/maigret/pull/190 +* Create codeql-analysis.yml by @soxoj in https://github.com/soxoj/maigret/pull/191 +* Move wiki pages to ReadTheDocs by @egornagornov in https://github.com/soxoj/maigret/pull/194 +* Created ReadTheDocs requirements file by @soxoj in https://github.com/soxoj/maigret/pull/195 +* Fix incompatible version requirements by @JasperJuergensen in https://github.com/soxoj/maigret/pull/196 +* Added link to documentation by @soxoj in https://github.com/soxoj/maigret/pull/198 +* Upgraded base docker image by @soxoj in https://github.com/soxoj/maigret/pull/199 +* Run CodeQL only aflter merge and each Saturday by @soxoj in https://github.com/soxoj/maigret/pull/201 +* Added cascade settings loading from /.maigret/settings.json and ./settings.json by @soxoj in https://github.com/soxoj/maigret/pull/200 +* Documentation and settings improved by @soxoj in https://github.com/soxoj/maigret/pull/203 +* New config options added by @soxoj in https://github.com/soxoj/maigret/pull/204 +* Added export of cli entrypoint by @soxoj in https://github.com/soxoj/maigret/pull/207 +* Removed redundant logging by @soxoj in https://github.com/soxoj/maigret/pull/210 +* PyInstaller workflow by @soxoj in https://github.com/soxoj/maigret/pull/206 +* Create bug.md by @soxoj in https://github.com/soxoj/maigret/pull/213 +* Fixed path and names of report files by @soxoj in https://github.com/soxoj/maigret/pull/216 +* Box drawing logic improved, added new settings by @soxoj in https://github.com/soxoj/maigret/pull/217 +* Fixes for win32 release by @soxoj in https://github.com/soxoj/maigret/pull/218 +* Bump six from 1.15.0 to 1.16.0 by @dependabot in https://github.com/soxoj/maigret/pull/221 +* Bump flake8 from 3.8.4 to 4.0.1 by @dependabot in https://github.com/soxoj/maigret/pull/219 +* Bump aiohttp from 3.7.4 to 3.8.0 by @dependabot in https://github.com/soxoj/maigret/pull/220 +* Bump aiohttp-socks from 0.5.5 to 0.6.0 by @dependabot in https://github.com/soxoj/maigret/pull/222 +* Bump typing-extensions from 3.7.4.3 to 3.10.0.2 by @dependabot in https://github.com/soxoj/maigret/pull/224 +* Bump multidict from 5.1.0 to 5.2.0 by @dependabot in https://github.com/soxoj/maigret/pull/225 +* Bump idna from 2.10 to 3.3 by @dependabot in https://github.com/soxoj/maigret/pull/228 +* Bump pytest-cov from 2.10.1 to 3.0.0 by @dependabot in https://github.com/soxoj/maigret/pull/227 +* Bump mock from 4.0.2 to 4.0.3 by @dependabot in https://github.com/soxoj/maigret/pull/226 +* Bump certifi from 2020.12.5 to 2021.10.8 by @dependabot in https://github.com/soxoj/maigret/pull/233 +* Bump pytest-httpserver from 1.0.0 to 1.0.2 by @dependabot in https://github.com/soxoj/maigret/pull/232 +* Bump lxml from 4.6.3 to 4.6.4 by @dependabot in https://github.com/soxoj/maigret/pull/231 +* Bump pefile from 2019.4.18 to 2021.9.3 by @dependabot in https://github.com/soxoj/maigret/pull/229 +* Bump pytest-rerunfailures from 9.1.1 to 10.2 by @dependabot in https://github.com/soxoj/maigret/pull/230 +* Bump yarl from 1.6.3 to 1.7.2 by @dependabot in https://github.com/soxoj/maigret/pull/237 +* Bump async-timeout from 4.0.0 to 4.0.1 by @dependabot in https://github.com/soxoj/maigret/pull/236 +* Bump psutil from 5.7.0 to 5.8.0 by @dependabot in https://github.com/soxoj/maigret/pull/234 +* Bump jinja2 from 3.0.2 to 3.0.3 by @dependabot in https://github.com/soxoj/maigret/pull/235 +* Bump pytest from 6.2.4 to 6.2.5 by @dependabot in https://github.com/soxoj/maigret/pull/238 +* Bump tqdm from 4.55.0 to 4.62.3 by @dependabot in https://github.com/soxoj/maigret/pull/242 +* Bump arabic-reshaper from 2.1.1 to 2.1.3 by @dependabot in https://github.com/soxoj/maigret/pull/243 +* Bump pytest-asyncio from 0.14.0 to 0.16.0 by @dependabot in https://github.com/soxoj/maigret/pull/240 +* Bump chardet from 3.0.4 to 4.0.0 by @dependabot in https://github.com/soxoj/maigret/pull/241 +* Bump soupsieve from 2.1 to 2.3.1 by @dependabot in https://github.com/soxoj/maigret/pull/239 +* Bump aiohttp from 3.8.0 to 3.8.1 by @dependabot in https://github.com/soxoj/maigret/pull/246 +* Bump typing-extensions from 3.10.0.2 to 4.0.0 by @dependabot in https://github.com/soxoj/maigret/pull/245 +* Bump aiohttp-socks from 0.6.0 to 0.6.1 by @dependabot in https://github.com/soxoj/maigret/pull/249 +* Bump aiohttp-socks from 0.6.1 to 0.7.1 by @dependabot in https://github.com/soxoj/maigret/pull/250 +* Bump typing-extensions from 4.0.0 to 4.0.1 by @dependabot in https://github.com/soxoj/maigret/pull/253 +* Fixed some false positives by @soxoj in https://github.com/soxoj/maigret/pull/254 +* Disabled non-working sites by @soxoj in https://github.com/soxoj/maigret/pull/255 +* Added false results buttons to reports, fixed some falses by @soxoj in https://github.com/soxoj/maigret/pull/256 +* Fixed xHamster, added support of proxies to self-check mode by @soxoj in https://github.com/soxoj/maigret/pull/259 +* Disabled non-working sites, updated public sites list by @soxoj in https://github.com/soxoj/maigret/pull/263 +* Bump lxml from 4.6.4 to 4.6.5 by @dependabot in https://github.com/soxoj/maigret/pull/266 +* Bump lxml from 4.6.5 to 4.7.1 by @dependabot in https://github.com/soxoj/maigret/pull/269 +* Bump pytest-httpserver from 1.0.2 to 1.0.3 by @dependabot in https://github.com/soxoj/maigret/pull/270 +* Fixed failed tests (thx to Meta aka Facebook) by @soxoj in https://github.com/soxoj/maigret/pull/273 +* Fixed votetags, updated issue template by @soxoj in https://github.com/soxoj/maigret/pull/278 +* Bump async-timeout from 4.0.1 to 4.0.2 by @dependabot in https://github.com/soxoj/maigret/pull/275 +* Fixed some false positives by @soxoj in https://github.com/soxoj/maigret/pull/280 +* Bump attrs from 21.2.0 to 21.3.0 by @dependabot in https://github.com/soxoj/maigret/pull/281 +* Bump psutil from 5.8.0 to 5.9.0 by @dependabot in https://github.com/soxoj/maigret/pull/282 +* Bump attrs from 21.3.0 to 21.4.0 by @dependabot in https://github.com/soxoj/maigret/pull/283 + +**Full Changelog**: https://github.com/soxoj/maigret/compare/v0.3.1...v0.4.0 + ## [0.3.1] - 2021-10-31 * fixed false positives * accelerated maigret start time by 3 times diff --git a/docs/source/conf.py b/docs/source/conf.py index a0d4a62d..9f7eab11 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -6,8 +6,8 @@ copyright = '2021, soxoj' author = 'soxoj' -release = '0.3.1' -version = '0.3.1' +release = '0.4.0' +version = '0.4.0' # -- General configuration diff --git a/maigret/__version__.py b/maigret/__version__.py index ab86bebf..d43dffae 100644 --- a/maigret/__version__.py +++ b/maigret/__version__.py @@ -1,3 +1,3 @@ """Maigret version file""" -__version__ = '0.3.1' +__version__ = '0.4.0' diff --git a/setup.py b/setup.py index 606174e6..f1541812 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ requires = rf.read().splitlines() setup(name='maigret', - version='0.3.1', + version='0.4.0', description='Collect a dossier on a person by username from a huge number of sites', long_description=long_description, long_description_content_type="text/markdown",