Skip to content

Commit 6febbe2

Browse files
authored
Release v1.14.1 (#3234)
1 parent 6c9cd7f commit 6febbe2

3 files changed

Lines changed: 13 additions & 2 deletions

File tree

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

3+
## 1.14.1
4+
5+
* Bump uraimo/run-on-arch-action to v3 to fix pytest job ([#3221](https://github.com/pyo3/maturin/pull/3221))
6+
* Fix platform tag logic to generate the same as cpython on AIX ([#3220](https://github.com/pyo3/maturin/pull/3220))
7+
* Bump pyo3-introspection ([#3227](https://github.com/pyo3/maturin/pull/3227))
8+
* Upgrade cargo-zigbuild & cargo-xwin ([#3228](https://github.com/pyo3/maturin/pull/3228))
9+
* Fix issues around crates enabling abi3 and abi3t features ([#3226](https://github.com/pyo3/maturin/pull/3226))
10+
* Add PEP 740 publish attestations to PyPI releases ([#3230](https://github.com/pyo3/maturin/pull/3230))
11+
* Set PYO3_PYTHON to run scripts for stable ABI builds ([#3233](https://github.com/pyo3/maturin/pull/3233))
12+
* Fix shell quoting in CI scripts ([#3231](https://github.com/pyo3/maturin/pull/3231))
13+
314
## 1.14.0
415

516
* Support parent-relative pyproject metadata in sdists ([#3182](https://github.com/pyo3/maturin/pull/3182))

0 commit comments

Comments
 (0)