Skip to content

Commit 766bb6c

Browse files
authored
Merge pull request #299 from bgilbert/release
openslide-bin 4.0.0.6
2 parents 9e7b76a + e53947c commit 766bb6c

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Notable Changes in openslide-bin
22

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+
311
## Version 4.0.0.5, 2024-09-10
412

513
* Add Linux aarch64 build

common/meson.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
# A.B.C = OpenSlide version
3535
# D = ordinal of the openslide-bin release with this A.B.C, starting from 1
3636
# Update the version when releasing openslide-bin.
37-
_PROJECT_VERSION = '4.0.0.5'
37+
_PROJECT_VERSION = '4.0.0.6'
3838

3939

4040
def meson_source_root() -> Path:

0 commit comments

Comments
 (0)