Skip to content

Commit

Permalink
Release 1.9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco committed Aug 31, 2024
1 parent e175d74 commit d223009
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 2 deletions.
25 changes: 25 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,26 @@ Changelog

.. towncrier release notes start
1.9.6
=====

*(2024-08-30)*


Bug fixes
---------

- Reverted :rfc:`3986` compatible :meth:`URL.join() <yarl.URL.join>` honoring empty segments which was introduced in :issue:`1039`.

This change introduced a regression handling query string parameters with joined URLs. The change was reverted to maintain compatibility with the previous behavior.

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


----


1.9.5
=====

Expand Down Expand Up @@ -99,6 +119,11 @@ Removals and backward incompatible breaking changes
*Related issues and pull requests on GitHub:*
:issue:`1057`.

- Dropped support for Python 3.7 -- by :user:`Dreamsorcerer`.

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


Improved documentation
----------------------
Expand Down
1 change: 0 additions & 1 deletion CHANGES/1016.removal.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,5 +1,5 @@
from ._url import URL, cache_clear, cache_configure, cache_info

__version__ = "1.9.6.dev0"
__version__ = "1.9.6"

__all__ = ("URL", "cache_clear", "cache_configure", "cache_info")

0 comments on commit d223009

Please sign in to comment.