Bump the changelog
This commit is contained in:
parent
5a7c7f35f7
commit
8093dce88e
@ -1,3 +1,12 @@
|
||||
# 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
|
||||
|
2
mat2
2
mat2
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user