Skip to content

Commit 6fb82e3

Browse files
authored
Merge pull request #89 from scrapy/relnotes-0.10.0
Release notes for 0.10.0.
2 parents 3088cc4 + f0f0265 commit 6fb82e3

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

Changelog.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
### 0.10.0 (YYYY-MM-DD)
4+
5+
Dropped Python 3.8 support, added official Python 3.13 and PyPy 3.10 support
6+
([#79](https://github.com/scrapy/itemadapter/pull/79),
7+
[#87](https://github.com/scrapy/itemadapter/pull/87)).
8+
9+
Fixed the typing check when run with Scrapy 2.12.0+
10+
([#88](https://github.com/scrapy/itemadapter/pull/88)).
11+
12+
Fixed `MANIFEST.in` that was missing some files
13+
([#84](https://github.com/scrapy/itemadapter/pull/84)).
14+
15+
Enabled `pre-commit`
16+
([#85](https://github.com/scrapy/itemadapter/pull/85)).
17+
318
### 0.9.0 (2024-05-07)
419

520
Dropped Python 3.7 support, added official Python 3.12 support

0 commit comments

Comments
 (0)