File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,6 +4,19 @@ This file is generated from conventional commits by semantic-release.
44
55<!-- version list -->
66
7+ ## v1.2.0 (2026-03-09)
8+
9+ ### Features
10+
11+ - ** websocket** : Add websocket authorization support
12+ ([ ` 3e9103d ` ] ( https://github.com/Raze-Systems/fastapi-paseto/commit/3e9103dc5a0428dafd6beddf251cccc3d595b0c7 ) )
13+
14+ ### Refactoring
15+
16+ - ** auth** : Modularize paseto internals
17+ ([ ` db6e5d5 ` ] ( https://github.com/Raze-Systems/fastapi-paseto/commit/db6e5d590100491a50b75d026dc28622c07d4c1c ) )
18+
19+
720## v1.1.0 (2026-03-09)
821
922### Features
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "uv_build"
44
55[project ]
66name = " fastapi-paseto"
7- version = " 1.1 .0"
7+ version = " 1.2 .0"
88description = " FastAPI extension that provides PASETO Auth support"
99readme = " README.md"
1010requires-python = " >=3.14"
Original file line number Diff line number Diff line change 11"""Package version stamped by semantic-release."""
22
3- __version__ = "1.1 .0"
3+ __version__ = "1.2 .0"
You can’t perform that action at this time.
0 commit comments