From 98e2e142ad5d513820b1eea347dc4e23a3b87087 Mon Sep 17 00:00:00 2001 From: konstin Date: Wed, 24 Oct 2018 21:58:58 +0200 Subject: [PATCH] Release 0.3.8 --- Cargo.lock | 2 +- Cargo.toml | 2 +- Changelog.md | 5 +++++ 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fa61a2e7e..dc557e724 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1103,7 +1103,7 @@ dependencies = [ [[package]] name = "pyo3-pack" -version = "0.3.6" +version = "0.3.68" dependencies = [ "atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", "base64 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 1535ddc53..361d1f49d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] authors = ["konstin "] name = "pyo3-pack" -version = "0.3.6" +version = "0.3.68" description = "Build and publish crates with pyo3 bindings as python packages" exclude = ["get-fourtytwo/**/*", "integration-test/**/*", "sysconfig/*"] readme = "Readme.md" diff --git a/Changelog.md b/Changelog.md index 8bf74107d..3571a8b24 100644 --- a/Changelog.md +++ b/Changelog.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.3.8] + + * Pin reqwest to 0.9.2 to work around [seanmonstar/reqwest#374](https://github.com/seanmonstar/reqwest/issues/374) + ## [0.3.7] ### Fixed @@ -110,6 +114,7 @@ points-0.1.0-py2.py3-none-manylinux1_x86_64.whl | 2,8M | 752K | 85K * Initial Release [Unreleased]: https://github.com/pyo3/pyo3-pack/compare/v0.3.7...HEAD +[0.3.8]: https://github.com/pyo3/pyo3-pack/compare/v0.3.7...v0.3.8 [0.3.7]: https://github.com/pyo3/pyo3-pack/compare/v0.3.6...v0.3.7 [0.3.6]: https://github.com/pyo3/pyo3-pack/compare/v0.3.5...v0.3.5 [0.3.5]: https://github.com/pyo3/pyo3-pack/compare/v0.3.4...v0.3.5