From e53947cd069e90351d60e80bddf982d2e3fc6975 Mon Sep 17 00:00:00 2001 From: Benjamin Gilbert Date: Sun, 29 Sep 2024 19:09:42 -0700 Subject: [PATCH] openslide-bin 4.0.0.6 Signed-off-by: Benjamin Gilbert --- CHANGELOG.md | 8 ++++++++ common/meson.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e1a71fd..b20adb4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Notable Changes in openslide-bin +## Version 4.0.0.6, 2024-09-29 + +* Switch from zlib to zlib-ng +* Export type hints from Python package +* Reduce size of source archive +* Update various dependencies + + ## Version 4.0.0.5, 2024-09-10 * Add Linux aarch64 build diff --git a/common/meson.py b/common/meson.py index 348c4ef..015d2c3 100644 --- a/common/meson.py +++ b/common/meson.py @@ -34,7 +34,7 @@ # A.B.C = OpenSlide version # D = ordinal of the openslide-bin release with this A.B.C, starting from 1 # Update the version when releasing openslide-bin. -_PROJECT_VERSION = '4.0.0.5' +_PROJECT_VERSION = '4.0.0.6' def meson_source_root() -> Path: