What's Changed
- tutorial: fix abi to match comment by @skshetry in #1876
- Allow identical
VIRTUAL_ENV
andCONDA_PREFIX
env vars by @konstin in #1879 - Upgrade pyo3 to 0.20 by @messense in #1881
- Skip PyPy tests on Windows for now by @messense in #1885
- Bump generated github actions workflow to v4 of up/download-artifact actions by @chrjabs in #1886
- Skip directory when adding license files to wheel by @messense in #1890
- Reject
-i python
when cross compiling by @messense in #1891 - simplified clear-cache github action by @mbway in #1897
- Support uniffi-bindgen in cargo workspaces by @Hinton in #1909
- Upgrade globlin to 0.8.0 by @messense in #1912
- Update
**Note**
to[!NOTE]
in README by @SigureMo in #1917 - Match dependency readmes by package id by @konstin in #1915
- Update some actions version in generate ci cli by @SigureMo in #1916
- Use extension name as library name, instead of hardcoded 'native.so' by @timkpaine in #1918
- Bump MSRV to 1.70 by @messense in #1923
- Remove setuptools-rust and milksnake mentions from readme by @konstin in #1926
- Upgrade uniffi to 0.26.0 by @messense in #1927
- Use M1 runner on GitHub Actions by @messense in #1928
- Upgrade rustls to 0.22 by @messense in #1929
- Add extra note to "Using PyPI's trusted publishing" section. by @ghuls in #1939
- Update pep440_rs, pep508_rs and pyproject-toml by @konstin in #1945
- Add support for configuring
xwin
using env vars by @messense in #1961 - Put dynamic field under project instead of project.optional-dependencies by @weiji14 in #1963
- Revert "Auto detect Python 3.13" by @messense in #1964
- Add validation for crate/package name in new/init by @alonme in #1943
- Update
upload-artifact
anddownload-artifact
actions to v4 by @messense in #1967 - Add 32-bit RISC-V support by @kraj in #1969
- Isolated import hook changes by @mbway in #1958
- Fix feature = "cargo-clippy" deprecation by @rex4539 in #1970
- Adjust cbindgen Overrides for CFFI by @nhusung in #1957
- Update to Metadata 2.3 to create reliable source dist metadata by @konstin in #1965
- Only set rustflags when necessary by @taiki-e in #1978
New Contributors
- @skshetry made their first contribution in #1876
- @chrjabs made their first contribution in #1886
- @Hinton made their first contribution in #1909
- @SigureMo made their first contribution in #1917
- @timkpaine made their first contribution in #1918
- @ghuls made their first contribution in #1939
- @weiji14 made their first contribution in #1963
- @alonme made their first contribution in #1943
- @kraj made their first contribution in #1969
- @rex4539 made their first contribution in #1970
- @nhusung made their first contribution in #1957
- @taiki-e made their first contribution in #1978
Full Changelog: v1.4.0...v1.5.0