From bc612e072db329776df291844ed637a67d019937 Mon Sep 17 00:00:00 2001 From: Amr Gaber Date: Fri, 22 May 2026 23:08:26 -0500 Subject: [PATCH] chore: release v1.0.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit First tagged release. Promotes the current state of the template to a v1.0.0 baseline — the recent /v1 route prefix, security backport, production-learnings sweep, and CI runtime modernization together form a coherent stable scaffold. Going forward: manual version bumps on meaningful PRs; release notes via GitHub Releases (no CHANGELOG file). --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 14b3de8..82370c5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "api-template" -version = "0.1.0" +version = "1.0.0" description = "FastAPI template with async PostgreSQL and JWT auth" readme = "README.md" requires-python = ">=3.12"