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.3.0 (2026-03-10)
8+
9+ ### Documentation
10+
11+ - ** docs** : Align documentation with current implementation
12+ ([ ` d5a0705 ` ] ( https://github.com/Raze-Systems/fastapi-paseto/commit/d5a0705d9ae2468770b0995870bd077d46946101 ) )
13+
14+ ### Features
15+
16+ - ** auth** : Align paseto support with footer and assertion features
17+ ([ ` 3d3cf84 ` ] ( https://github.com/Raze-Systems/fastapi-paseto/commit/3d3cf84328416e3a8f581437f87d50e9fe241a85 ) )
18+
19+
720## v1.2.2 (2026-03-10)
821
922### Bug Fixes
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.2.2 "
7+ version = " 1.3.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.2.2 "
3+ __version__ = "1.3.0 "
You can’t perform that action at this time.
0 commit comments