From d95faa64f2c9971820314d228da9a7e71d2e4b87 Mon Sep 17 00:00:00 2001 From: messense Date: Mon, 30 Dec 2024 21:47:01 +0800 Subject: [PATCH] Release v1.8.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- Changelog.md | 8 +++++++- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8ae75f206..557afdabd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1388,7 +1388,7 @@ dependencies = [ [[package]] name = "maturin" -version = "1.8.0" +version = "1.8.1" dependencies = [ "anyhow", "base64 0.21.7", diff --git a/Cargo.toml b/Cargo.toml index b282ceece..5854098f1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] authors = ["konstin ", "messense "] name = "maturin" -version = "1.8.0" +version = "1.8.1" description = "Build and publish crates with pyo3, cffi and uniffi bindings as well as rust binaries as python packages" exclude = [ "test-crates/**/*", diff --git a/Changelog.md b/Changelog.md index a7b492465..d7b2d71b9 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,10 @@ # Changelog +## [1.8.1] + +* Downgrade invalid version info in `pyproject.toml` error to warning in [#2417](https://github.com/PyO3/maturin/pull/2417) +* Make `maturin develop` fail if version info is invalid in pyproject.toml in [#2418](https://github.com/PyO3/maturin/pull/2418) + ## [1.8.0] * Don't add wheel data to sdist in [#2367](https://github.com/PyO3/maturin/pull/2367) @@ -1026,7 +1031,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.8.0...HEAD +[Unreleased]: https://github.com/pyo3/maturin/compare/v1.8.1...HEAD +[1.8.1]: https://github.com/pyo3/maturin/compare/v1.8.0...v1.8.1 [1.8.0]: https://github.com/pyo3/maturin/compare/v1.7.8...v1.8.0 [1.7.8]: https://github.com/pyo3/maturin/compare/v1.7.7...v1.7.8 [1.7.7]: https://github.com/pyo3/maturin/compare/v1.7.6...v1.7.7