diff --git a/CHANGELOG.md b/CHANGELOG.md index 46a8dca..1fd23aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Notable Changes in openslide-bin +## Version 4.0.0.2, 2024-03-29 + +* Add Linux and macOS builds +* Add [Python package][py] with compiled library for OpenSlide Python ≥ 1.4.0 +* Drop 32-bit Windows build +* Update OpenSlide Java to 0.12.4 +* Update many dependencies +* Add `CHANGELOG.md` to source and binary archives +* Add `versions.json` to binary archives +* Rename project from openslide-winbuild to openslide-bin +* Change version number to OpenSlide version plus openslide-bin build number +* Restructure filenames of source and binary archives +* Switch source archive from Zip to `tar.gz` +* Rewrite build scripts + +[py]: https://pypi.org/project/openslide-bin/ + + ## Windows build 20231011 * Update OpenSlide to 4.0.0 diff --git a/common/meson.py b/common/meson.py index ef10faa..69cc2ed 100644 --- a/common/meson.py +++ b/common/meson.py @@ -34,7 +34,7 @@ # A.B.C = OpenSlide version # D = ordinal of the openslide-bin release with this A.B.C, starting from 1 # Update the version when releasing openslide-bin. -_PROJECT_VERSION = '4.0.0.1' +_PROJECT_VERSION = '4.0.0.2' def meson_source_root() -> Path: