Skip to content

Commit 53def9f

Browse files
authored
Release v1.8.7 (#2638)
1 parent 56dc9d8 commit 53def9f

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
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.8.6"
4+
version = "1.8.7"
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/**/*",
@@ -100,7 +100,7 @@ clap_complete_command = { version = "0.6.1", optional = true }
100100

101101
# cross compile
102102
cargo-zigbuild = { version = "0.20.0", default-features = false, optional = true }
103-
cargo-xwin = { version = "0.18.5", default-features = false, optional = true }
103+
cargo-xwin = { version = "0.18.6", default-features = false, optional = true }
104104

105105
# log
106106
tracing = "0.1.36"

Changelog.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# Changelog
22

3-
## [1.8.x]
3+
## [1.8.7]
44

55
- Allow specifying compression method and level, in both `build` and `develop` modes, in [#2625](https://github.com/PyO3/maturin/pull/2625).
6+
- Fix Windows free-threaded builds on Python 3.14 in [#2632](https://github.com/PyO3/maturin/pull/2632)
67

78
## [1.8.6]
89

@@ -1073,7 +1074,8 @@ points-0.1.0-py2.py3-none-manylinux1_x86_64.whl | 2,8M | 752K | 85K
10731074

10741075
* Initial Release
10751076

1076-
[Unreleased]: https://github.com/pyo3/maturin/compare/v1.8.6...HEAD
1077+
[Unreleased]: https://github.com/pyo3/maturin/compare/v1.8.7...HEAD
1078+
[1.8.7]: https://github.com/pyo3/maturin/compare/v1.8.6...v1.8.7
10771079
[1.8.6]: https://github.com/pyo3/maturin/compare/v1.8.5...v1.8.6
10781080
[1.8.5]: https://github.com/pyo3/maturin/compare/v1.8.4...v1.8.5
10791081
[1.8.4]: https://github.com/pyo3/maturin/compare/v1.8.3...v1.8.4

0 commit comments

Comments
 (0)