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,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
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.0.0 "
7+ version = " 1.0.1 "
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.0.0 "
3+ __version__ = "1.0.1 "
You can’t perform that action at this time.
0 commit comments