From 8c09cd89bdc8e584cb1efa9c0e152f8765f8449a Mon Sep 17 00:00:00 2001 From: messense Date: Wed, 10 Nov 2021 21:39:18 +0800 Subject: [PATCH] Release v0.12.0-beta.4 --- Cargo.lock | 2 +- Cargo.toml | 2 +- Changelog.md | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1a7690be3..e15e27dff 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -838,7 +838,7 @@ checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f" [[package]] name = "maturin" -version = "0.12.0-beta.3" +version = "0.12.0-beta.4" dependencies = [ "anyhow", "base64 0.13.0", diff --git a/Cargo.toml b/Cargo.toml index 004ffcd58..a67b1a5cd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] authors = ["konstin "] name = "maturin" -version = "0.12.0-beta.3" +version = "0.12.0-beta.4" 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/*"] homepage = "https://github.com/pyo3/maturin" diff --git a/Changelog.md b/Changelog.md index dca244ab4..3261b78f8 100644 --- a/Changelog.md +++ b/Changelog.md @@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * Upgrade to Rust 2021 edition in [#655](https://github.com/PyO3/maturin/pull/655) * Add support for powerpc64 and powerpc64le on FreeBSD by pkubaj in [#656](https://github.com/PyO3/maturin/pull/656) * Fix false positive missing pyinit warning on arm64 macOS in [#673](https://github.com/PyO3/maturin/pull/673) +* Build without rustls on arm64 Windows by nsait-linaro in [#674](https://github.com/PyO3/maturin/pull/674) ## [0.11.5] - 2021-10-13