Skip to content

Commit

Permalink
Prepare 6.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mayeut committed Feb 3, 2024
1 parent acb6883 commit db79621
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

## HEAD

Released February 3, 2024

## 6.0.0

### User-facing changes
- [REMOVAL] Drop python 3.7 support ([#457](https://github.com/pypa/auditwheel/pull/457))
- [REMOVAL] Remove the `addtag` subcommand ([#455](https://github.com/pypa/auditwheel/pull/455))
- [FEATURE] Add python 3.12 support ([#446](https://github.com/pypa/auditwheel/pull/446))
- [BUGFIX] Repair ELF executables in the "scripts" directory ([#443](https://github.com/pypa/auditwheel/pull/443))
- [BUGFIX] Fix bitness detection ([#471](https://github.com/pypa/auditwheel/pull/471))
- [BUGFIX] `--exclude libfoo.so` shall ignore dependencies of `libfoo.so` ([#474](https://github.com/pypa/auditwheel/pull/474))
- [BUGFIX] Fix replacing `RPATH` on copied libs to the folder where they're copied (`$ORIGIN`) ([#478](https://github.com/pypa/auditwheel/pull/478))

## 5.4.0

Released May 1, 2023
Expand Down

0 comments on commit db79621

Please sign in to comment.