From dec6f21af9ae91e6d36527c61451f7c145e57bbb Mon Sep 17 00:00:00 2001 From: Cameron Cordes Date: Wed, 3 Jun 2026 14:07:10 -0400 Subject: [PATCH] Bump version to 1.3.0 TTS feature release: /tts/speech + voice library endpoints (Chatterbox via llama-swap), input cleaning, tuning knobs, WAV-normalized voice cloning, OTel spans, dedicated synth timeout, and single-flight serialization. Co-Authored-By: Claude Opus 4.8 (1M context) --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d35048c..a35a7d2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2051,7 +2051,7 @@ dependencies = [ [[package]] name = "image-api" -version = "1.2.0" +version = "1.3.0" dependencies = [ "actix", "actix-cors", diff --git a/Cargo.toml b/Cargo.toml index 6807778..3b3a08a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "image-api" -version = "1.2.0" +version = "1.3.0" authors = ["Cameron Cordes "] edition = "2024"