Skip to content

Commit

Permalink
Release 1.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco committed Sep 9, 2024
1 parent fa321e5 commit 134d4cd
Show file tree
Hide file tree
Showing 7 changed files with 42 additions and 6 deletions.
41 changes: 41 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,47 @@ Changelog

.. towncrier release notes start
1.11.1
======

*(2024-09-09)*


Bug fixes
---------

- Allowed scheme replacement for relative URLs if the scheme does not require a host -- by :user:`bdraco`.

*Related issues and pull requests on GitHub:*
:issue:`280`, :issue:`1138`.

- Allowed empty host for URL schemes other than the special schemes listed in the WHATWG URL spec -- by :user:`bdraco`.

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


Features
--------

- Loosened restriction on integers as query string values to allow classes that implement ``__int__`` -- by :user:`bdraco`.

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


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

- Improved performance of normalizing paths -- by :user:`bdraco`.

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


----


1.11.0
======

Expand Down
1 change: 0 additions & 1 deletion CHANGES/1136.bugfix.rst

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion CHANGES/1138.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion CHANGES/1139.feature.rst

This file was deleted.

1 change: 0 additions & 1 deletion CHANGES/280.bugfix.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.11.1.dev0"
__version__ = "1.11.1"

__all__ = (
"URL",
Expand Down

0 comments on commit 134d4cd

Please sign in to comment.