Skip to content

Commit 155a3ad

Browse files
Release v0.0.2 (#108)
1 parent 119a214 commit 155a3ad

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGES.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ CHANGES
44

55
.. towncrier release notes start
66
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+
713
0.0.1 (2024-08-15)
814
==================
915

aiohttp_apischema/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
from aiohttp_apischema.generator import SchemaGenerator as SchemaGenerator
22
from aiohttp_apischema.response import APIResponse as APIResponse
33

4-
__version__ = "0.0.1"
4+
__version__ = "0.0.2"

0 commit comments

Comments
 (0)