Skip to content

Commit

Permalink
Merge pull request #203 from scrapinghub/relnotes-0.17.0
Browse files Browse the repository at this point in the history
Release notes for 0.17.0.
  • Loading branch information
wRAR committed Mar 4, 2024
2 parents 46d3a4e + a6ee5f9 commit 95f7bba
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@
Changelog
=========

0.17.0 (YYYY-MM-DD)
-------------------

* Now requires ``andi >= 0.5.0``.
* Package requirements that were unversioned now have minimum versions
specified.
* Added support for Python 3.12.
* Added support for ``typing.Annotated`` dependencies to the serialization and
testing code.
* Documentation improvements.
* CI improvements.

0.16.0 (2024-01-23)
-------------------

Expand Down Expand Up @@ -49,7 +61,7 @@ Changelog

* The :ref:`testing framework <web-poet-testing>` now allows defining a
:ref:`custom item adapter <web-poet-testing-adapters>`.
* We have made a backward-incompatible change on test fixture serialization:
* We have made a backward-incompatible change on test fixture serialization:
the ``type_name`` field of exceptions has been renamed to ``import_path``.
* Fixed built-in Python types, e.g. ``int``, not working as :ref:`field
processors <field-processors>`.
Expand Down

0 comments on commit 95f7bba

Please sign in to comment.