Skip to content

Commit

Permalink
Release notes for 0.10.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
wRAR committed Nov 29, 2024
1 parent 3088cc4 commit e3fdc7b
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+
([#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
Expand Down

0 comments on commit e3fdc7b

Please sign in to comment.