From 6bbef964c95f1b0ba294433b92edd37a190ac931 Mon Sep 17 00:00:00 2001 From: Joe Rickerby Date: Mon, 9 Oct 2017 19:26:45 +0100 Subject: [PATCH] Update changelog --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 4562202e..3f48891a 100644 --- a/README.md +++ b/README.md @@ -292,6 +292,11 @@ Since `cibuildwheel` runs the wheel through delocate or auditwheel, it will auto Changelog ========= +### 0.6.0 + +- On the Linux build, the host filesystem is now accessible via `/host` (#36) +- Fixed a bug where setup.py scripts would run the wrong version of Python when running subprocesses on Linux (#35) + ### 0.5.1 - Fixed a couple of bugs on Python 3.