Skip to content

Commit

Permalink
Merge pull request #1171 from messense/release-0.13.6
Browse files Browse the repository at this point in the history
Release v0.13.6
  • Loading branch information
messense authored Oct 8, 2022
2 parents 8f4d1be + c49a5e5 commit 867db67
Show file tree
Hide file tree
Showing 4 changed files with 45 additions and 32 deletions.
65 changes: 36 additions & 29 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 <[email protected]>", "messense <[email protected]>"]
name = "maturin"
version = "0.13.5"
version = "0.13.6"
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
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.13.6] - 2022-10-08

* Fix `maturin develop` in Windows conda virtual environment in [#1146](https://github.com/PyO3/maturin/pull/1146)
* Fix build for crate using `pyo3` and `build.rs` without `cdylib` crate type in [#1150](https://github.com/PyO3/maturin/pull/1150)
* Fix build on some 32-bit platform by downgrading `indicatif` in [#1163](https://github.com/PyO3/maturin/pull/1163)
Expand Down Expand Up @@ -715,7 +717,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.13.5...HEAD
[Unreleased]: https://github.com/pyo3/maturin/compare/v0.13.6...HEAD
[0.13.6]: https://github.com/pyo3/maturin/compare/v0.13.5...v0.13.6
[0.13.5]: https://github.com/pyo3/maturin/compare/v0.13.4...v0.13.5
[0.13.4]: https://github.com/pyo3/maturin/compare/v0.13.3...v0.13.4
[0.13.3]: https://github.com/pyo3/maturin/compare/v0.13.2...v0.13.3
Expand Down
5 changes: 4 additions & 1 deletion deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,10 @@ exceptions = [
# Each entry is the crate and version constraint, and its specific allow
# list
{ allow = ["ISC", "MIT", "OpenSSL"], name = "ring" },
{ allow = ["Unicode-DFS-2016"], name = "unicode-ident" }
{ allow = ["MPL-2.0"], name = "webpki-roots" },
{ allow = ["MPL-2.0"], name = "cbindgen" },
{ allow = ["Unicode-DFS-2016"], name = "unicode-ident" },
{ allow = ["MIT", "LGPL-3.0"], name = "configparser" },
]

# Some crates don't have (easily) machine readable licensing information,
Expand Down

0 comments on commit 867db67

Please sign in to comment.