Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jvoisin
mat2
Commits
8093dce8
Commit
8093dce8
authored
Jul 10, 2018
by
jvoisin
Browse files
Bump the changelog
parent
5a7c7f35
Pipeline
#17578
passed with stages
in 2 minutes and 43 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
8093dce8
# 0.2.0 - 2018-07-010
-
Fix various crashes dues to malformed files
-
Simplify various code-paths
-
Remove superfluous debug message
-
Remove the
`--check`
option that never was implemented anyway
-
Add a
`-c`
option to check for MAT2's dependencies
# 0.1.3 - 2018-07-06
-
Improve MAT2 resilience against corrupted images
...
...
mat2
View file @
8093dce8
...
...
@@ -14,7 +14,7 @@ except ValueError as e:
print
(
e
)
sys
.
exit
(
1
)
__version__
=
'0.
1.3
'
__version__
=
'0.
2.0
'
def
__check_file
(
filename
:
str
,
mode
:
int
=
os
.
R_OK
)
->
bool
:
if
not
os
.
path
.
exists
(
filename
):
...
...
setup.py
View file @
8093dce8
...
...
@@ -5,7 +5,7 @@ with open("README.md", "r") as fh:
setuptools
.
setup
(
name
=
"mat2"
,
version
=
'0.
1.3
'
,
version
=
'0.
2.0
'
,
author
=
"Julien (jvoisin) Voisin"
,
author_email
=
"julien.voisin+mat2@dustri.org"
,
description
=
"A handy tool to trash your metadata"
,
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment