Skip to content

Commit 6bcf151

Browse files
committed
Allow empty pattern list
1 parent 24374be commit 6bcf151

4 files changed

Lines changed: 34 additions & 1 deletion

File tree

CHANGES.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
516
1.0.0 (2026-01-05)
617
------------------
718

CHANGES_1.in.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
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+
213
1.0.0 (2026-01-05)
314
------------------
415

README-dist.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
230241
1.0.0 (2026-01-05)
231242
------------------
232243

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ license = {text = "MPL 2.0"}
2929
name = "pathspec"
3030
readme = "README-dist.rst"
3131
requires-python = ">=3.9"
32-
version = "1.0.0"
32+
version = "1.0.1.dev1"
3333

3434
[project.optional-dependencies]
3535
hyperscan = [

0 commit comments

Comments
 (0)