We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4cabace + bfc02f7 commit 868ce38Copy full SHA for 868ce38
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Notable Changes in openslide-bin
2
3
+## Version 4.0.0.11, 2026-01-04
4
+
5
+* Fix build with Meson 1.10.0
6
+* Update several dependencies
7
8
9
## Version 4.0.0.10, 2025-12-03
10
11
* Drop Python 3.8 support in Python package
common/meson.py
@@ -32,7 +32,7 @@
32
# A.B.C = OpenSlide version
33
# D = ordinal of the openslide-bin release with this A.B.C, starting from 1
34
# Update the version when releasing openslide-bin.
35
-_PROJECT_VERSION = '4.0.0.10'
+_PROJECT_VERSION = '4.0.0.11'
36
37
38
def meson_source_root() -> Path:
0 commit comments