From 0220fd94fd51be3eaf747e0539bd93177337e553 Mon Sep 17 00:00:00 2001 From: messense Date: Wed, 13 Oct 2021 11:08:13 +0800 Subject: [PATCH] Release v0.11.5 --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- Changelog.md | 5 ++++- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index da8b339fb..e1b3073ba 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -838,7 +838,7 @@ checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f" [[package]] name = "maturin" -version = "0.11.5-beta.4" +version = "0.11.5" dependencies = [ "anyhow", "base64 0.13.0", @@ -1151,9 +1151,9 @@ checksum = "bc881b2c22681370c6a780e47af9840ef841837bc98118431d4e1868bd0c1086" [[package]] name = "proc-macro2" -version = "1.0.29" +version = "1.0.30" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b9f5105d4fdaab20335ca9565e106a5d9b82b6219b5ba735731124ac6711d23d" +checksum = "edc3358ebc67bc8b7fa0c007f945b0b18226f78437d61bec735a9eb96b61ee70" dependencies = [ "unicode-xid", ] diff --git a/Cargo.toml b/Cargo.toml index a19a18dcf..0433b3fdd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] authors = ["konstin "] name = "maturin" -version = "0.11.5-beta.4" +version = "0.11.5" 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 724afd139..6a2978b1b 100644 --- a/Changelog.md +++ b/Changelog.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.11.5] - 2021-10-13 + * Fixed module documentation missing bug of pyo3 bindings in [#639](https://github.com/PyO3/maturin/pull/639) * Fix musllinux auditwheel wrongly detects libc forbidden link in [#643](https://github.com/PyO3/maturin/pull/643) * Fix finding conda Python interpreters on Windows by RobertColton in [#644](https://github.com/PyO3/maturin/pull/644) @@ -454,7 +456,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.11.4...HEAD +[Unreleased]: https://github.com/pyo3/maturin/compare/v0.11.5...HEAD +[0.11.5]: https://github.com/pyo3/maturin/compare/v0.11.4...v0.11.5 [0.11.4]: https://github.com/pyo3/maturin/compare/v0.11.3...v0.11.4 [0.11.3]: https://github.com/pyo3/maturin/compare/v0.11.2...v0.11.3 [0.11.2]: https://github.com/pyo3/maturin/compare/v0.11.1...v0.11.2