Skip to content

Commit

Permalink
0.10.5
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Jan 31, 2025
1 parent 7444732 commit d48737d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# CHANGELOG


## v0.10.5 (2025-01-31)

### Bug Fixes

- **layout**: Fill available height
([`7444732`](https://github.com/fhswf/wahl-o-chat/commit/7444732586f2253af2993420de5f1ff508f42969))


## v0.10.4 (2025-01-28)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion gr_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

load_dotenv(find_dotenv())

__version__ = "0.10.4"
__version__ = "0.10.5"

OPENAI_API_KEY = os.getenv("OPENAI_API_KEY")
DATABASE_PATH = "./chroma/"
Expand Down
2 changes: 1 addition & 1 deletion k8s/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
automountServiceAccountToken: false
containers:
- name: wahl-o-chat
image: ghcr.io/fhswf/wahl-o-chat:0.10.4
image: ghcr.io/fhswf/wahl-o-chat:0.10.5
env:
- name: OPENAI_API_KEY
valueFrom:
Expand Down

0 comments on commit d48737d

Please sign in to comment.