Skip to content

v7.0.0

Compare
Choose a tag to compare
@sbraz sbraz released this 11 Feb 02:09
· 12 commits to master since this release
3f92e66
Breaking changes
  • ⚠️ Make MediaInfo.parse's optional arguments positional-only (e5b2421)
  • ⚠️ Drop support for Python 3.7 and 3.8 (bf780d1)
New features
Bug fixes
  • Tag macOS wheels as universal2 to support ARM64 and x86-64 (thanks to @getzze, #127)
Miscellaneous
  • Switch build backend from setuptools to PDM-Backend (thanks to @getzze, #140, bf780d1)
  • Check MediaInfo library checksums during CI/CD (thanks to @getzze, #141, bead22b)
  • Improve code quality with better type hints (add py.typed) and many more fixes by @getzze