Skip to content

Commit 404a1b3

Browse files
committed
Prepare 5.2.0 release
1 parent 47c9399 commit 404a1b3

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

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

33
## HEAD
44

5+
## 5.2.0
6+
7+
Released Oct. 22, 2022
8+
9+
### User-facing changes
10+
- [FEATURE] Allow `auditwheel repair` to process multiple wheels ([#343](https://github.com/pypa/auditwheel/pull/343), [#62](https://github.com/pypa/auditwheel/issues/62))
11+
- [FEATURE] Add `--exclude` option ([#368](https://github.com/pypa/auditwheel/pull/368), , [#76](https://github.com/pypa/auditwheel/issues/76), [#241](https://github.com/pypa/auditwheel/issues/241), [#391](https://github.com/pypa/auditwheel/issues/391))
12+
- [FEATURE] Update `replace_needed` to reduce total calls to `patchelf` ([#376](https://github.com/pypa/auditwheel/pull/376))
13+
- [FEATURE] Improve log message in case of NonPlatformWheel error ([#393](https://github.com/pypa/auditwheel/pull/393))
14+
- [DOC] Update testing instructions ([#377](https://github.com/pypa/auditwheel/pull/377))
15+
16+
### Housekeeping
17+
- fix: add `/auditwheel_src` to git safe directories ([#378](https://github.com/pypa/auditwheel/pull/378))
18+
- test: add `manylinux_2_28` tests ([#369](https://github.com/pypa/auditwheel/pull/369))
19+
- Updated action versions ([#384](https://github.com/pypa/auditwheel/pull/384))
20+
- Update pre-commit hooks ([#399](https://github.com/pypa/auditwheel/pull/399))
21+
522
## 5.1.2
623

724
Released Jan. 08, 2022

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ prune tests/**/__pycache__
1919
prune tests/**/*.egg-info
2020
prune tests/**/build
2121

22-
global-exclude *.so
22+
global-exclude *.so .DS_Store

0 commit comments

Comments
 (0)