Skip to content

Commit

Permalink
chore: Release v2.1.1
Browse files Browse the repository at this point in the history
Signed-off-by: Janek Nouvertné <[email protected]>
  • Loading branch information
provinzkraut committed Sep 25, 2023
1 parent 0e71d27 commit 0ecb160
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 25 deletions.
13 changes: 13 additions & 0 deletions docs/release-notes/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
2.x Changelog
=============

.. changelog:: 2.1.1
:date: 2023/09/24

.. change:: Fix ``DeprecationWarning`` raised by ``Response.to_asgi_response``
:type: bugfix
:pr: 2364

:meth:`~litestar.response.Response.to_asgi_response` was passing a
non-:obj:`None` default value (``[]``) to ``ASGIResponse`` for
``encoded_headers``, resulting in a :exc:`DeprecationWarning` being raised.
This was fixed by leaving the default value as :obj:`None`.


.. changelog:: 2.1.0
:date: 2023/09/23

Expand Down
24 changes: 0 additions & 24 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "litestar"
version = "2.1.0"
version = "2.1.1"
description = "Litestar - A production-ready, highly performant, extensible ASGI API Framework"
authors = [
"Cody Fincher <[email protected]>",
Expand Down

0 comments on commit 0ecb160

Please sign in to comment.