Skip to content

Commit

Permalink
Release 1.9.8
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco committed Sep 4, 2024
1 parent e256b89 commit 23b266e
Show file tree
Hide file tree
Showing 6 changed files with 42 additions and 5 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.9.8
=====

*(2024-09-03)*


Features
--------

- Covered the :class:`~yarl.URL` object with types -- by :user:`bdraco`.

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

- Cache parsing of IP Addresses when encoding hosts -- by :user:`bdraco`.

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


Contributor-facing changes
--------------------------

- Covered the :class:`~yarl.URL` object with types -- by :user:`bdraco`.

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


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

- Improved performance of handling ports -- by :user:`bdraco`.

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


----


1.9.7
=====

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

This file was deleted.

1 change: 0 additions & 1 deletion CHANGES/1084.contrib.rst

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion CHANGES/1086.feature.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.8.dev0"
__version__ = "1.9.8"

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

0 comments on commit 23b266e

Please sign in to comment.