Skip to content

Commit

Permalink
Release v2022.7
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jun 7, 2022
1 parent d7fa541 commit 3961c8e
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 5 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,26 @@

2022.7 (2022-06-07)
--------------------

New hooks
~~~~~~~~~

* Add a hook for ``limits``, which has a data files to collect. (`#442
<https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/442>`_)
* Add hook for ``yt_dlp`` to handle indirect import in ``yt-dlp v2022.05.18``.
(`#438
<https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/438>`_)
* Add libraries for ``pypemicro==0.1.9`` (`#417
<https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/417>`_)


Updated hooks
~~~~~~~~~~~~~

* Update ``weasyprint`` hook with required binaries. (`#439
<https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/439>`_)


2022.6 (2022-05-26)
--------------------

Expand Down
1 change: 0 additions & 1 deletion news/417.new.rst

This file was deleted.

1 change: 0 additions & 1 deletion news/438.new.rst

This file was deleted.

1 change: 0 additions & 1 deletion news/439.update.rst

This file was deleted.

1 change: 0 additions & 1 deletion news/442.new.rst

This file was deleted.

2 changes: 1 addition & 1 deletion src/_pyinstaller_hooks_contrib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# ------------------------------------------------------------------

__version__ = '2022.7'
__version__ = '2022.8'
__maintainer__ = 'Legorooj, bwoodsend'
__uri__ = 'https://github.com/pyinstaller/pyinstaller-hooks-contrib'

0 comments on commit 3961c8e

Please sign in to comment.