We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e7b76a commit e53947cCopy full SHA for e53947c
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Notable Changes in openslide-bin
2
3
+## Version 4.0.0.6, 2024-09-29
4
+
5
+* Switch from zlib to zlib-ng
6
+* Export type hints from Python package
7
+* Reduce size of source archive
8
+* Update various dependencies
9
10
11
## Version 4.0.0.5, 2024-09-10
12
13
* Add Linux aarch64 build
common/meson.py
@@ -34,7 +34,7 @@
34
# A.B.C = OpenSlide version
35
# D = ordinal of the openslide-bin release with this A.B.C, starting from 1
36
# Update the version when releasing openslide-bin.
37
-_PROJECT_VERSION = '4.0.0.5'
+_PROJECT_VERSION = '4.0.0.6'
38
39
40
def meson_source_root() -> Path:
0 commit comments