Skip to content

Commit 860ba4f

Browse files
author
semantic-release
committed
chore(release): v1.0.1
1 parent 2eb31e8 commit 860ba4f

3 files changed

Lines changed: 16 additions & 2 deletions

File tree

CHANGELOG.md

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

55
<!-- version list -->
66

7+
## v1.0.1 (2026-03-09)
8+
9+
### Bug Fixes
10+
11+
- **ci**: Keep lockfile in sync
12+
([`fede11a`](https://github.com/Raze-Systems/fastapi-paseto/commit/fede11aea1e65ae50941d6d68a1f463e4352599c))
13+
14+
- **ci**: Remove unsupported semantic-release flag
15+
([`2eb31e8`](https://github.com/Raze-Systems/fastapi-paseto/commit/2eb31e8b89185c49e5305aa31d00ff76cf07afd9))
16+
17+
- **ci**: Use frozen sync after release version bump
18+
([`ff1c48d`](https://github.com/Raze-Systems/fastapi-paseto/commit/ff1c48da5a0fdfc1bb22b60ab08b125481611c11))
19+
20+
721
## v1.0.0 (2026-03-09)
822

923
### 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.0"
7+
version = "1.0.1"
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.0"
3+
__version__ = "1.0.1"

0 commit comments

Comments
 (0)