Skip to content

Commit

Permalink
Release v1.3.1 (#1816)
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed Oct 24, 2023
1 parent a8f87fd commit 879bc88
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 7 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
authors = ["konstin <[email protected]>", "messense <[email protected]>"]
name = "maturin"
version = "1.3.0"
version = "1.3.1"
description = "Build and publish crates with pyo3, rust-cpython and cffi bindings as well as rust binaries as python packages"
exclude = [
"test-crates/**/*",
Expand Down
13 changes: 10 additions & 3 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

* Add unittest skeleton to mixed Python/Rust projects
* Preserve trailing whitespace in new project files
## [1.3.1] - 2023-10-24

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

## [1.3.0] - 2023-10-02

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

* Initial Release

[Unreleased]: https://github.com/pyo3/maturin/compare/v1.3.0...HEAD
[Unreleased]: https://github.com/pyo3/maturin/compare/v1.3.1...HEAD
[1.3.1]: https://github.com/pyo3/maturin/compare/v1.3.0...v1.3.1
[1.3.0]: https://github.com/pyo3/maturin/compare/v1.2.3...v1.3.0
[1.2.3]: https://github.com/pyo3/maturin/compare/v1.2.2...v1.2.3
[1.2.2]: https://github.com/pyo3/maturin/compare/v1.2.1...v1.2.2
Expand Down

0 comments on commit 879bc88

Please sign in to comment.