From 1099e5d8e0a57a4cd5cc7b03cc59c3293263e340 Mon Sep 17 00:00:00 2001 From: messense Date: Tue, 27 Sep 2022 15:37:52 +0800 Subject: [PATCH] Release v0.13.5 --- Cargo.lock | 2 +- Cargo.toml | 2 +- Changelog.md | 5 ++++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e59b34b82..ca5584d93 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1257,7 +1257,7 @@ dependencies = [ [[package]] name = "maturin" -version = "0.13.4" +version = "0.13.5" dependencies = [ "anyhow", "base64", diff --git a/Cargo.toml b/Cargo.toml index 5338ff8ff..400fa3971 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] authors = ["konstin ", "messense "] name = "maturin" -version = "0.13.4" +version = "0.13.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/*", "guide/*", ".github/*"] homepage = "https://github.com/pyo3/maturin" diff --git a/Changelog.md b/Changelog.md index 83073485e..93ae847ba 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.13.5] - 2022-09-27 + * Fix resolving crate name bug in [#1142](https://github.com/PyO3/maturin/pull/1142) ## [0.13.4] - 2022-09-27 @@ -708,7 +710,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.13.4...HEAD +[Unreleased]: https://github.com/pyo3/maturin/compare/v0.13.5...HEAD +[0.13.5]: https://github.com/pyo3/maturin/compare/v0.13.4...v0.13.5 [0.13.4]: https://github.com/pyo3/maturin/compare/v0.13.3...v0.13.4 [0.13.3]: https://github.com/pyo3/maturin/compare/v0.13.2...v0.13.3 [0.13.2]: https://github.com/pyo3/maturin/compare/v0.13.1...v0.13.2