Skip to content

Commit b95ffa9

Browse files
author
semantic-release
committed
chore(release): v1.3.0
1 parent 3d3cf84 commit b95ffa9

3 files changed

Lines changed: 15 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff 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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "uv_build"
44

55
[project]
66
name = "fastapi-paseto"
7-
version = "1.2.2"
7+
version = "1.3.0"
88
description = "FastAPI extension that provides PASETO Auth support"
99
readme = "README.md"
1010
requires-python = ">=3.14"

src/fastapi_paseto/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Package version stamped by semantic-release."""
22

3-
__version__ = "1.2.2"
3+
__version__ = "1.3.0"

0 commit comments

Comments
 (0)