We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3088cc4 + f0f0265 commit 6fb82e3Copy full SHA for 6fb82e3
Changelog.md
@@ -1,5 +1,20 @@
1
# Changelog
2
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
18
### 0.9.0 (2024-05-07)
19
20
Dropped Python 3.7 support, added official Python 3.12 support
0 commit comments