Skip to content

Commit 879bc88

Browse files
authored
Release v1.3.1 (#1816)
1 parent a8f87fd commit 879bc88

File tree

3 files changed

+14
-7
lines changed

3 files changed

+14
-7
lines changed

Cargo.lock

+3-3
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.3.0"
4+
version = "1.3.1"
55
description = "Build and publish crates with pyo3, rust-cpython and cffi bindings as well as rust binaries as python packages"
66
exclude = [
77
"test-crates/**/*",

Changelog.md

+10-3
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10-
* Add unittest skeleton to mixed Python/Rust projects
11-
* Preserve trailing whitespace in new project files
10+
## [1.3.1] - 2023-10-24
11+
12+
* Use external `uniffi-bindgen` if no root package is configured in [#1797](https://github.com/PyO3/maturin/pull/1797)
13+
* Fix wheel filename for GraalPy in [#1802](https://github.com/PyO3/maturin/pull/1802)
14+
* Add unittest skeleton to mixed Python/Rust projects in [#1807](https://github.com/PyO3/maturin/pull/1807)
15+
* Preserve trailing whitespace in new project files in [#1808](https://github.com/PyO3/maturin/pull/1808)
16+
* Fix missing `workspace.members` in sdist in [#1811](https://github.com/PyO3/maturin/pull/1811)
17+
* Don't set `MACOSX_DEPLOYMENT_TARGET` for editable builds by default in [#1815](https://github.com/PyO3/maturin/pull/1815)
1218

1319
## [1.3.0] - 2023-10-02
1420

@@ -921,7 +927,8 @@ points-0.1.0-py2.py3-none-manylinux1_x86_64.whl | 2,8M | 752K | 85K
921927

922928
* Initial Release
923929

924-
[Unreleased]: https://github.com/pyo3/maturin/compare/v1.3.0...HEAD
930+
[Unreleased]: https://github.com/pyo3/maturin/compare/v1.3.1...HEAD
931+
[1.3.1]: https://github.com/pyo3/maturin/compare/v1.3.0...v1.3.1
925932
[1.3.0]: https://github.com/pyo3/maturin/compare/v1.2.3...v1.3.0
926933
[1.2.3]: https://github.com/pyo3/maturin/compare/v1.2.2...v1.2.3
927934
[1.2.2]: https://github.com/pyo3/maturin/compare/v1.2.1...v1.2.2

0 commit comments

Comments
 (0)