Skip to content

Commit

Permalink
Release v0.15.2
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed May 16, 2023
1 parent ec2cd5d commit 6f0d1e9
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 28 deletions.
50 changes: 25 additions & 25 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions 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.15.1"
version = "0.15.2"
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 Expand Up @@ -77,7 +77,7 @@ tracing-subscriber = { version = "0.3.15", features = ["env-filter"], optional =
# project scaffolding, maturin new/init/generate-ci
dialoguer = { version = "0.10.2", default-features = false, optional = true }
console = { version = "0.15.4", optional = true }
minijinja = { version = "0.31.0", optional = true }
minijinja = { version = "0.32.0", optional = true }

# upload
bytesize = { version = "1.0.1", optional = true }
Expand Down
5 changes: 4 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.15.2] - 2023-05-16

* When determining the python module name, use pyproject.toml `project.name` over Cargo.toml `package.name` in [#1608](https://github.com/PyO3/maturin/pull/1608)
* Fix rewriting `dev-dependencies` in sdist in [#1610](https://github.com/PyO3/maturin/pull/1610)

Expand Down Expand Up @@ -859,7 +861,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.15.1...HEAD
[Unreleased]: https://github.com/pyo3/maturin/compare/v0.15.2...HEAD
[0.15.2]: https://github.com/pyo3/maturin/compare/v0.15.1...v0.15.2
[0.15.1]: https://github.com/pyo3/maturin/compare/v0.15.0...v0.15.1
[0.15.0]: https://github.com/pyo3/maturin/compare/v0.14.17...v0.15.0
[0.14.17]: https://github.com/pyo3/maturin/compare/v0.14.16...v0.14.17
Expand Down

0 comments on commit 6f0d1e9

Please sign in to comment.