We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 753d818 commit af37ff5Copy full SHA for af37ff5
docs/changelog.md
@@ -1,5 +1,20 @@
1
# Changelog
2
3
+## Version 0.3.3
4
+
5
+This version improves WebAssembly support (Pyodide) and fixes a reported bug in
6
+the new editable mode.
7
8
+Fixes:
9
10
+- Support prefix dir if toolchain has `CMAKE_FIND_ROOT_PATH_MODE_PACKAGE ONLY`
11
+ by @henryiii in #303
12
+- Find wheel files before local files in editable installs by @henryiii in #305
13
14
+Other:
15
16
+- Use PyPI's new trusted publisher deployment by @henryiii in #306
17
18
## Version 0.3.2
19
20
Some small fixes for edge cases. Several docs improvements, too.
0 commit comments