From cf8b29449f1ff44e453a98c0ced3018811483b7f Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Sat, 10 Jun 2023 22:47:30 -0400 Subject: [PATCH] docs: prepare for 0.4.5 Signed-off-by: Henry Schreiner --- docs/changelog.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/docs/changelog.md b/docs/changelog.md index abdf6634..976613c0 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,25 @@ # Changelog +## Version 0.4.5 + +This version fixes issues with output being incorrectly interleaved with logging +messages. Symlinks are now followed when making SDists. And finally, +`SKBUILD_SOABI` is now correctly set when cross-compiling on Windows (Warning! +FindPython still does not report the correct SOABI when cross-compiling to ARM). + +Fixes: + +- Proper printout ordering and more displayed details by @henryiii in #365 +- Sort `RUNENV` debugging log output by @jameslamb in #357 +- Follow symlinks when making SDists by @henryiii in #362 +- Report correct ABI when cross-compiling by @henryiii in #366 + +Tests: + +- Fedora downstream CI by @LecrisUT in #358 +- Add downstream examples by @henryiii in #363 +- Add testing for scripts processing by @henryiii in #364 + ## Version 0.4.4 This version fixes some issues cross-compiling to Windows ARM when making