Skip to content

Commit

Permalink
Release 1.15.2 (#1260)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco authored Oct 13, 2024
1 parent 4782275 commit 33294bf
Show file tree
Hide file tree
Showing 7 changed files with 34 additions and 6 deletions.
33 changes: 33 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,39 @@ Changelog

.. towncrier release notes start
1.15.2
======

*(2024-10-13)*


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

- Improved performance of converting :class:`~yarl.URL` to a string -- by :user:`bdraco`.

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

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

*Related issues and pull requests on GitHub:*
:issue:`1248`, :issue:`1250`.

- Improved performance of constructing query strings from :class:`~multidict.MultiDict` -- by :user:`bdraco`.

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

- Improved performance of constructing query strings with ``int`` values -- by :user:`bdraco`.

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


----


1.15.1
======

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion CHANGES/1259.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.2.dev0"
__version__ = "1.15.2"

__all__ = (
"URL",
Expand Down

0 comments on commit 33294bf

Please sign in to comment.