- remove spurious pyproject.toml that breaks source builds
0.4.26
- Use tox for all multi-version testing - Fix use of pytest, use it via tox
0.4.25
- Support os.PathLike values in Magic.from_file and magic.from_file - Handle some versions of libmagic that return mime string without charset - Fix tests for file 5.41 - Include typing stub in package
0.4.24
- Fix regression in library loading on some Alpine docker images.
0.4.23
- Include a `py.typed` sentinal to enable type checking - Improve fix for attribute error during destruction - Cleanup library loading logic - Add new homebrew library dir for OSX
0.4.22
- Unify dll loader between the standard and compat library, fixing load failures on some previously supported platforms.