Bump version: v2.2.0a1
This commit is contained in:
@@ -2,6 +2,18 @@
|
||||
title: Changelog
|
||||
---
|
||||
|
||||
### v2.2.0 (prerelease)
|
||||
|
||||
_Currently in prerelease. The below release notes will be condensed into a single entry on final release._
|
||||
|
||||
_v2.2.0a1 (23 September 2021)_
|
||||
|
||||
- 🌟 Added support for [musllinux](https://www.python.org/dev/peps/pep-0656/). Support for this new wheel format lets projects build wheels for Linux distributions that use [musl libc](https://musl.libc.org/), notably, [Alpine](https://alpinelinux.org/) Docker containers.
|
||||
|
||||
Musllinux builds are enabled by default. To disable them on your project, add `*-musllinux_*` to your [`CIBW_SKIP`/`skip`](https://cibuildwheel.readthedocs.io/en/stable/options/#build-skip)
|
||||
option. (#768)
|
||||
- 🛠 Setting an empty string for the [`CIBW_*_IMAGE`](https://cibuildwheel.readthedocs.io/en/stable/options/#manylinux-image) option will now fallthrough to the config file or cibuildwheel's default, rather than causing an error. This makes the option easier to use in CI build matricies. (#829)
|
||||
|
||||
### v2.1.2
|
||||
|
||||
_14 September 2021_
|
||||
|
||||
Reference in New Issue
Block a user