Releases: mull-project/FileCheck.py
Releases · mull-project/FileCheck.py
2024-07-10 STATUS UPDATE - PROJECT DISCONTINUED
2024-07-10 STATUS UPDATE - PROJECT DISCONTINUED
The project has been discontinued in favor of another project: antonlydike/filecheck, where the developers are aiming to achieve greater compatibility with the upstream LLVM FileCheck and add more features that this project was lacking.
The filecheck PyPI package has also been transferred to the owner of antonlydike/filecheck.
Python 3.13 compatibility release
What's Changed
- pyproject.toml: remove Poetry by @stanislaw in #195
- CI: add Python 3.12 by @stanislaw in #196
- Pass count as keyword argument to re.sub() by @stanislaw in #197
- Pass
count
as keyword argument tore.sub()
by @rathann in #194 - CI: Add 3.13-dev by @stanislaw in #198
- tasks: release task by @stanislaw in #199
- Bump version to 0.0.24 by @stanislaw in #200
New Contributors
Full Changelog: v0.0.23...v0.0.24