From af37ff5c3a0492f0c39ca230e803a24273b36d18 Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Thu, 27 Apr 2023 23:36:50 -0400 Subject: [PATCH] docs: prepare changelog for 0.3.3 Signed-off-by: Henry Schreiner --- docs/changelog.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/docs/changelog.md b/docs/changelog.md index 93a3ce01..09433606 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,20 @@ # Changelog +## Version 0.3.3 + +This version improves WebAssembly support (Pyodide) and fixes a reported bug in +the new editable mode. + +Fixes: + +- Support prefix dir if toolchain has `CMAKE_FIND_ROOT_PATH_MODE_PACKAGE ONLY` + by @henryiii in #303 +- Find wheel files before local files in editable installs by @henryiii in #305 + +Other: + +- Use PyPI's new trusted publisher deployment by @henryiii in #306 + ## Version 0.3.2 Some small fixes for edge cases. Several docs improvements, too.