Skip to content

Commit 060e210

Browse files
authored
Release v1.8.2 (#2469)
Closes #2467
1 parent 031de01 commit 060e210

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

Cargo.lock

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

Cargo.toml

+1-1
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.1"
4+
version = "1.8.2"
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

+12-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## [1.8.2]
4+
5+
* Exclude packages not in the dependency tree when finding bindings in [#2426](https://github.com/PyO3/maturin/pull/2426)
6+
* Use uv automatically when running maturin develop inside uv-created virtualenv in [#2433](https://github.com/PyO3/maturin/pull/2433)
7+
* Consider abi3 minor version when resolving Python interpreters in [#2437](https://github.com/PyO3/maturin/pull/2437)
8+
* Handle archived dylibs on AIX in [#2442](https://github.com/PyO3/maturin/pull/2442)
9+
* Fix unnecessary rebuilds due to pyo3 config file modified time change in [#2446](https://github.com/PyO3/maturin/pull/2446)
10+
* Fix the name of the .data directory in the generated wheel in [#2449](https://github.com/PyO3/maturin/pull/2449)
11+
* Update minimal manylinux version for loongarch64 in [#2451](https://github.com/PyO3/maturin/pull/2451)
12+
313
## [1.8.1]
414

515
* Downgrade invalid version info in `pyproject.toml` error to warning in [#2417](https://github.com/PyO3/maturin/pull/2417)
@@ -1031,7 +1041,8 @@ points-0.1.0-py2.py3-none-manylinux1_x86_64.whl | 2,8M | 752K | 85K
10311041

10321042
* Initial Release
10331043

1034-
[Unreleased]: https://github.com/pyo3/maturin/compare/v1.8.1...HEAD
1044+
[Unreleased]: https://github.com/pyo3/maturin/compare/v1.8.2...HEAD
1045+
[1.8.2]: https://github.com/pyo3/maturin/compare/v1.8.1...v1.8.2
10351046
[1.8.1]: https://github.com/pyo3/maturin/compare/v1.8.0...v1.8.1
10361047
[1.8.0]: https://github.com/pyo3/maturin/compare/v1.7.8...v1.8.0
10371048
[1.7.8]: https://github.com/pyo3/maturin/compare/v1.7.7...v1.7.8

0 commit comments

Comments
 (0)