Skip to content

Commit fa6f930

Browse files
committed
Release v0.14.10
1 parent f2d6718 commit fa6f930

File tree

3 files changed

+26
-23
lines changed

3 files changed

+26
-23
lines changed

Cargo.lock

+21-21
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.9"
4+
version = "0.14.10"
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.10] - 2023-01-13
11+
1012
* Use module name specified by `[package.metadata.maturin]` in [#1409](https://github.com/PyO3/maturin/pull/1409)
1113

1214
## [0.14.9] - 2023-01-10
@@ -797,7 +799,8 @@ points-0.1.0-py2.py3-none-manylinux1_x86_64.whl | 2,8M | 752K | 85K
797799

798800
* Initial Release
799801

800-
[Unreleased]: https://github.com/pyo3/maturin/compare/v0.14.9...HEAD
802+
[Unreleased]: https://github.com/pyo3/maturin/compare/v0.14.10...HEAD
803+
[0.14.10]: https://github.com/pyo3/maturin/compare/v0.14.9...v0.14.10
801804
[0.14.9]: https://github.com/pyo3/maturin/compare/v0.14.8...v0.14.9
802805
[0.14.8]: https://github.com/pyo3/maturin/compare/v0.14.7...v0.14.8
803806
[0.14.7]: https://github.com/pyo3/maturin/compare/v0.14.6...v0.14.7

0 commit comments

Comments
 (0)