Skip to content

Commit

Permalink
Release 1.18.3 (#1446)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco authored Dec 1, 2024
1 parent 558e4b0 commit 5862a36
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 4 deletions.
27 changes: 27 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,33 @@ Changelog

.. towncrier release notes start
1.18.3
======

*(2024-12-01)*


Bug fixes
---------

- Fixed uppercase ASCII hosts being rejected by :meth:`URL.build() <yarl.URL.build>` and :py:meth:`~yarl.URL.with_host` -- by :user:`bdraco`.

*Related issues and pull requests on GitHub:*
:issue:`954`, :issue:`1442`.


Miscellaneous internal changes
------------------------------

- Improved performances of multiple path properties on cache miss -- by :user:`bdraco`.

*Related issues and pull requests on GitHub:*
:issue:`1443`.


----


1.18.2
======

Expand Down
1 change: 0 additions & 1 deletion CHANGES/1442.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion CHANGES/1443.misc.rst

This file was deleted.

1 change: 0 additions & 1 deletion CHANGES/954.bugfix.rst

This file was deleted.

2 changes: 1 addition & 1 deletion yarl/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from ._query import Query, QueryVariable, SimpleQuery
from ._url import URL, cache_clear, cache_configure, cache_info

__version__ = "1.18.3.dev0"
__version__ = "1.18.3"

__all__ = (
"URL",
Expand Down

0 comments on commit 5862a36

Please sign in to comment.