Version 0.8.1

This commit is contained in:
2026-02-12 18:18:37 +01:00
parent 8982ba18e3
commit f59c1a17e2
3 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
[project]
name = "fastapi-toolsets"
version = "0.8.0"
version = "0.8.1"
description = "Reusable tools for FastAPI: async CRUD, fixtures, CLI, and standardized responses for SQLAlchemy + PostgreSQL"
readme = "README.md"
license = "MIT"

View File

@@ -21,4 +21,4 @@ Example usage:
return Response(data={"user": user.username}, message="Success")
"""
__version__ = "0.8.0"
__version__ = "0.8.1"

2
uv.lock generated
View File

@@ -242,7 +242,7 @@ wheels = [
[[package]]
name = "fastapi-toolsets"
version = "0.8.0"
version = "0.8.1"
source = { editable = "." }
dependencies = [
{ name = "asyncpg" },