Skip to content

Commit 88752d8

Browse files
Bump v2.1.4 (#163)
1 parent 0cd35b3 commit 88752d8

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

History.rst

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,23 @@
11
History
22
=======
33

4+
v2.1.4 / 2025-07-05
5+
-------------------------
6+
7+
What's Changed
8+
^^^^^^^^^^^^^^
9+
10+
* Replace pytest-httpbin with minimal Falcon version by @sarayourfriend in https://github.com/h2non/pook/pull/160
11+
* Fix type of aiohttp raw headers by @rsmeral in https://github.com/h2non/pook/pull/161
12+
* Fix aiohttp tuple parameters handling by @toxinu in https://github.com/h2non/pook/pull/162
13+
14+
New Contributors
15+
^^^^^^^^^^^^^^^^
16+
17+
* @toxinu made their first contribution in https://github.com/h2non/pook/pull/162
18+
19+
**Full Changelog**: https://github.com/h2non/pook/compare/v2.1.3...v2.1.4
20+
421
v2.1.3 / 2024-12-16
522
-------------------------
623

src/pook/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@
4444
__license__ = "MIT"
4545

4646
# Current version
47-
__version__ = "2.1.3"
47+
__version__ = "2.1.4"

0 commit comments

Comments
 (0)