summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjvoisin2025-01-09 00:43:12 +0100
committerjvoisin2025-01-09 00:43:12 +0100
commit70d236a06213ba3561637d6b02dd5094ef177dbb (patch)
tree498808280f41719eb813b90e348d05c81bb466d9
parentd61fb7f77ae7521c0c3e8cffa3b45e4f18a41b3a (diff)
Bump the changelog
-rw-r--r--CHANGELOG.md7
-rw-r--r--doc/mat2.12
-rwxr-xr-xmat22
3 files changed, 8 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 50d99c3..b77f35e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,10 @@
1# 0.13.5 - 2023-08-02 1# 0.13.5 - 2025-01-09
2- Keep orientation metadata on jpeg and tiff files 2- Keep orientation metadata on jpeg and tiff files
3- Improve cairo-related error/exceptions handling
4- Improve the logging
5- Improve the sandboxing
6- Improve Python3.12 support
7- Improve MSOffice documents handling
3 8
4# 0.13.4 - 2023-08-02 9# 0.13.4 - 2023-08-02
5 10
diff --git a/doc/mat2.1 b/doc/mat2.1
index 9ed9ff4..1e70262 100644
--- a/doc/mat2.1
+++ b/doc/mat2.1
@@ -1,4 +1,4 @@
1.TH mat2 "1" "August 2023" "mat2 0.13.4" "User Commands" 1.TH mat2 "1" "January 2025" "mat2 0.13.5" "User Commands"
2 2
3.SH NAME 3.SH NAME
4mat2 \- the metadata anonymisation toolkit 2 4mat2 \- the metadata anonymisation toolkit 2
diff --git a/mat2 b/mat2
index 8bc08af..815f0bc 100755
--- a/mat2
+++ b/mat2
@@ -17,7 +17,7 @@ except ValueError as ex:
17 print(ex) 17 print(ex)
18 sys.exit(1) 18 sys.exit(1)
19 19
20__version__ = '0.13.4' 20__version__ = '0.13.5'
21 21
22logging.basicConfig(format='%(levelname)s: %(message)s', level=logging.WARNING) 22logging.basicConfig(format='%(levelname)s: %(message)s', level=logging.WARNING)
23 23