You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: Changelog.md
+1
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
12
12
* Add PEP 656 musllinux support in [#543](https://github.com/PyO3/maturin/pull/543)
13
13
*`--manylinux` is now called `--compatibility` and supports musllinux
14
14
* The pure rust install layout changed from just the shared library to a python module that reexports the shared library. This should have now observable consequences for users of the created wheel expect that `my_project.my_project` is now also importable (and equal to just `my_project`)
15
+
* Support i386 on OpenBSD in [#568](https://github.com/PyO3/maturin/pull/568)
0 commit comments