We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e25a0a commit 13c654cCopy full SHA for 13c654c
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Notable Changes in openslide-bin
2
3
+## Version 4.0.0.5, 2024-09-10
4
+
5
+* Add Linux aarch64 build
6
+* Update cairo
7
8
9
## Version 4.0.0.4, 2024-09-01
10
11
* Update many dependencies
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.4'
+_PROJECT_VERSION = '4.0.0.5'
38
39
40
def meson_source_root() -> Path:
0 commit comments