Skip to content

Commit 18f8870

Browse files
committed
Prepare 5.1.0 release
1 parent c471dee commit 18f8870

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.1.0
6+
7+
Released Jan. 03, 2022
8+
9+
### User-facing changes
10+
- [BUGFIX] libc version failed to be detected on CentOS8 based docker image ([#352](https://github.com/pypa/auditwheel/issues/352), [#353](https://github.com/pypa/auditwheel/pull/353))
11+
- [FEATURE] Add support for `SOURCE_DATE_EPOCH` ([#346](https://github.com/pypa/auditwheel/issues/346), [#348](https://github.com/pypa/auditwheel/pull/348))
12+
- [FEATURE] Add `manylinux_2_28` & `manylinux_2_31` policies ([#356](https://github.com/pypa/auditwheel/pull/356))
13+
- [DOC] Reflect dependency on patchelf in README ([#355](https://github.com/pypa/auditwheel/pull/355))
14+
15+
### Housekeeping
16+
- Fix setuptools warnings seen during builds (deprecation notices) ([#337](https://github.com/pypa/auditwheel/pull/337))
17+
- Fix SDist includes files it shouldn't include ([#338](https://github.com/pypa/auditwheel/pull/338))
18+
- Add `build` & `test-dist` nox sessions ([#336](https://github.com/pypa/auditwheel/pull/336))
19+
- Add musllinux integration tests ([#317](https://github.com/pypa/auditwheel/pull/317))
20+
- Rename the default branch from master to main ([#342](https://github.com/pypa/auditwheel/pull/342))
21+
- Clean before build in test_manylinux ([#347](https://github.com/pypa/auditwheel/pull/347))
22+
- Test with python 3.10 ([#345](https://github.com/pypa/auditwheel/pull/345))
23+
- Move from `pbr` to `setuptools_scm` ([#358](https://github.com/pypa/auditwheel/pull/358))
24+
- Add nox `develop` session ([#359](https://github.com/pypa/auditwheel/pull/359))
25+
526
## 5.0.0
627

728
Released Sep. 18, 2021

0 commit comments

Comments
 (0)