Skip to content

Commit 9564145

Browse files
committed
Merge branch 'release/v0.2.0-ce'
2 parents 503ab62 + 214504d commit 9564145

2 files changed

Lines changed: 11 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,21 @@
22

33
All notable changes to PolyTalk CE are documented in this file.
44

5-
PolyTalk CE uses app versions such as `0.1.0` and Git tags such as `v0.1.0-ce`.
5+
PolyTalk CE uses app versions such as `0.2.0` and Git tags such as `v0.2.0-ce`.
66

77
## Unreleased
88

99
- No unreleased changes yet.
1010

11+
## 0.2.0 - 2026-06-10
12+
13+
- Added Supertonic TTS support for Japanese and Korean speech synthesis.
14+
- Added language-based TTS provider routing so Japanese and Korean can use Supertonic while other languages continue using the default Piper path.
15+
- Added Docker Compose support for the Supertonic TTS service, including a dedicated image build and persistent model/cache volume.
16+
- Added Supertonic configuration examples in `.env.example` and `config/config.yaml.example`.
17+
- Expanded README guidance for pipeline flow, use cases, provider compatibility, self-hosting, and benchmarking.
18+
- Added tests for Supertonic routing, voice selection, synthesis requests, and provider-specific TTS behavior.
19+
1120
## 0.1.0 - 2026-05-29
1221

1322
- Initial public Community Edition release baseline.

app/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44
"""PolyTalk application version."""
55

6-
__version__ = "0.1.0"
6+
__version__ = "0.2.0"

0 commit comments

Comments
 (0)