Skip to content

Commit a935a05

Browse files
Release v0.5.0 (#675)
1 parent db8f2f1 commit a935a05

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGES.rst

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

55
.. towncrier release notes start
66
7+
0.5.0 (2023-11-18)
8+
==================
9+
10+
- Added type annotations.
11+
- Added a reason message when permission is rejected.
12+
- Switched to ``aiohttp.web.AppKey``.
13+
- Reverted change in ``JWTIdentityPolicy`` so identity returns ``str``.
14+
715
0.4.0 (2018-09-27)
816
==================
917

aiohttp_security/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from .jwt_identity import JWTIdentityPolicy
66
from .session_identity import SessionIdentityPolicy
77

8-
__version__ = '0.4.0'
8+
__version__ = '0.5.0'
99

1010

1111
__all__ = ('AbstractIdentityPolicy', 'AbstractAuthorizationPolicy',

0 commit comments

Comments
 (0)