Skip to content

Commit d62d36e

Browse files
committed
🚢 release: v0.1.3
1 parent 44f0f94 commit d62d36e

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

envs/test.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PORT="8000"
22

33
PROJECT_NAME="Zerohertz's FastAPI Cookbook (test)"
4-
VERSION="v0.1.1"
4+
VERSION="v0.1.3"
55
PREFIX="/api"
66
TZ="Asia/Seoul"
77

k8s/postgresql/configmap.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ data:
66
dev.env: |
77
PORT="8000"
88
PROJECT_NAME="Zerohertz's FastAPI Cookbook (dev)"
9-
VERSION="v0.1.1"
9+
VERSION="v0.1.3"
1010
PREFIX="/api"
1111
TZ="Asia/Seoul"
1212
DB_ECHO=true
1313
DB_TABLE_CREATE=true
1414
prod.env: |
1515
PORT="8000"
1616
PROJECT_NAME="Zerohertz's FastAPI Cookbook (prod)"
17-
VERSION="v0.1.1"
17+
VERSION="v0.1.3"
1818
PREFIX=""
1919
TZ="Asia/Seoul"
2020
DB_ECHO=false

k8s/postgresql/fastapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ spec:
1414
spec:
1515
containers:
1616
- name: fastapi
17-
image: zerohertzkr/fastapi-cookbook:v0.1.2
17+
image: zerohertzkr/fastapi-cookbook:v0.1.3
1818
env:
1919
- name: ENV
2020
value: "PROD"

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "fastapi-cookbook"
3-
version = "0.1.1"
3+
version = "0.1.3"
44
description = "💨 Zerohertz's FastAPI Cookbook 💨"
55
readme = "README.md"
66
requires-python = ">=3.12"
@@ -88,7 +88,7 @@ disable = [
8888
profile = "black"
8989

9090
[tool.black]
91-
target-version = ["py312"]
91+
target-version = "0.1.3"
9292

9393
[tool.pytest.ini_options]
9494
env_files = ["envs/test.env"]

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)