Skip to content

Commit a6fc65d

Browse files
author
semantic-release
committed
chore(release): v1.0.0
1 parent 01dcd39 commit a6fc65d

3 files changed

Lines changed: 12 additions & 4 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.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

917
The entries below predate the automated semantic-release workflow.

pyproject.toml

Lines changed: 3 additions & 3 deletions
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 = "0.6.0"
7+
version = "1.0.0"
88
description = "FastAPI extension that provides PASETO Auth support"
99
readme = "README.md"
1010
requires-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"]
7474
patch_tags = ["fix", "perf"]
7575
parse_squash_commits = true
7676
ignore_merge_commits = true
77-
77+

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__ = "0.6.0"
3+
__version__ = "1.0.0"

0 commit comments

Comments
 (0)