Skip to content

Commit 8495767

Browse files
committed
Release v1.12.4
1 parent ca9dd29 commit 8495767

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
authors = ["konstin <konstin@mailbox.org>", "messense <messense@icloud.com>"]
33
name = "maturin"
4-
version = "1.12.3"
4+
version = "1.12.4"
55
description = "Build and publish crates with pyo3, cffi and uniffi bindings as well as rust binaries as python packages"
66
exclude = [
77
"test-crates/**/*",

Changelog.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 1.12.4
4+
5+
* Upgrade memmap2 version ([#3021](https://github.com/pyo3/maturin/pull/3021))
6+
* Fix: platform tag detection for Android targets ([#3023](https://github.com/pyo3/maturin/pull/3023))
7+
* Fix: only ignore maturin-generated native libraries on all platforms ([#3025](https://github.com/pyo3/maturin/pull/3025))
8+
* Fix: ignore develop artifacts for all binding types during build ([#3026](https://github.com/pyo3/maturin/pull/3026))
9+
* Feat: support conditional cargo features based on Python version ([#3027](https://github.com/pyo3/maturin/pull/3027))
10+
311
## 1.12.3
412

513
* Ci: set crt-static for riscv64 and loongarch64 musl targets ([#3009](https://github.com/pyo3/maturin/pull/3009))

0 commit comments

Comments
 (0)