We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 119a214 commit 155a3adCopy full SHA for 155a3ad
CHANGES.rst
@@ -4,6 +4,12 @@ CHANGES
4
5
.. towncrier release notes start
6
7
+0.0.2 (2025-08-23)
8
+==================
9
+
10
+- Added support for query argument validation.
11
+- Added `tags` parameter to decorators to allow grouping of endpoints.
12
13
0.0.1 (2024-08-15)
14
==================
15
aiohttp_apischema/__init__.py
@@ -1,4 +1,4 @@
1
from aiohttp_apischema.generator import SchemaGenerator as SchemaGenerator
2
from aiohttp_apischema.response import APIResponse as APIResponse
3
-__version__ = "0.0.1"
+__version__ = "0.0.2"
0 commit comments