Releases: mherrmann/gitignore_parser
Releases · mherrmann/gitignore_parser
Fix ValueError on some symlinks
Thank you @matthieumarrast for the PR!
Add support and testing for Python 3.12
Correct behavior with regards to symlinks
Thank you @ruancomelli for the PR.
Multiple parsing improvements
Fix two incorrect parsing behaviors
Several modernization improvements
Improve performance for negation rules
Thank you @ruancomelli for the PR!
Fix directory rule matching similar files
Fix DeprecationWarning
The following warning appeared and is now fixed:
gitignore_parser.py:143: DeprecationWarning: Flags not at the start of the expression '^(?ms)foo$'
Thank you @JulienPalard for the PR!