Skip to content

Commit

Permalink
Release 1.18.1 (#1435)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco authored Nov 29, 2024
1 parent e9cae46 commit 2cc2ebf
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 4 deletions.
23 changes: 23 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,29 @@ Changelog

.. towncrier release notes start
1.18.1
======

*(2024-11-29)*


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

- Improved cache performance when :class:`~yarl.URL` objects are constructed from :py:meth:`~yarl.URL.build` with ``encoded=True`` -- by :user:`bdraco`.

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

- Improved cache performance for operations that produce a new :class:`~yarl.URL` object -- by :user:`bdraco`.

*Related issues and pull requests on GitHub:*
:issue:`1434`, :issue:`1436`.


----


1.18.0
======

Expand Down
1 change: 0 additions & 1 deletion CHANGES/1432.misc.rst

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion CHANGES/1436.misc.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.1.dev0"
__version__ = "1.18.1"

__all__ = (
"URL",
Expand Down

0 comments on commit 2cc2ebf

Please sign in to comment.