From 2e5e51a49a66f602c09a23eab855b37d478e2439 Mon Sep 17 00:00:00 2001 From: messense Date: Thu, 17 Aug 2023 05:06:20 +0000 Subject: [PATCH] Release v1.2.3 --- Cargo.lock | 2 +- Cargo.toml | 2 +- Changelog.md | 7 ++++++- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ccdb1f8ba..2717659ec 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1052,7 +1052,7 @@ dependencies = [ [[package]] name = "maturin" -version = "1.2.2" +version = "1.2.3" dependencies = [ "anyhow", "base64 0.21.2", diff --git a/Cargo.toml b/Cargo.toml index 1c8c83d66..365703b31 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] authors = ["konstin ", "messense "] name = "maturin" -version = "1.2.2" +version = "1.2.3" 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 4efc0ddb1..f2cd2c9e2 100644 --- a/Changelog.md +++ b/Changelog.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.2.3] - 2023-08-17 + +* Fix sdist build failure with workspace path dependencies by HerringtonDarkholme in [#1739](https://github.com/PyO3/maturin/pull/1739) + ## [1.2.2] - 2023-08-14 * Fix non interactive mode check when username/password was supplied from cli in #[1737](https://github.com/PyO3/maturin/pull/1737) @@ -903,7 +907,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.2...HEAD +[Unreleased]: https://github.com/pyo3/maturin/compare/v1.2.3...HEAD +[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 [1.2.0]: https://github.com/pyo3/maturin/compare/v1.1.0...v1.2.0