diff options
| author | jvoisin | 2018-08-03 22:20:24 +0200 |
|---|---|---|
| committer | jvoisin | 2018-08-03 22:20:24 +0200 |
| commit | 2ce1dc793e6c15b4a40bcbb9a70c415560816b8e (patch) | |
| tree | 683154e90af8efaa10570ae7cc3ef57676d4df84 | |
| parent | e27768824a4e2497b3c07c03a88da9613c2e1b50 (diff) | |
Bump the changelog0.3.0
| -rw-r--r-- | CHANGELOG.md | 13 | ||||
| -rw-r--r-- | doc/mat.1 | 2 | ||||
| -rwxr-xr-x | mat2 | 2 | ||||
| -rw-r--r-- | setup.py | 2 |
4 files changed, 15 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 0116dad..8af906c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md | |||
| @@ -1,4 +1,15 @@ | |||
| 1 | # 0.2.0 - 2018-07-010 | 1 | # 0.3.0 - 2018-08-03 |
| 2 | |||
| 3 | - Add a check for missing dependencies | ||
| 4 | - Add Nautilus extension | ||
| 5 | - Minors code simplifications | ||
| 6 | - Improve our linters' coverage | ||
| 7 | - Add a manpage | ||
| 8 | - Add folder/multiple files related tests | ||
| 9 | - Change the logo | ||
| 10 | |||
| 11 | |||
| 12 | # 0.2.0 - 2018-07-10 | ||
| 2 | 13 | ||
| 3 | - Fix various crashes dues to malformed files | 14 | - Fix various crashes dues to malformed files |
| 4 | - Simplify various code-paths | 15 | - Simplify various code-paths |
| @@ -1,4 +1,4 @@ | |||
| 1 | .TH MAT2 "1" "July 2018" "MAT2 0.2.0" "User Commands" | 1 | .TH MAT2 "1" "August 2018" "MAT2 0.3.0" "User Commands" |
| 2 | 2 | ||
| 3 | .SH NAME | 3 | .SH NAME |
| 4 | mat2 \- the metadata anonymisation toolkit 2 | 4 | mat2 \- the metadata anonymisation toolkit 2 |
| @@ -14,7 +14,7 @@ except ValueError as e: | |||
| 14 | print(e) | 14 | print(e) |
| 15 | sys.exit(1) | 15 | sys.exit(1) |
| 16 | 16 | ||
| 17 | __version__ = '0.2.0' | 17 | __version__ = '0.3.0' |
| 18 | 18 | ||
| 19 | def __check_file(filename: str, mode: int=os.R_OK) -> bool: | 19 | def __check_file(filename: str, mode: int=os.R_OK) -> bool: |
| 20 | if not os.path.exists(filename): | 20 | if not os.path.exists(filename): |
| @@ -5,7 +5,7 @@ with open("README.md", "r") as fh: | |||
| 5 | 5 | ||
| 6 | setuptools.setup( | 6 | setuptools.setup( |
| 7 | name="mat2", | 7 | name="mat2", |
| 8 | version='0.2.0', | 8 | version='0.3.0', |
| 9 | author="Julien (jvoisin) Voisin", | 9 | author="Julien (jvoisin) Voisin", |
| 10 | author_email="julien.voisin+mat2@dustri.org", | 10 | author_email="julien.voisin+mat2@dustri.org", |
| 11 | description="A handy tool to trash your metadata", | 11 | description="A handy tool to trash your metadata", |
