From 3eb14cc0d878252fe7ea477fcc22edc6f0e96b74 Mon Sep 17 00:00:00 2001 From: Chris Griffith Date: Wed, 10 Jul 2024 21:19:54 -0500 Subject: [PATCH] Adding changes and version bump --- AUTHORS.rst | 2 ++ CHANGELOG.md | 7 +++++++ puremagic/main.py | 2 +- 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/AUTHORS.rst b/AUTHORS.rst index b726859..4462eb7 100644 --- a/AUTHORS.rst +++ b/AUTHORS.rst @@ -19,3 +19,5 @@ A big thank you to everyone that has helped! - R. Singh (Gr3atWh173) - Andy (NebularNerd) - Raphaƫl Vinot (Rafiot) +- Sebastian Kreft (sk-) +- William Bonnaventure (Aztorius) diff --git a/CHANGELOG.md b/CHANGELOG.md index b72e8f4..c0d2859 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ Changelog ========= +Version 1.26 +------------ + +- Adding #87 sndhdr update and HD/CD/DVD Image files (thanks to Andy - NebularNerd) +- Adding #88 Add .caf mime type (thanks to William Bonnaventure) +- Fixing #89 add py.typed to package_data (thanks to Sebastian Kreft) + Version 1.25 ------------ diff --git a/puremagic/main.py b/puremagic/main.py index d168245..a2d2416 100644 --- a/puremagic/main.py +++ b/puremagic/main.py @@ -21,7 +21,7 @@ from itertools import chain __author__ = "Chris Griffith" -__version__ = "1.25" +__version__ = "1.26" __all__ = [ "magic_file", "magic_string",