Sourced from pathspec's changelog.
1.1.0 (2026-04-22)
Bug fixes:
Issue [#93](https://github.com/cpburnz/python-pathspec/issues/93)_: Git discards invalid range notation.GitIgnoreSpecPatternnow discards patterns with invalid range notation like Git.Pull [#106](https://github.com/cpburnz/python-pathspec/issues/106)_: Fix escape() not escaping backslash characters.Improvements:
Issue [#108](https://github.com/cpburnz/python-pathspec/issues/108)_: Specialize pattern type forPathSpecasPathSpec[TPattern]for better debugging ofPathSpec().patterns.Pull [#110](https://github.com/cpburnz/python-pathspec/issues/110)_: Nicer debug print outs (and str for regex pattern)... _
Pull [#106](https://github.com/cpburnz/python-pathspec/issues/106): cpburnz/python-pathspec#106 .. _Issue [#108](https://github.com/cpburnz/python-pathspec/issues/108): cpburnz/python-pathspec#108 .. _Pull [#110](https://github.com/cpburnz/python-pathspec/issues/110): cpburnz/python-pathspec#110
c9249c8
Release v1.1.0a1abeba
Test Iron Proxy for CI0b04dae
Test Iron Proxy for CIccaedca
Test Iron Proxy for CI06391d8
Test Iron Proxy for CI45907bf
Test Iron Proxy for CI0d7c7de
Pin all Github actions36fadda
Specialize patterns5e6de59
Specialize patterns15bffae
Tests for 106