File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 1
1
History
2
2
=======
3
3
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
+
4
21
v2.1.3 / 2024-12-16
5
22
-------------------------
6
23
Original file line number Diff line number Diff line change 44
44
__license__ = "MIT"
45
45
46
46
# Current version
47
- __version__ = "2.1.3 "
47
+ __version__ = "2.1.4 "
You can’t perform that action at this time.
0 commit comments