From 89e9ca1e10864edb96693c8d605bf78d125acbe0 Mon Sep 17 00:00:00 2001 From: messense Date: Mon, 2 Dec 2024 19:21:39 +0800 Subject: [PATCH] Release v1.7.7 (#2356) --- Cargo.lock | 2 +- Cargo.toml | 2 +- Changelog.md | 13 ++++++++++++- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c752dc08c..c7056cebf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1253,7 +1253,7 @@ dependencies = [ [[package]] name = "maturin" -version = "1.7.7-beta.1" +version = "1.7.7" dependencies = [ "anyhow", "base64 0.21.7", diff --git a/Cargo.toml b/Cargo.toml index 74b465fca..5b73b49e6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] authors = ["konstin ", "messense "] name = "maturin" -version = "1.7.7-beta.1" +version = "1.7.7" description = "Build and publish crates with pyo3, cffi and uniffi bindings as well as rust binaries as python packages" exclude = [ "test-crates/**/*", diff --git a/Changelog.md b/Changelog.md index f52c13708..6c8802291 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,13 @@ # Changelog +## [1.7.7] + +* Fix abi3 interpreter discovery on Windows in [#2333](https://github.com/PyO3/maturin/pull/2333) +* Normalize python source directory path in [#2343](https://github.com/PyO3/maturin/pull/2343) +* Use different binding dirs for different uniffi modules in [#2348](https://github.com/PyO3/maturin/pull/2348) +* Limit minimal PyPy version based on bindings crate version in [#2351](https://github.com/PyO3/maturin/pull/2351) +* Do not use `xwin` to compile on Windows when MSVC compiler can build for the target in [#2353](https://github.com/PyO3/maturin/pull/2353) + ## [1.7.6] * Set core metadata version to 2.4 to fix `project.license.files` handling in [#2332](https://github.com/PyO3/maturin/pull/2332) @@ -1003,7 +1011,10 @@ points-0.1.0-py2.py3-none-manylinux1_x86_64.whl | 2,8M | 752K | 85K * Initial Release -[Unreleased]: https://github.com/pyo3/maturin/compare/v1.7.4...HEAD +[Unreleased]: https://github.com/pyo3/maturin/compare/v1.7.7...HEAD +[1.7.7]: https://github.com/pyo3/maturin/compare/v1.7.6...v1.7.7 +[1.7.6]: https://github.com/pyo3/maturin/compare/v1.7.5...v1.7.6 +[1.7.5]: https://github.com/pyo3/maturin/compare/v1.7.4...v1.7.5 [1.7.4]: https://github.com/pyo3/maturin/compare/v1.7.3...v1.7.4 [1.7.3]: https://github.com/pyo3/maturin/compare/v1.7.2...v1.7.3 [1.7.2]: https://github.com/pyo3/maturin/compare/v1.7.1...v1.7.2