Skip to content

Commit

Permalink
Merge pull request #210 from scrapinghub/relnotes-0.24.0
Browse files Browse the repository at this point in the history
Release notes for 0.24.0.
  • Loading branch information
wRAR authored Oct 10, 2024
2 parents d67bb06 + a8dfc40 commit a9ce0a3
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@
Changelog
=========

0.24.0 (YYYY-MM-DD)
-------------------

* When the :ref:`dynamic dependencies <dynamic-deps>` are annotated with
:data:`typing.Annotated`, the keys in the resulting :class:`~.DynamicDeps`
instance are now not annotated.

* Improved the error message when passing incorrect values in the ``"inject"``
meta key.

* Fixed documentation builds with ``sphinx-rtd-theme`` 3.0.0+.

0.23.0 (2024-07-18)
-------------------

Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,8 +213,8 @@ def get_version_and_release():
"https://docs.scrapy.org/en/latest",
None,
),
"web-poet": ("https://web-poet.readthedocs.io/en/latest/", None),
"url-matcher": ("https://url-matcher.readthedocs.io/en/stable/", None),
"web-poet": ("https://web-poet.readthedocs.io/en/latest", None),
"url-matcher": ("https://url-matcher.readthedocs.io/en/stable", None),
}

autodoc_default_options = {
Expand Down

0 comments on commit a9ce0a3

Please sign in to comment.