Skip to content

Commit e1a02a9

Browse files
committed
Release v0.14.8
1 parent e31b8db commit e1a02a9

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

Cargo.lock

+1-1
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 = "0.14.8-beta.2"
4+
version = "0.14.8"
55
description = "Build and publish crates with pyo3, rust-cpython and cffi bindings as well as rust binaries as python packages"
66
exclude = ["test-crates/**/*", "sysconfig/*", "test-data/*", "ci/*", "tests/*", "guide/*", ".github/*"]
77
homepage = "https://github.com/pyo3/maturin"

Changelog.md

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

88
## [Unreleased]
99

10+
## [0.14.8] - 2022-12-31
11+
1012
* Add support for packaging multiple pure Python packages in [#1378](https://github.com/PyO3/maturin/pull/1378)
1113
* Fallback to sysconfig interpreters for pyo3 bindings in [#1381](https://github.com/PyO3/maturin/pull/1381)
1214

@@ -789,7 +791,8 @@ points-0.1.0-py2.py3-none-manylinux1_x86_64.whl | 2,8M | 752K | 85K
789791

790792
* Initial Release
791793

792-
[Unreleased]: https://github.com/pyo3/maturin/compare/v0.14.7...HEAD
794+
[Unreleased]: https://github.com/pyo3/maturin/compare/v0.14.8...HEAD
795+
[0.14.8]: https://github.com/pyo3/maturin/compare/v0.14.7...v0.14.8
793796
[0.14.7]: https://github.com/pyo3/maturin/compare/v0.14.6...v0.14.7
794797
[0.14.6]: https://github.com/pyo3/maturin/compare/v0.14.5...v0.14.6
795798
[0.14.5]: https://github.com/pyo3/maturin/compare/v0.14.4...v0.14.5

0 commit comments

Comments
 (0)