Skip to content

Commit

Permalink
Release 1.15.4 (#1301)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco authored Oct 16, 2024
1 parent d40efff commit f75a81d
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 5 deletions.
28 changes: 28 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,34 @@ Changelog

.. towncrier release notes start
1.15.4
======

*(2024-10-16)*


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

- Improved performance of the quoter when all characters are safe -- by :user:`bdraco`.

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

- Improved performance of unquoting strings -- by :user:`bdraco`.

*Related issues and pull requests on GitHub:*
:issue:`1292`, :issue:`1293`.

- Improved performance of calling :py:meth:`~yarl.URL.build` -- by :user:`bdraco`.

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


----


1.15.3
======

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion CHANGES/1297.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
Expand Up @@ -8,7 +8,7 @@
cache_info,
)

__version__ = "1.15.4.dev0"
__version__ = "1.15.4"

__all__ = (
"URL",
Expand Down

0 comments on commit f75a81d

Please sign in to comment.