Skip to content

Commit 878be22

Browse files
committed
Release v0.11.2
1 parent c0aca9f commit 878be22

1 file changed

Lines changed: 20 additions & 1 deletion

File tree

README-dist.rst

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,25 @@ Change History
170170
==============
171171

172172

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.
184+
185+
186+
.. _`Pull #76`: https://github.com/cpburnz/python-pathspec/pull/76
187+
.. _`Issue #77`: https://github.com/cpburnz/python-pathspec/issues/77
188+
.. _`Pull #78`: https://github.com/cpburnz/python-pathspec/pull/78/
189+
.. _`Issue #80`: https://github.com/cpburnz/python-pathspec/issues/80
190+
191+
173192
0.11.1 (2023-03-14)
174193
-------------------
175194

@@ -182,11 +201,11 @@ Improvements:
182201
- `Pull #75`_: Fix partially unknown PathLike type.
183202
- Convert `os.PathLike` to a string properly using `os.fspath`.
184203

204+
185205
.. _`Issue #74`: https://github.com/cpburnz/python-pathspec/issues/74
186206
.. _`Pull #75`: https://github.com/cpburnz/python-pathspec/pull/75
187207

188208

189-
190209
0.11.0 (2023-01-24)
191210
-------------------
192211

0 commit comments

Comments
 (0)