Sourced from pathspec's changelog.
0.11.2 (2023-07-28)
New features:
Issue [#80](https://github.com/cpburnz/python-pathspec/issues/80)
_: match_files with negated path spec.pathspec.PathSpec.match_*()
now have anegate
parameter to make using .gitignore logic easier and more efficient.Bug fixes:
Pull [#76](https://github.com/cpburnz/python-pathspec/issues/76)
_: Add edge case: patterns that end with an escaped spaceIssue [#77](https://github.com/cpburnz/python-pathspec/issues/77)
/Pull [#78](https://github.com/cpburnz/python-pathspec/issues/78)
: Negate with caret symbol as with the exclamation mark... _
Pull [#76](https://github.com/cpburnz/python-pathspec/issues/76)
: cpburnz/python-pathspec#76 .. _Issue [#77](https://github.com/cpburnz/python-pathspec/issues/77)
: cpburnz/python-pathspec#77 .. _Pull [#78](https://github.com/cpburnz/python-pathspec/issues/78)
: cpburnz/python-pathspec#78 .. _Issue [#80](https://github.com/cpburnz/python-pathspec/issues/80)
: cpburnz/python-pathspec#80
878be22
Release v0.11.2c0aca9f
Release v0.11.2fb2246c
Implement issue 80933dd7d
Update CHANGESdfb630b
Update CHANGEScebf13f
Merge pull request #78
from tomruk/caret-symbol518db79
Merge branch 'master' into caret-symbol57fbd3e
Pass caret negation6b58e23
Negate with caret symbol as with the exclamation markb9a014e
Update CHANGES