From 36ec17065d3e7555a5209fc8fe104a041b03fbde Mon Sep 17 00:00:00 2001 From: messense Date: Mon, 2 Oct 2023 23:31:08 +0800 Subject: [PATCH] Release v1.3.0 (#1794) --- Cargo.lock | 2 +- Cargo.toml | 2 +- Changelog.md | 14 ++++++++++++-- 3 files changed, 14 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4c4d5789d..86466b913 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1068,7 +1068,7 @@ dependencies = [ [[package]] name = "maturin" -version = "1.2.3" +version = "1.3.0" dependencies = [ "anyhow", "base64 0.21.2", diff --git a/Cargo.toml b/Cargo.toml index 9004f3186..a8fac25c9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] authors = ["konstin ", "messense "] name = "maturin" -version = "1.2.3" +version = "1.3.0" 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 dc640b09b..57461d0a1 100644 --- a/Changelog.md +++ b/Changelog.md @@ -7,7 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -* Warning about incorrect maturin version pyproject.toml `[build-system] requires` +## [1.3.0] - 2023-10-02 + +* Refactor Cargo sdist generator to avoid rewriting local dependencies in [#1741](https://github.com/PyO3/maturin/pull/1741) +* Added `--pip-path` argument to `develop` command in [#1753](https://github.com/PyO3/maturin/pull/1753) +* Ignore sdist output files when building sdist in [#1756](https://github.com/PyO3/maturin/pull/1756) +* Use `python.exe` by default in `build` command on Windows in [#1757](https://github.com/PyO3/maturin/pull/1757) +* Don't require `uniffi-bindgen` to be installed for uniffi bindings in [#1762](https://github.com/PyO3/maturin/pull/1762) +* Fix platform tag for graalpy in [#1773](https://github.com/PyO3/maturin/pull/1773) +* Always set minor version to 0 when major version >= 11 for macOS in [#1778](https://github.com/PyO3/maturin/pull/1778) +* Warning about incorrect maturin version pyproject.toml `[build-system] requires` in [#1793](https://github.com/PyO3/maturin/pull/1793) ## [1.2.3] - 2023-08-17 @@ -909,7 +918,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.2.3...HEAD +[Unreleased]: https://github.com/pyo3/maturin/compare/v1.3.0...HEAD +[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 [1.2.1]: https://github.com/pyo3/maturin/compare/v1.2.0...v1.2.1