Skip to content

1.5.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 23 Oct 09:45
· 32 commits to master since this release
91991e3

Bug fixes

  • An incorrect signature of the __class_getitem__ class method
    has been fixed, adding a missing class_item argument under
    Python 3.8 and older.

    This change also improves the code coverage of this method that
    was previously missing -- by :user:webknjaz.

    Related issues and pull requests on GitHub:
    #567, #571.

Improved documentation

  • Rendered issue, PR, and commit links now lead to
    frozenlist's repo instead of yarl's repo.

    Related issues and pull requests on GitHub:
    #573.

  • On the :doc:Contributing docs <contributing/guidelines> page,
    a link to the Towncrier philosophy has been fixed.

    Related issues and pull requests on GitHub:
    #574.

Packaging updates and notes for downstreams

  • A name of a temporary building directory now reflects
    that it's related to frozenlist, not yarl.

    Related issues and pull requests on GitHub:
    #573.

  • Declared Python 3.13 supported officially in the distribution package metadata.

    Related issues and pull requests on GitHub:
    #595.