Skip to content

Commit

Permalink
Release v1.8.0 (#2414)
Browse files Browse the repository at this point in the history
  • Loading branch information
messense authored Dec 25, 2024
1 parent 55d7beb commit 864e6bb
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 6 deletions.
6 changes: 3 additions & 3 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.8"
version = "1.8.0"
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 @@ -98,7 +98,7 @@ clap_complete_command = { version = "0.6.1", optional = true }

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

# log
tracing = "0.1.36"
Expand Down
19 changes: 18 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [1.8.0]

* Don't add wheel data to sdist in [#2367](https://github.com/PyO3/maturin/pull/2367)
* Add sparcv9 architecture support in [#2380](https://github.com/PyO3/maturin/pull/2380)
* Properly handle dynamic version in pyproject.toml in [#2391](https://github.com/PyO3/maturin/pull/2391)
* Fix xwin cross compile on non-Windows system in [#2391](https://github.com/PyO3/maturin/pull/2391)
* Fix interpreter selection for abi3 bindings in [#2392](https://github.com/PyO3/maturin/pull/2392)
* Use the official recommended naming pattern for cffi module file in [#2406](https://github.com/PyO3/maturin/pull/2406)
* Add Linux armv5te architecture support in [#2409](https://github.com/PyO3/maturin/pull/2409)
* Only build Python 3.13t wheels by default for `pyo3` 0.23+ in [#2413](https://github.com/PyO3/maturin/pull/2413)

## [1.7.8]

* Fix aarch64 Windows cross compilation in [#2359](https://github.com/PyO3/maturin/pull/2359)

## [1.7.7]

* Fix abi3 interpreter discovery on Windows in [#2333](https://github.com/PyO3/maturin/pull/2333)
Expand Down Expand Up @@ -1011,7 +1026,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.7...HEAD
[Unreleased]: https://github.com/pyo3/maturin/compare/v1.8.0...HEAD
[1.8.0]: https://github.com/pyo3/maturin/compare/v1.7.8...v1.8.0
[1.7.8]: https://github.com/pyo3/maturin/compare/v1.7.7...v1.7.8
[1.7.7]: https://github.com/pyo3/maturin/compare/v1.7.6...v1.7.7
[1.7.6]: https://github.com/pyo3/maturin/compare/v1.7.5...v1.7.6
[1.7.5]: https://github.com/pyo3/maturin/compare/v1.7.4...v1.7.5
Expand Down

0 comments on commit 864e6bb

Please sign in to comment.