From 719ad30d05973cafb42634075637f2ca9f230784 Mon Sep 17 00:00:00 2001 From: Joe Rickerby Date: Sun, 10 Sep 2017 22:52:15 +0100 Subject: [PATCH] Update changelog --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index fe7941ab..8a975971 100644 --- a/README.md +++ b/README.md @@ -284,6 +284,11 @@ Since `cibuildwheel` runs the wheel through delocate or auditwheel, it will auto Changelog ========= +### 0.5.1 + +- Fixed a couple of bugs on Python 3. +- Added experimental support for Mac builds on [Bitrise.io](https://www.bitrise.io) + ### 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)