From 44f0c163eab79a83e2f7d061788759e508bc4105 Mon Sep 17 00:00:00 2001 From: messense Date: Tue, 13 Dec 2022 16:05:53 +0800 Subject: [PATCH] Release v0.14.6 --- Cargo.lock | 10 +++++----- Cargo.toml | 2 +- Changelog.md | 7 ++++++- 3 files changed, 12 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 464a9d4e3..60ae25f90 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1459,7 +1459,7 @@ dependencies = [ [[package]] name = "maturin" -version = "0.14.5" +version = "0.14.6" dependencies = [ "anyhow", "base64", @@ -1906,9 +1906,9 @@ dependencies = [ [[package]] name = "paste" -version = "1.0.9" +version = "1.0.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b1de2e551fb905ac83f73f7aedf2f0cb4a0da7e35efa24a202a936269f1f18e1" +checksum = "cf1c2c742266c2f1041c914ba65355a83ae8747b05f208319784083583494b4b" [[package]] name = "path-slash" @@ -1968,9 +1968,9 @@ dependencies = [ [[package]] name = "polling" -version = "2.5.1" +version = "2.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "166ca89eb77fd403230b9c156612965a81e094ec6ec3aa13663d4c8b113fa748" +checksum = "22122d5ec4f9fe1b3916419b76be1e80bcb93f618d071d2edf841b137b2a2bd6" dependencies = [ "autocfg", "cfg-if", diff --git a/Cargo.toml b/Cargo.toml index 29e9ee0f3..6de70a4e1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] authors = ["konstin ", "messense "] name = "maturin" -version = "0.14.5" +version = "0.14.6" description = "Build and publish crates with pyo3, rust-cpython and cffi bindings as well as rust binaries as python packages" exclude = ["test-crates/**/*", "sysconfig/*", "test-data/*", "ci/*", "tests/*", "guide/*", ".github/*"] homepage = "https://github.com/pyo3/maturin" diff --git a/Changelog.md b/Changelog.md index 1e709ecf9..93daaaef8 100644 --- a/Changelog.md +++ b/Changelog.md @@ -7,7 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.14.6] - 2022-12-13 + * Allow Rust crate to be placed outside of the directory containing `pyproject.toml` in [#1347](https://github.com/PyO3/maturin/pull/1347) +* Disallow uniffi bin bindings in [#1353](https://github.com/PyO3/maturin/pull/1353) +* Update bundled Python sysconfigs for Linux and macOS ## [0.14.5] - 2022-12-08 @@ -778,7 +782,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/v0.14.5...HEAD +[Unreleased]: https://github.com/pyo3/maturin/compare/v0.14.6...HEAD +[0.14.6]: https://github.com/pyo3/maturin/compare/v0.14.5...v0.14.6 [0.14.5]: https://github.com/pyo3/maturin/compare/v0.14.4...v0.14.5 [0.14.4]: https://github.com/pyo3/maturin/compare/v0.14.3...v0.14.4 [0.14.3]: https://github.com/pyo3/maturin/compare/v0.14.2...v0.14.3