Skip to content

Commit c0a0bf8

Browse files
bump: version 4.0.0 → 4.0.1
1 parent 2165049 commit c0a0bf8

4 files changed

Lines changed: 9 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 4.0.1 (2026-05-28)
2+
3+
### Fix
4+
5+
- **docs**: align auth documentation with code and remove migration-style wording
6+
17
## 4.0.0 (2026-05-28)
28

39
### Added

litestar_auth/__init__.py

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

6464
logging.getLogger(__name__).addHandler(logging.NullHandler()) # noqa: RUF067
6565

66-
__version__ = "4.0.0"
66+
__version__ = "4.0.1"
6767

6868
__all__ = (
6969
"DEFAULT_SUPERUSER_ROLE_NAME",

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 = "4.0.0"
3+
version = "4.0.1"
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)