Skip to content

Commit 5862a36

Browse files
authored
Release 1.18.3 (#1446)
1 parent 558e4b0 commit 5862a36

File tree

5 files changed

+28
-4
lines changed

5 files changed

+28
-4
lines changed

CHANGES.rst

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,33 @@ Changelog
1414

1515
.. towncrier release notes start
1616
17+
1.18.3
18+
======
19+
20+
*(2024-12-01)*
21+
22+
23+
Bug fixes
24+
---------
25+
26+
- Fixed uppercase ASCII hosts being rejected by :meth:`URL.build() <yarl.URL.build>` and :py:meth:`~yarl.URL.with_host` -- by :user:`bdraco`.
27+
28+
*Related issues and pull requests on GitHub:*
29+
:issue:`954`, :issue:`1442`.
30+
31+
32+
Miscellaneous internal changes
33+
------------------------------
34+
35+
- Improved performances of multiple path properties on cache miss -- by :user:`bdraco`.
36+
37+
*Related issues and pull requests on GitHub:*
38+
:issue:`1443`.
39+
40+
41+
----
42+
43+
1744
1.18.2
1845
======
1946

CHANGES/1442.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

CHANGES/1443.misc.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

CHANGES/954.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

yarl/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from ._query import Query, QueryVariable, SimpleQuery
22
from ._url import URL, cache_clear, cache_configure, cache_info
33

4-
__version__ = "1.18.3.dev0"
4+
__version__ = "1.18.3"
55

66
__all__ = (
77
"URL",

0 commit comments

Comments
 (0)