File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,6 +2,17 @@ Change History
22==============
33
44
5+ 1.0.1 (2026-01-06)
6+ ------------------
7+
8+ Bug fixes:
9+
10+ - `Issue #100 `_: ValueError(f"{patterns=!r} cannot be empty.") when using black.
11+
12+
13+ .. _`Issue #100` : https://github.com/cpburnz/python-pathspec/issues/100
14+
15+
5161.0.0 (2026-01-05)
617------------------
718
Original file line number Diff line number Diff line change 11
2+ 1.0.1 (2026-01-06)
3+ ------------------
4+
5+ Bug fixes:
6+
7+ - `Issue #100 `_: ValueError(f"{patterns=!r} cannot be empty.") when using black.
8+
9+
10+ .. _`Issue #100` : https://github.com/cpburnz/python-pathspec/issues/100
11+
12+
2131.0.0 (2026-01-05)
314------------------
415
Original file line number Diff line number Diff line change @@ -227,6 +227,17 @@ Change History
227227==============
228228
229229
230+ 1.0.1 (2026-01-06)
231+ ------------------
232+
233+ Bug fixes:
234+
235+ - `Issue #100 `_: ValueError(f"{patterns=!r} cannot be empty.") when using black.
236+
237+
238+ .. _`Issue #100` : https://github.com/cpburnz/python-pathspec/issues/100
239+
240+
2302411.0.0 (2026-01-05)
231242------------------
232243
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ license = {text = "MPL 2.0"}
2929name = " pathspec"
3030readme = " README-dist.rst"
3131requires-python = " >=3.9"
32- version = " 1.0.0 "
32+ version = " 1.0.1.dev1 "
3333
3434[project .optional-dependencies ]
3535hyperscan = [
You can’t perform that action at this time.
0 commit comments