1
0
mirror of synced 2025-02-22 10:28:03 +01:00

Bump the changelog

This commit is contained in:
jvoisin 2025-01-09 00:43:12 +01:00
parent d61fb7f77a
commit 70d236a062
3 changed files with 8 additions and 3 deletions

View File

@ -1,5 +1,10 @@
# 0.13.5 - 2023-08-02
# 0.13.5 - 2025-01-09
- Keep orientation metadata on jpeg and tiff files
- Improve cairo-related error/exceptions handling
- Improve the logging
- Improve the sandboxing
- Improve Python3.12 support
- Improve MSOffice documents handling
# 0.13.4 - 2023-08-02

View File

@ -1,4 +1,4 @@
.TH mat2 "1" "August 2023" "mat2 0.13.4" "User Commands"
.TH mat2 "1" "January 2025" "mat2 0.13.5" "User Commands"
.SH NAME
mat2 \- the metadata anonymisation toolkit 2

2
mat2
View File

@ -17,7 +17,7 @@ except ValueError as ex:
print(ex)
sys.exit(1)
__version__ = '0.13.4'
__version__ = '0.13.5'
logging.basicConfig(format='%(levelname)s: %(message)s', level=logging.WARNING)