Skip to content

Commit 4129920

Browse files
committed
chore(release): bump to v0.5.0, new endpoint, UI features
1 parent b7e39bc commit 4129920

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Notable changes to this project will be documented in this file.
44

55
Per-PR attribution and contributor credits are published automatically on the corresponding GitHub release page; this file is the curated, human-readable summary.
66

7-
## [Unreleased]
7+
## [v0.5.0] - 2026-06-06
88
### Added
99
- `POST /dev/unload` release model from VRAM without stopping container; lazy reload on next request. For freeing a shared GPU while idle. Reclaim scale with load (~0.7 GB; ~1.6 GB via long-form test on 4060Ti). (#474)
1010
### Fixed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.4.1-rc1
1+
0.5.0

charts/kokoro-fastapi/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: kokoro-fastapi
33
description: A Helm chart for deploying the Kokoro FastAPI TTS service to Kubernetes
44
type: application
5-
version: 0.4.0
6-
appVersion: "0.4.0"
5+
version: 0.5.0
6+
appVersion: "0.5.0"
77

88
keywords:
99
- tts

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "kokoro-fastapi"
3-
version = "0.4.0"
3+
version = "0.5.0"
44
description = "FastAPI TTS Service"
55
readme = "README.md"
66
requires-python = ">=3.10"

0 commit comments

Comments
 (0)