Releases: pypa/abi3audit
Releases · pypa/abi3audit
v0.0.19
v0.0.18
What's Changed
- build(deps): update rich requirement from <13.9.0,>=12.5.1 to >=12.5.1,<13.10.0 by @dependabot in #113
- add Python 3.13 to CI, remove 3.8 by @woodruffw in #114
- Improve error message when
.so
file without.abi3.
in it is specified by @vadz in #118
New Contributors
Full Changelog: v0.0.17...v0.0.18
v0.0.17
What's Changed
- workflows/release: split sign job, harden permissions by @woodruffw in #106
- update project URLs by @woodruffw in #107
- CODEOWNERS: remove by @woodruffw in #108
- build(deps): bump pypa/gh-action-pip-audit from 1.0.8 to 1.1.0 by @dependabot in #109
- build(deps): update rich requirement from <13.8.0,>=12.5.1 to >=12.5.1,<13.9.0 by @dependabot in #110
- _audit: relax PyInit check by @woodruffw in #112
Full Changelog: v0.0.14...v0.0.17
v0.0.16
What's Changed
- workflows/release: split sign job, harden permissions by @woodruffw in #106
- update project URLs by @woodruffw in #107
- CODEOWNERS: remove by @woodruffw in #108
- build(deps): bump pypa/gh-action-pip-audit from 1.0.8 to 1.1.0 by @dependabot in #109
- build(deps): update rich requirement from <13.8.0,>=12.5.1 to >=12.5.1,<13.9.0 by @dependabot in #110
Full Changelog: v0.0.14...v0.0.16
v0.0.15rc1
abi3audit: 0.0.15rc1 Signed-off-by: William Woodruff <[email protected]>
v0.0.14
v0.0.13
What's Changed
- _object: handle STB_GNU_UNIQUE by @woodruffw in #99
Full Changelog: v0.0.12...v0.0.13
v0.0.12
What's Changed
- pyproject: fix abi3info dep by @woodruffw in #95
- _object: skip unknown ELF visibilities by @woodruffw in #96
Full Changelog: v0.0.11...v0.0.12
v0.0.11
What's Changed
- build(deps-dev): update packaging requirement from <24.0,>=21.3 to >=21.3,<25.0 by @dependabot in #88
- fix: Create venv in configured directory by @nicholasjng in #90
- build(deps): update requests requirement from <2.32.0,>=2.28.1 to >=2.28.1,<2.33.0 by @dependabot in #91
- Get visibilities from shared objects to use them in filtering by @nicholasjng in #89
- Support globs on Windows by @woodruffw in #93
Full Changelog: v0.0.10...v0.0.11
v0.0.10
abi3audit: 0.0.10 Signed-off-by: William Woodruff <[email protected]>