Skip to content

Commit a4b9251

Browse files
committed
Prepare 5.0.0 release
1 parent 82d8651 commit a4b9251

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,27 @@
22

33
## HEAD
44

5+
## 5.0.0
6+
7+
Released Sep. 18, 2021
8+
9+
### User-facing changes
10+
- [BUGFIX] Remove undeclared dependency on pkg_resources ([#307](https://github.com/pypa/auditwheel/pull/307))
11+
- [BUGFIX] Don't installs self in tox deps ([#319](https://github.com/pypa/auditwheel/pull/319))
12+
- [FEATURE] Add support for musllinux ([#305](https://github.com/pypa/auditwheel/issues/305), [#311](https://github.com/pypa/auditwheel/pull/311), [#315](https://github.com/pypa/auditwheel/pull/315))
13+
- [FEATURE] Replace `unzip` usage with Python's `zipfile` ([#258](https://github.com/pypa/auditwheel/issues/258), [#324](https://github.com/pypa/auditwheel/pull/324))
14+
- [FEATURE] `libz.so.1` is now whitelisted (with some symbols blacklisted) ([#152](https://github.com/pypa/auditwheel/issues/152), [#161](https://github.com/pypa/auditwheel/issues/161), [#334](https://github.com/pypa/auditwheel/pull/334))
15+
16+
### Housekeeping
17+
- Use python slim images to run tests ([#308](https://github.com/pypa/auditwheel/pull/308))
18+
- Manylinux2014 now uses devtoolset-10 ([#316](https://github.com/pypa/auditwheel/pull/316))
19+
- Use pre-commit to lint the code base ([#331](https://github.com/pypa/auditwheel/pull/331))
20+
- Run pyupgrade --py36-plus ([#325](https://github.com/pypa/auditwheel/pull/325))
21+
- Run isort --py 36 --profile black ([#328](https://github.com/pypa/auditwheel/pull/328))
22+
- Run black ([#329](https://github.com/pypa/auditwheel/pull/329))
23+
- Move mypy config to pyproject.toml ([#326](https://github.com/pypa/auditwheel/pull/326))
24+
- Move to an `src` layout ([#332](https://github.com/pypa/auditwheel/pull/332))
25+
526
## 4.0.0
627

728
Released May. 5, 2021

0 commit comments

Comments
 (0)