diff --git a/Cargo.lock b/Cargo.lock index 751fff542..9290a0a1e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1040,9 +1040,9 @@ dependencies = [ [[package]] name = "libc" -version = "0.2.119" +version = "0.2.120" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1bf2e165bb3457c8e098ea76f3e3bc9db55f87aa90d52d0e6be741470916aaa4" +checksum = "ad5c14e80759d0939d013e6ca49930e59fc53dd8e5009132f76240c179380c09" [[package]] name = "log" @@ -1072,7 +1072,7 @@ checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f" [[package]] name = "maturin" -version = "0.12.11-beta.2" +version = "0.12.11" dependencies = [ "anyhow", "base64", @@ -1915,9 +1915,9 @@ checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601" [[package]] name = "syn" -version = "1.0.87" +version = "1.0.88" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e59d925cf59d8151f25a3bedf97c9c157597c9df7324d32d68991cc399ed08b" +checksum = "ebd69e719f31e88618baa1eaa6ee2de5c9a1c004f1e9ecdb58e8352a13f20a01" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index e2b2f4cc7..2c7e33a1f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] authors = ["konstin ", "messense "] name = "maturin" -version = "0.12.11-beta.2" +version = "0.12.11" 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/*"] homepage = "https://github.com/pyo3/maturin" diff --git a/Changelog.md b/Changelog.md index 8db1722a3..bb038f4cb 100644 --- a/Changelog.md +++ b/Changelog.md @@ -7,10 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.12.11] - 2022-03-15 + * Package license files in `.dist-info/license_files` following PEP 639 in [#837](https://github.com/PyO3/maturin/pull/837) * Stop testing Python 3.6 on CI since it's already EOL in [#840](https://github.com/PyO3/maturin/pull/840) * Update workspace members for sdist local dependencies in [#844](https://github.com/PyO3/maturin/pull/844) * Migrate docker image to github container registry in [#845](https://github.com/PyO3/maturin/pull/845) +* Remove `PYO3_NO_PYTHON` hack for Windows in [#848](https://github.com/PyO3/maturin/pull/848) +* Remove Windows abi3 python lib link hack in [#851](https://github.com/PyO3/maturin/pull/851) * Add `-r` option as a short alias for `--release` in [#854](https://github.com/PyO3/maturin/pull/854) ## [0.12.10] - 2022-03-09 @@ -551,7 +555,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.12.10...HEAD +[Unreleased]: https://github.com/pyo3/maturin/compare/v0.12.11...HEAD +[0.12.11]: https://github.com/pyo3/maturin/compare/v0.12.10...v0.12.11 [0.12.10]: https://github.com/pyo3/maturin/compare/v0.12.9...v0.12.10 [0.12.9]: https://github.com/pyo3/maturin/compare/v0.12.8...v0.12.9 [0.12.8]: https://github.com/pyo3/maturin/compare/v0.12.7...v0.12.8