Skip to content

Commit 004c82d

Browse files
committed
🚒 release: v0.1.6
1 parent 5f80267 commit 004c82d

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
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.5"
4+
VERSION="v0.1.6"
55
BACKEND_URL=""
66
FRONTEND_URL=""
77
PREFIX="/api"

β€Žk8s/postgresql/configmap.yamlβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ data:
66
dev.env: |
77
PORT="8000"
88
PROJECT_NAME="Zerohertz's FastAPI Cookbook (dev)"
9-
VERSION="v0.1.5"
9+
VERSION="v0.1.6"
1010
BACKEND_URL="https://dev.zerohertz.xyz"
1111
FRONTEND_URL="http://localhost:5173"
1212
PREFIX="/api"
@@ -17,7 +17,7 @@ data:
1717
prod.env: |
1818
PORT="8000"
1919
PROJECT_NAME="Zerohertz's FastAPI Cookbook (prod)"
20-
VERSION="v0.1.5"
20+
VERSION="v0.1.6"
2121
BACKEND_URL="https://api.zerohertz.xyz"
2222
FRONTEND_URL="https://zerohertz.vercel.app"
2323
PREFIX=""

β€Ž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.5
17+
image: zerohertzkr/fastapi-cookbook:v0.1.6
1818
env:
1919
- name: ENV
2020
value: "PROD"

β€Ž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-cookbook"
3-
version = "0.1.5"
3+
version = "0.1.6"
44
description = "πŸ’¨ Zerohertz's FastAPI Cookbook πŸ’¨"
55
readme = "README.md"
66
requires-python = ">=3.12"

β€Ž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)