File tree Expand file tree Collapse file tree 3 files changed +27
-3
lines changed Expand file tree Collapse file tree 3 files changed +27
-3
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ Change History
3
3
==============
4
4
5
5
6
- 0.10.1 (TBD )
7
- ------------
6
+ 0.10.1 (2022-09-02 )
7
+ -------------------
8
8
9
9
Bug fixes:
10
10
@@ -13,6 +13,10 @@ Bug fixes:
13
13
- `Issue #61 `_: Dist failure for Fedora, CentOS, EPEL.
14
14
- `Issue #62 `_: Since version 0.10.0 pure wildcard does not work in some cases.
15
15
16
+ Improvements:
17
+
18
+ - Restore support for legacy installations using `setup.py `. See `Issue #61 `_.
19
+
16
20
17
21
.. _`Issue #60` : https://github.com/cpburnz/python-pathspec/pull/60
18
22
.. _`Issue #61` : https://github.com/cpburnz/python-pathspec/issues/61
Original file line number Diff line number Diff line change @@ -172,6 +172,26 @@ Change History
172
172
==============
173
173
174
174
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
+
175
195
0.10.0 (2022-08-30)
176
196
-------------------
177
197
Original file line number Diff line number Diff line change 48
48
"bzakdd <https://github.com/bzakdd>" ,
49
49
]
50
50
__license__ = "MPL 2.0"
51
- __version__ = "0.10.1.dev1 "
51
+ __version__ = "0.10.1"
You can’t perform that action at this time.
0 commit comments