Skip to content

Commit

Permalink
Bump to 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sarayourfriend committed Nov 20, 2024
1 parent eb5749d commit 0a0412f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion History.rst
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
History
=======

vX.Y.Z / 20xx-xx-xx
v2.1.2 / 2024-11-21
-------------------------

* Return the correct type of ``headers`` object for standard library urllib by @sarayourfriend in https://github.com/h2non/pook/pull/154.
* Support ``Sequence[tuple[str, str]]`` header input with aiohttp by @sarayourfriend in https://github.com/h2non/pook/pull/154.
* Fix network filters when multiple filters are active by @rsmeral in https://github.com/h2non/pook/pull/155.
* Fix aiohttp matching not working with session base URL or headers by @sarayourfriend in https://github.com/h2non/pook/pull/157.
* Add support for Python 3.13 by @sarayourfriend in https://github.com/h2non/pook/pull/149.

v2.1.1 / 2024-10-15
-------------------------
Expand Down
2 changes: 1 addition & 1 deletion src/pook/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@
__license__ = "MIT"

# Current version
__version__ = "2.1.1"
__version__ = "2.1.2"

0 comments on commit 0a0412f

Please sign in to comment.