From 6ea269eb9e75a8c795a3773be45f1c2a20c114c1 Mon Sep 17 00:00:00 2001 From: konstin Date: Wed, 21 Aug 2024 23:42:05 +0200 Subject: [PATCH] Bump to 1.7.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- Changelog.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4f602acf..13c8f8a0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1216,7 +1216,7 @@ dependencies = [ [[package]] name = "maturin" -version = "1.7.0" +version = "1.7.1" dependencies = [ "anyhow", "base64 0.21.7", diff --git a/Cargo.toml b/Cargo.toml index 070cb140..8224289b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] authors = ["konstin ", "messense "] name = "maturin" -version = "1.7.0" +version = "1.7.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 2d746a2f..937be201 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,6 @@ # Changelog -## [Unreleased] +## [1.7.1] * Forward `cargo package --list` warnings in [#2186](https://github.com/PyO3/maturin/pull/2186) * In source distributions, we move the readmes of path dependencies into the respective crate to avoid collision between different readmes in [#2184](https://github.com/PyO3/maturin/pull/2184)