Skip to content

Commit f8a62b8

Browse files
bump: version 0.0.0 → 1.0.0
1 parent 18e3521 commit f8a62b8

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Unreleased
1+
## 1.0.0 (2026-03-29)
22

33
First **stable public API** as **1.0.0** — authentication and authorization for [Litestar](https://litestar.dev/) as a native plugin, without shipping email delivery or UI (use `BaseUserManager` hooks).
44

litestar_auth/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494

9595
logging.getLogger(__name__).addHandler(logging.NullHandler()) # noqa: RUF067
9696

97-
__version__ = "0.0.0"
97+
__version__ = "1.0.0"
9898

9999
__all__ = (
100100
"AccessToken",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "litestar-auth"
3-
version = "0.0.0"
3+
version = "1.0.0"
44
description = "Litestar Auth"
55
readme = "README.md"
66
license = {text = "MIT"}

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)