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

Bump the changelog

parent 3e2890eb
No related branches found
No related tags found
No related merge requests found
# 0.3.1 - 2018-09-01
- Document how to install MAT2 for various distributions
- Fix various typos in the documentation/comments
- Add ArchLinux to the CI to ensure that MAT2 is running on it
- Fix the handling of files with a name ending in `.JPG`
- Improve the detection of unsupported extensions in upper-case
- Streamline MAT2's logging
# 0.3.0 - 2018-08-03
- Add a check for missing dependencies
......
.TH MAT2 "1" "August 2018" "MAT2 0.3.0" "User Commands"
.TH MAT2 "1" "September 2018" "MAT2 0.3.1" "User Commands"
.SH NAME
mat2 \- the metadata anonymisation toolkit 2
......
......@@ -15,7 +15,7 @@ except ValueError as e:
print(e)
sys.exit(1)
__version__ = '0.3.0'
__version__ = '0.3.1'
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.3.0',
version='0.3.1',
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