Skip to content

Commit

Permalink
Merge pull request #89 from scrapy/relnotes-0.10.0
Browse files Browse the repository at this point in the history
Release notes for 0.10.0.
  • Loading branch information
wRAR authored Nov 29, 2024
2 parents 3088cc4 + f0f0265 commit 6fb82e3
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -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+
([#88](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
Expand Down

0 comments on commit 6fb82e3

Please sign in to comment.