Skip to content

Commit 52dc989

Browse files
authored
Release v1.9.4 (#2727)
1 parent 3ad3dc7 commit 52dc989

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
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: 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.9.3"
4+
version = "1.9.4"
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/**/*",
@@ -63,7 +63,7 @@ zip = { version = "2.3.0", default-features = false, features = [
6363
"deflate",
6464
"time",
6565
"zstd",
66-
"lzma"
66+
"lzma",
6767
] }
6868
thiserror = "2.0.3"
6969
fs-err = "3.0.0"

Changelog.md

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

3-
## Unreleased
3+
## [1.9.4]
44

55
* Add a `use-base-python` option to `pyproject.toml` with the same behaviour as `MATURIN_PEP517_USE_BASE_PYTHON`.
6+
* Add builtin sysconfigs for GraalPy
7+
* Fix calculation of platform tag for FreeBSD
68

79
## [1.9.3]
810

@@ -1096,7 +1098,10 @@ points-0.1.0-py2.py3-none-manylinux1_x86_64.whl | 2,8M | 752K | 85K
10961098

10971099
* Initial Release
10981100

1099-
[Unreleased]: https://github.com/pyo3/maturin/compare/v1.9.1...HEAD
1101+
[Unreleased]: https://github.com/pyo3/maturin/compare/v1.9.4...HEAD
1102+
[1.9.4]: https://github.com/pyo3/maturin/compare/v1.9.3...v1.9.4
1103+
[1.9.3]: https://github.com/pyo3/maturin/compare/v1.9.2...v1.9.3
1104+
[1.9.2]: https://github.com/pyo3/maturin/compare/v1.9.1...v1.9.2
11001105
[1.9.1]: https://github.com/pyo3/maturin/compare/v1.9.0...v1.9.1
11011106
[1.9.0]: https://github.com/pyo3/maturin/compare/v1.8.7...v1.9.0
11021107
[1.8.7]: https://github.com/pyo3/maturin/compare/v1.8.6...v1.8.7

0 commit comments

Comments
 (0)