Skip to content

Commit 8c40891

Browse files
authored
release: 1.9.6 (#2759)
To ship #2758
1 parent f18acbf commit 8c40891

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
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.9.5"
4+
version = "1.9.6"
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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## [1.9.6]
4+
5+
* Fix regressions to interpreter platform detection on Windows from 1.9.5
6+
* Further fixes to interpreter detection for Windows ARM64
7+
38
## [1.9.5]
49

510
* Add builtin sysconfig for FreeBSD 14.2 amd64
@@ -1104,7 +1109,8 @@ points-0.1.0-py2.py3-none-manylinux1_x86_64.whl | 2,8M | 752K | 85K
11041109

11051110
* Initial Release
11061111

1107-
[Unreleased]: https://github.com/pyo3/maturin/compare/v1.9.5...HEAD
1112+
[Unreleased]: https://github.com/pyo3/maturin/compare/v1.9.6...HEAD
1113+
[1.9.6]: https://github.com/pyo3/maturin/compare/v1.9.5...v1.9.6
11081114
[1.9.5]: https://github.com/pyo3/maturin/compare/v1.9.4...v1.9.5
11091115
[1.9.4]: https://github.com/pyo3/maturin/compare/v1.9.3...v1.9.4
11101116
[1.9.3]: https://github.com/pyo3/maturin/compare/v1.9.2...v1.9.3

0 commit comments

Comments
 (0)