Skip to content

Commit

Permalink
Release v0.14.8
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed Dec 31, 2022
1 parent 66cd0a6 commit afcc079
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 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 <konstin@mailbox.org>", "messense <messense@icloud.com>"]
name = "maturin"
version = "0.14.7"
version = "0.14.8"
description = "Build and publish crates with pyo3, rust-cpython and cffi bindings as well as rust binaries as python packages"
exclude = ["test-crates/**/*", "sysconfig/*", "test-data/*", "ci/*", "tests/*", "guide/*", ".github/*"]
homepage = "https://github.com/pyo3/maturin"
Expand Down
6 changes: 5 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* **Breaking Change**: Remove deprecated `python-source` option in `Cargo.toml` in [#1335](https://github.com/PyO3/maturin/pull/1335)
* **Breaking Change**: Turn `patchelf` version warning into a hard error in [#1335](https://github.com/PyO3/maturin/pull/1335)
* **Breaking Change**: [`uniffi_bindgen` CLI](https://mozilla.github.io/uniffi-rs/tutorial/Prerequisites.html#the-uniffi-bindgen-cli-tool) is required for building `uniffi` bindings wheels in [#1352](https://github.com/PyO3/maturin/pull/1352)

## [0.14.8] - 2022-12-31

* Add support for packaging multiple pure Python packages in [#1378](https://github.com/PyO3/maturin/pull/1378)
* Fallback to sysconfig interpreters for pyo3 bindings in [#1381](https://github.com/PyO3/maturin/pull/1381)

Expand Down Expand Up @@ -794,7 +797,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/v0.14.7...HEAD
[Unreleased]: https://github.com/pyo3/maturin/compare/v0.14.8...HEAD
[0.14.8]: https://github.com/pyo3/maturin/compare/v0.14.7...v0.14.8
[0.14.7]: https://github.com/pyo3/maturin/compare/v0.14.6...v0.14.7
[0.14.6]: https://github.com/pyo3/maturin/compare/v0.14.5...v0.14.6
[0.14.5]: https://github.com/pyo3/maturin/compare/v0.14.4...v0.14.5
Expand Down

0 comments on commit afcc079

Please sign in to comment.