Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
mat2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Romain
mat2
Commits
dfccf79f
Commit
dfccf79f
authored
6 years ago
by
Julien (jvoisin) Voisin
Browse files
Options
Downloads
Patches
Plain Diff
Bump the changelog
parent
8810564b
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CHANGELOG.md
+10
-0
10 additions, 0 deletions
CHANGELOG.md
mat2
+1
-1
1 addition, 1 deletion
mat2
setup.py
+1
-1
1 addition, 1 deletion
setup.py
with
12 additions
and
2 deletions
CHANGELOG.md
+
10
−
0
View file @
dfccf79f
# 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
...
...
This diff is collapsed.
Click to expand it.
mat2
+
1
−
1
View file @
dfccf79f
...
...
@@ -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
):
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
1
View file @
dfccf79f
...
...
@@ -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
"
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment