Skip to content

Commit 917fa7f

Browse files
committed
Release v1.12.5
1 parent 1bfaa8c commit 917fa7f

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-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.4"
4+
version = "1.12.5"
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: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## 1.12.5
4+
5+
* Feat: include debug info files (.pdb, .dSYM, .dwp) in wheels ([#3024](https://github.com/pyo3/maturin/pull/3024))
6+
* Fix wrong abi3 tag for conditional cargo features enabled pyo3 abi3 feature ([#3029](https://github.com/pyo3/maturin/pull/3029))
7+
* Fix: `maturin build --sdist` wheel name/layout for excluded workspace crates ([#3031](https://github.com/pyo3/maturin/pull/3031))
8+
* Fix: preserve wheel output dir when building from unpacked sdist ([#3036](https://github.com/pyo3/maturin/pull/3036))
9+
* Feat: add python-implementation condition to conditional features ([#3038](https://github.com/pyo3/maturin/pull/3038))
10+
* Update zip to 8.1 ([#3039](https://github.com/pyo3/maturin/pull/3039))
11+
* Use the latest version of github actions ([#3040](https://github.com/pyo3/maturin/pull/3040))
12+
* Use renovate and pinned hashes for GitHub Actions ([#3043](https://github.com/pyo3/maturin/pull/3043))
13+
* Chore(deps): update taiki-e/install-action digest to 7410117 ([#3046](https://github.com/pyo3/maturin/pull/3046))
14+
* Chore(deps): update dtolnay/rust-toolchain digest to efa25f7 ([#3045](https://github.com/pyo3/maturin/pull/3045))
15+
* Chore(deps): update actions/attest-build-provenance action to v4 ([#3047](https://github.com/pyo3/maturin/pull/3047))
16+
* Use mmap for faster warn_missing_py_init ([#2950](https://github.com/pyo3/maturin/pull/2950))
17+
318
## 1.12.4
419

520
* Upgrade memmap2 version ([#3021](https://github.com/pyo3/maturin/pull/3021))

0 commit comments

Comments
 (0)