Skip to content

Commit 864e6bb

Browse files
authored
Release v1.8.0 (#2414)
1 parent 55d7beb commit 864e6bb

File tree

3 files changed

+23
-6
lines changed

3 files changed

+23
-6
lines changed

Cargo.lock

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
authors = ["konstin <[email protected]>", "messense <[email protected]>"]
33
name = "maturin"
4-
version = "1.7.8"
4+
version = "1.8.0"
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/**/*",
@@ -98,7 +98,7 @@ clap_complete_command = { version = "0.6.1", optional = true }
9898

9999
# cross compile
100100
cargo-zigbuild = { version = "0.19.7", default-features = false, optional = true }
101-
cargo-xwin = { version = "0.18.2", default-features = false, optional = true }
101+
cargo-xwin = { version = "0.18.3", default-features = false, optional = true }
102102

103103
# log
104104
tracing = "0.1.36"

Changelog.md

+18-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## [1.8.0]
4+
5+
* Don't add wheel data to sdist in [#2367](https://github.com/PyO3/maturin/pull/2367)
6+
* Add sparcv9 architecture support in [#2380](https://github.com/PyO3/maturin/pull/2380)
7+
* Properly handle dynamic version in pyproject.toml in [#2391](https://github.com/PyO3/maturin/pull/2391)
8+
* Fix xwin cross compile on non-Windows system in [#2391](https://github.com/PyO3/maturin/pull/2391)
9+
* Fix interpreter selection for abi3 bindings in [#2392](https://github.com/PyO3/maturin/pull/2392)
10+
* Use the official recommended naming pattern for cffi module file in [#2406](https://github.com/PyO3/maturin/pull/2406)
11+
* Add Linux armv5te architecture support in [#2409](https://github.com/PyO3/maturin/pull/2409)
12+
* Only build Python 3.13t wheels by default for `pyo3` 0.23+ in [#2413](https://github.com/PyO3/maturin/pull/2413)
13+
14+
## [1.7.8]
15+
16+
* Fix aarch64 Windows cross compilation in [#2359](https://github.com/PyO3/maturin/pull/2359)
17+
318
## [1.7.7]
419

520
* Fix abi3 interpreter discovery on Windows in [#2333](https://github.com/PyO3/maturin/pull/2333)
@@ -1011,7 +1026,9 @@ points-0.1.0-py2.py3-none-manylinux1_x86_64.whl | 2,8M | 752K | 85K
10111026

10121027
* Initial Release
10131028

1014-
[Unreleased]: https://github.com/pyo3/maturin/compare/v1.7.7...HEAD
1029+
[Unreleased]: https://github.com/pyo3/maturin/compare/v1.8.0...HEAD
1030+
[1.8.0]: https://github.com/pyo3/maturin/compare/v1.7.8...v1.8.0
1031+
[1.7.8]: https://github.com/pyo3/maturin/compare/v1.7.7...v1.7.8
10151032
[1.7.7]: https://github.com/pyo3/maturin/compare/v1.7.6...v1.7.7
10161033
[1.7.6]: https://github.com/pyo3/maturin/compare/v1.7.5...v1.7.6
10171034
[1.7.5]: https://github.com/pyo3/maturin/compare/v1.7.4...v1.7.5

0 commit comments

Comments
 (0)