From 986d56279eebbb9bec233856c6ec966c0de77032 Mon Sep 17 00:00:00 2001 From: Joe Rickerby Date: Thu, 7 Sep 2017 23:06:08 +0100 Subject: [PATCH] Update changelog --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 61dbc63e..c30af449 100644 --- a/README.md +++ b/README.md @@ -269,6 +269,11 @@ Since `cibuildwheel` runs the wheel through delocate or auditwheel, it will auto Changelog ========= +### 0.5.0 + +- `CIBW_ENVIRONMENT` added. You can now set environment variables for each build, even within the Docker container on Linux. This is a big one! (#21) +- `CIBW_BEFORE_BUILD` now runs in a system shell on all platforms. You can now do things like `CIBW_BEFORE_BUILD="cmd1 && cmd2"`. (#32) + ### 0.4.1 - Fixed a bug on Windows where subprocess' output was hidden (#23)