Skip to content

Commit a8ceca7

Browse files
committed
Release v0.10.1
1 parent 4608cee commit a8ceca7

File tree

3 files changed

+27
-3
lines changed

3 files changed

+27
-3
lines changed

CHANGES.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ Change History
33
==============
44

55

6-
0.10.1 (TBD)
7-
------------
6+
0.10.1 (2022-09-02)
7+
-------------------
88

99
Bug fixes:
1010

@@ -13,6 +13,10 @@ Bug fixes:
1313
- `Issue #61`_: Dist failure for Fedora, CentOS, EPEL.
1414
- `Issue #62`_: Since version 0.10.0 pure wildcard does not work in some cases.
1515

16+
Improvements:
17+
18+
- Restore support for legacy installations using `setup.py`. See `Issue #61`_.
19+
1620

1721
.. _`Issue #60`: https://github.com/cpburnz/python-pathspec/pull/60
1822
.. _`Issue #61`: https://github.com/cpburnz/python-pathspec/issues/61

README-dist.rst

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,26 @@ Change History
172172
==============
173173

174174

175+
0.10.1 (2022-09-02)
176+
-------------------
177+
178+
Bug fixes:
179+
180+
- Fix documentation on `pathspec.pattern.RegexPattern.match_file()`.
181+
- `Issue #60`_: Remove redundant wheel dep from pyproject.toml.
182+
- `Issue #61`_: Dist failure for Fedora, CentOS, EPEL.
183+
- `Issue #62`_: Since version 0.10.0 pure wildcard does not work in some cases.
184+
185+
Improvements:
186+
187+
- Restore support for legacy installations using `setup.py`. See `Issue #61`_.
188+
189+
190+
.. _`Issue #60`: https://github.com/cpburnz/python-pathspec/pull/60
191+
.. _`Issue #61`: https://github.com/cpburnz/python-pathspec/issues/61
192+
.. _`Issue #62`: https://github.com/cpburnz/python-pathspec/issues/62
193+
194+
175195
0.10.0 (2022-08-30)
176196
-------------------
177197

pathspec/_meta.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@
4848
"bzakdd <https://github.com/bzakdd>",
4949
]
5050
__license__ = "MPL 2.0"
51-
__version__ = "0.10.1.dev1"
51+
__version__ = "0.10.1"

0 commit comments

Comments
 (0)