You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README-dist.rst
+20-1Lines changed: 20 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -170,6 +170,25 @@ Change History
170
170
==============
171
171
172
172
173
+
0.11.2 (2023-07-28)
174
+
-------------------
175
+
176
+
New features:
177
+
178
+
- `Issue #80`_: match_files with negated path spec. `pathspec.PathSpec.match_*()` now have a `negate` parameter to make using *.gitignore* logic easier and more efficient.
179
+
180
+
Bug fixes:
181
+
182
+
- `Pull #76`_: Add edge case: patterns that end with an escaped space
183
+
- `Issue #77`_/`Pull #78`_: Negate with caret symbol as with the exclamation mark.
0 commit comments