Skip to content

Commit e772489

Browse files
committed
Release v1.12.1
1 parent 0672082 commit e772489

File tree

3 files changed

+11
-2
lines changed

3 files changed

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

3+
## 1.12.1
4+
5+
* Replace addnab/docker-run-action with direct docker run command
6+
* Add `--sbom-include` CLI argument for additional SBOM files (#2999)
7+
* Fix: resolve include patterns relative to python-source for sdist and wheel (#3000)
8+
* Feat: log external shared libraries and their dependents before patchelf
9+
* Feat: support including `OUT_DIR` assets in wheel builds (#3001)
10+
* Add test case for uniffi with multiple crates (#2839)
11+
312
## 1.12.0
413

514
* Use pypi compatibility validation for own CI (#2929)

0 commit comments

Comments
 (0)