From 879bc887960feea79f3db1d1a7ae60732125bdc3 Mon Sep 17 00:00:00 2001 From: messense Date: Tue, 24 Oct 2023 21:24:55 +0800 Subject: [PATCH] Release v1.3.1 (#1816) --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- Changelog.md | 13 ++++++++++--- 3 files changed, 14 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6ef4d7a87..9d94d7e33 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -226,9 +226,9 @@ dependencies = [ [[package]] name = "cargo-xwin" -version = "0.14.7" +version = "0.14.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9a93406d2e8be2104cbcd9b9099ad11cf399c65102ecb0285d026a57aa1896bd" +checksum = "11c08ee57b16103990269874220c0e8a4613b8096a314ce2f29ad1b54d4b6d02" dependencies = [ "anyhow", "cargo-config2", @@ -1068,7 +1068,7 @@ dependencies = [ [[package]] name = "maturin" -version = "1.3.0" +version = "1.3.1" dependencies = [ "anyhow", "base64 0.21.2", diff --git a/Cargo.toml b/Cargo.toml index 72f6fc8c4..152c555e2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] authors = ["konstin ", "messense "] name = "maturin" -version = "1.3.0" +version = "1.3.1" description = "Build and publish crates with pyo3, rust-cpython and cffi bindings as well as rust binaries as python packages" exclude = [ "test-crates/**/*", diff --git a/Changelog.md b/Changelog.md index 0f0b625cf..1248a3fd8 100644 --- a/Changelog.md +++ b/Changelog.md @@ -7,8 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -* Add unittest skeleton to mixed Python/Rust projects -* Preserve trailing whitespace in new project files +## [1.3.1] - 2023-10-24 + +* Use external `uniffi-bindgen` if no root package is configured in [#1797](https://github.com/PyO3/maturin/pull/1797) +* Fix wheel filename for GraalPy in [#1802](https://github.com/PyO3/maturin/pull/1802) +* Add unittest skeleton to mixed Python/Rust projects in [#1807](https://github.com/PyO3/maturin/pull/1807) +* Preserve trailing whitespace in new project files in [#1808](https://github.com/PyO3/maturin/pull/1808) +* Fix missing `workspace.members` in sdist in [#1811](https://github.com/PyO3/maturin/pull/1811) +* Don't set `MACOSX_DEPLOYMENT_TARGET` for editable builds by default in [#1815](https://github.com/PyO3/maturin/pull/1815) ## [1.3.0] - 2023-10-02 @@ -921,7 +927,8 @@ 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.3.0...HEAD +[Unreleased]: https://github.com/pyo3/maturin/compare/v1.3.1...HEAD +[1.3.1]: https://github.com/pyo3/maturin/compare/v1.3.0...v1.3.1 [1.3.0]: https://github.com/pyo3/maturin/compare/v1.2.3...v1.3.0 [1.2.3]: https://github.com/pyo3/maturin/compare/v1.2.2...v1.2.3 [1.2.2]: https://github.com/pyo3/maturin/compare/v1.2.1...v1.2.2