Skip to content

Commit a8ca0c9

Browse files
committed
Release v0.14.9
1 parent ed709f1 commit a8ca0c9

File tree

3 files changed

+14
-11
lines changed

3 files changed

+14
-11
lines changed

Cargo.lock

+9-9
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"
4+
version = "0.14.9"
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.9] - 2023-01-10
11+
1012
* Don't pass `MACOSX_DEPLOYMENT_TARGET` when query default value from rustc in [#1395](https://github.com/PyO3/maturin/pull/1395)
1113

1214
## [0.14.8] - 2022-12-31
@@ -793,7 +795,8 @@ points-0.1.0-py2.py3-none-manylinux1_x86_64.whl | 2,8M | 752K | 85K
793795

794796
* Initial Release
795797

796-
[Unreleased]: https://github.com/pyo3/maturin/compare/v0.14.8...HEAD
798+
[Unreleased]: https://github.com/pyo3/maturin/compare/v0.14.9...HEAD
799+
[0.14.9]: https://github.com/pyo3/maturin/compare/v0.14.8...v0.14.9
797800
[0.14.8]: https://github.com/pyo3/maturin/compare/v0.14.7...v0.14.8
798801
[0.14.7]: https://github.com/pyo3/maturin/compare/v0.14.6...v0.14.7
799802
[0.14.6]: https://github.com/pyo3/maturin/compare/v0.14.5...v0.14.6

0 commit comments

Comments
 (0)