From e3fdc7ba945093c993531a2a69c36fd992371038 Mon Sep 17 00:00:00 2001 From: Andrey Rakhmatullin Date: Fri, 29 Nov 2024 14:17:31 +0500 Subject: [PATCH 1/2] Release notes for 0.10.0. --- Changelog.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/Changelog.md b/Changelog.md index 35b9ed1..2ccb03d 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,20 @@ # Changelog +### 0.10.0 (YYYY-MM-DD) + +Dropped Python 3.8 support, added official Python 3.13 and PyPy 3.10 support +([#79](https://github.com/scrapy/itemadapter/pull/79), +[#87](https://github.com/scrapy/itemadapter/pull/87)). + +Fixed the typing check when run with Scrapy 2.12.0+ +([#84](https://github.com/scrapy/itemadapter/pull/88)). + +Fixed `MANIFEST.in` that was missing some files +([#84](https://github.com/scrapy/itemadapter/pull/84)). + +Enabled `pre-commit` +([#85](https://github.com/scrapy/itemadapter/pull/85)). + ### 0.9.0 (2024-05-07) Dropped Python 3.7 support, added official Python 3.12 support From f0f02657b0dba8b7ba6bb16fdd396a53cac0f69e Mon Sep 17 00:00:00 2001 From: Andrey Rakhmatullin Date: Fri, 29 Nov 2024 14:18:25 +0500 Subject: [PATCH 2/2] Typo. --- Changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index 2ccb03d..d8fff3b 100644 --- a/Changelog.md +++ b/Changelog.md @@ -7,7 +7,7 @@ Dropped Python 3.8 support, added official Python 3.13 and PyPy 3.10 support [#87](https://github.com/scrapy/itemadapter/pull/87)). Fixed the typing check when run with Scrapy 2.12.0+ -([#84](https://github.com/scrapy/itemadapter/pull/88)). +([#88](https://github.com/scrapy/itemadapter/pull/88)). Fixed `MANIFEST.in` that was missing some files ([#84](https://github.com/scrapy/itemadapter/pull/84)).