From 26ca7ed7d9fc00f89378ef51b127860fc9641a1c Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Wed, 21 Aug 2024 01:19:21 -0400 Subject: [PATCH] docs: prepare for 0.10.4 Signed-off-by: Henry Schreiner --- docs/changelog.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/docs/changelog.md b/docs/changelog.md index f332338e..2a7052eb 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,21 @@ # Changelog +## Version 0.10.4 + +This version fixes the logic for handling the sysconfig variables on Windows +for the values that used to be only provided on UNIX. This mostly affects +targeting the Stable ABI on Python 3.13. Editable install rebuilds now work if +you have a `wheel.install-dir` set, too. + +Fixes: + +* Windows 3.13 stable ABI by @LecrisUT in #865 +* Editable installs now respect the value of `wheel.install-dir` by @psalvaggio in #867 + +Docs: + +* Add conda help to faqs by @henryiii in #868 + ## Version 0.10.3 This release fixes an issue on Windows systems with non-utf-8 default encodings