Skip to content

Commit bc4c20e

Browse files
committed
bump: version 0.13.1 → 0.13.2
1 parent 13ac7bb commit bc4c20e

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 0.13.2 (2025-12-10)
2+
3+
### Fix
4+
5+
- **svc**: create ensure_valid method for regroup entity domain errors, delete empty check for get svc method
6+
- clean dev-only lint command path and repair bad imports
7+
18
## 0.13.1 (2025-12-09)
29

310
### Fix

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "fastapi-api-key"
3-
version = "0.13.1"
3+
version = "0.13.2"
44
description = "fastapi-api-key provides secure, production-ready API key management for FastAPI. It offers pluggable hashing strategies (Argon2 or bcrypt), backend-agnostic persistence (currently SQLAlchemy), and an optional cache layer (aiocache). Includes a Typer CLI and a FastAPI router for CRUD management of keys."
55
readme = "README.md"
66
authors = [

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)