Skip to content

Commit 2cc2ebf

Browse files
authored
Release 1.18.1 (#1435)
1 parent e9cae46 commit 2cc2ebf

File tree

5 files changed

+24
-4
lines changed

5 files changed

+24
-4
lines changed

CHANGES.rst

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

1515
.. towncrier release notes start
1616
17+
1.18.1
18+
======
19+
20+
*(2024-11-29)*
21+
22+
23+
Miscellaneous internal changes
24+
------------------------------
25+
26+
- Improved cache performance when :class:`~yarl.URL` objects are constructed from :py:meth:`~yarl.URL.build` with ``encoded=True`` -- by :user:`bdraco`.
27+
28+
*Related issues and pull requests on GitHub:*
29+
:issue:`1432`.
30+
31+
- Improved cache performance for operations that produce a new :class:`~yarl.URL` object -- by :user:`bdraco`.
32+
33+
*Related issues and pull requests on GitHub:*
34+
:issue:`1434`, :issue:`1436`.
35+
36+
37+
----
38+
39+
1740
1.18.0
1841
======
1942

CHANGES/1432.misc.rst

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

CHANGES/1434.misc.rst

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

CHANGES/1436.misc.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.1.dev0"
4+
__version__ = "1.18.1"
55

66
__all__ = (
77
"URL",

0 commit comments

Comments
 (0)