Skip to content

Commit

Permalink
Release v1.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed Sep 24, 2024
1 parent eb14173 commit 5cafa10
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 16 deletions.
50 changes: 37 additions & 13 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
authors = ["konstin <konstin@mailbox.org>", "messense <messense@icloud.com>"]
name = "maturin"
version = "1.7.1"
version = "1.7.2"
description = "Build and publish crates with pyo3, cffi and uniffi bindings as well as rust binaries as python packages"
exclude = [
"test-crates/**/*",
Expand Down Expand Up @@ -97,7 +97,7 @@ clap = { version = "4.0.0", features = [
clap_complete_command = { version = "0.6.1", optional = true }

# cross compile
cargo-zigbuild = { version = "0.18.4", default-features = false, optional = true }
cargo-zigbuild = { version = "0.19.3", default-features = false, optional = true }
cargo-xwin = { version = "0.16.5", default-features = false, optional = true }

# log
Expand Down
11 changes: 10 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.7.2]

* Fix cross compilation issues for armv7l, mips64 and ppc in [#2204](https://github.com/PyO3/maturin/pull/2204)
* UniFFI: supports bindings generated from multiple crates in [#2208](https://github.com/PyO3/maturin/pull/2208)
* Enable `--all-features` when building source distribution in [#2215](https://github.com/PyO3/maturin/pull/2215)
* Fix rpath when module-name contains `.` in [#2219](https://github.com/PyO3/maturin/pull/2219)

## [1.7.1]

* Forward `cargo package --list` warnings in [#2186](https://github.com/PyO3/maturin/pull/2186)
Expand Down Expand Up @@ -976,7 +983,9 @@ points-0.1.0-py2.py3-none-manylinux1_x86_64.whl | 2,8M | 752K | 85K

* Initial Release

[Unreleased]: https://github.com/pyo3/maturin/compare/v1.7.0...HEAD
[Unreleased]: https://github.com/pyo3/maturin/compare/v1.7.2...HEAD
[1.7.2]: https://github.com/pyo3/maturin/compare/v1.7.1...v1.7.2
[1.7.1]: https://github.com/pyo3/maturin/compare/v1.7.0...v1.7.1
[1.7.0]: https://github.com/pyo3/maturin/compare/v1.6.0...v1.7.0
[1.6.0]: https://github.com/pyo3/maturin/compare/v1.5.1...v1.6.0
[1.5.1]: https://github.com/pyo3/maturin/compare/v1.5.0...v1.5.1
Expand Down

0 comments on commit 5cafa10

Please sign in to comment.