Skip to content

Commit 1f8e47f

Browse files
author
semantic-release
committed
chore(release): v1.0.3
1 parent ddac7dd commit 1f8e47f

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ This file is generated from conventional commits by semantic-release.
44

55
<!-- version list -->
66

7+
## v1.0.3 (2026-03-09)
8+
9+
### Bug Fixes
10+
11+
- **ci**: Publish Python distributions as
12+
([`ddac7dd`](https://github.com/Raze-Systems/fastapi-paseto/commit/ddac7ddbb629b0c034679c69658886b009382262))
13+
14+
715
## v1.0.2 (2026-03-09)
816

917
### 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.0.2"
7+
version = "1.0.3"
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.0.2"
3+
__version__ = "1.0.3"

0 commit comments

Comments
 (0)