Skip to content

Commit

Permalink
openslide-bin 4.0.0.2
Browse files Browse the repository at this point in the history
Signed-off-by: Benjamin Gilbert <[email protected]>
  • Loading branch information
bgilbert committed Mar 28, 2024
1 parent 0985014 commit 1e7b322
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion common/meson.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 1e7b322

Please sign in to comment.