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,14 @@ This file is generated from conventional commits by semantic-release.
44
55<!-- version list -->
66
7+ ## v1.0.0 (2026-03-09)
8+
9+ ### Bug Fixes
10+
11+ - ** ci** : Build package outside semantic-
12+ ([ ` 01dcd39 ` ] ( https://github.com/Raze-Systems/fastapi-paseto/commit/01dcd39c468eed3cf9e0f4e7d16f056ef36de8e9 ) )
13+
14+
715## Historical notes
816
917The entries below predate the automated semantic-release workflow.
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 = " 0.6 .0"
7+ version = " 1.0 .0"
88description = " FastAPI extension that provides PASETO Auth support"
99readme = " README.md"
1010requires-python = " >=3.14"
@@ -21,7 +21,7 @@ classifiers = [
2121 " Intended Audience :: Developers" ,
2222 " Programming Language :: Python :: 3" ,
2323 " Programming Language :: Python :: 3.14" ,
24- " License :: OSI Approved :: MIT License" ,
24+ " License :: OSI Approved :: MIT License" ,
2525 " Operating System :: OS Independent" ,
2626 " Topic :: Internet :: WWW/HTTP :: Dynamic Content" ,
2727 " Topic :: Software Development :: Libraries :: Python Modules"
@@ -74,4 +74,4 @@ minor_tags = ["feat"]
7474patch_tags = [" fix" , " perf" ]
7575parse_squash_commits = true
7676ignore_merge_commits = true
77-
77+
Original file line number Diff line number Diff line change 11"""Package version stamped by semantic-release."""
22
3- __version__ = "0.6 .0"
3+ __version__ = "1.0 .0"
You can’t perform that action at this time.
0 commit comments