Skip to content
Snippets Groups Projects
Commit dfccf79f authored by Julien (jvoisin) Voisin's avatar Julien (jvoisin) Voisin
Browse files

Bump the changelog

parent 8810564b
No related branches found
No related tags found
No related merge requests found
# 0.1.2 - 2018-06-21
- Rename some files to ease the packaging
- Add linters to the CI (mypy, bandit and pyflakes)
- Prevent exitftool-related parameters injections
- Improve MAT2's resilience against corrupted files
- Make MAT2 work on fedora, thanks to @atenart
- Tighten the threat model
- Simplify and improve how office files are handled
# 0.1.1 - 2018-05-16
- Improve the cli usage
......
......@@ -10,7 +10,7 @@ import multiprocessing
from libmat2 import parser_factory, unsupported_extensions
__version__ = '0.1.1'
__version__ = '0.1.2'
def __check_file(filename: str, mode: int = os.R_OK) -> bool:
if not os.path.exists(filename):
......
......@@ -5,7 +5,7 @@ with open("README.md", "r") as fh:
setuptools.setup(
name="mat2",
version='0.1.1',
version='0.1.2',
author="Julien (jvoisin) Voisin",
author_email="julien.voisin+mat2@dustri.org",
description="A handy tool to trash your metadata",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment