Skip to content

Commit c802ece

Browse files
authored
Merge pull request #238 from bgilbert/release
Update for openslide-bin 4.0.0.2
2 parents 0985014 + 1e7b322 commit c802ece

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

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

3+
## Version 4.0.0.2, 2024-03-29
4+
5+
* Add Linux and macOS builds
6+
* Add [Python package][py] with compiled library for OpenSlide Python ≥ 1.4.0
7+
* Drop 32-bit Windows build
8+
* Update OpenSlide Java to 0.12.4
9+
* Update many dependencies
10+
* Add `CHANGELOG.md` to source and binary archives
11+
* Add `versions.json` to binary archives
12+
* Rename project from openslide-winbuild to openslide-bin
13+
* Change version number to OpenSlide version plus openslide-bin build number
14+
* Restructure filenames of source and binary archives
15+
* Switch source archive from Zip to `tar.gz`
16+
* Rewrite build scripts
17+
18+
[py]: https://pypi.org/project/openslide-bin/
19+
20+
321
## Windows build 20231011
422

523
* Update OpenSlide to 4.0.0

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.1'
37+
_PROJECT_VERSION = '4.0.0.2'
3838

3939

4040
def meson_source_root() -> Path:

0 commit comments

Comments
 (0)