From 2424d4c47522801816a5a220f365bb83ba78e294 Mon Sep 17 00:00:00 2001 From: Ramaz Tskhadadze Date: Tue, 18 Aug 2026 12:57:47 +0400 Subject: [PATCH] Bump tts-ggml to 0.7.2 Retitles the Unreleased section (CosyVoice3 zero-shot / cross-lingual voice cloning, #3872) to 0.7.2 and records the registry-client hyperdb@6 alignment (#3898) under Fixed. Publishing from this commit unblocks the SDK CosyVoice3/Audio8 PRs (#3857 / #3858), whose sdk-pod-checks fail on the duplicate-hyperdb install produced by 0.7.0/0.7.1. --- packages/tts-ggml/CHANGELOG.md | 12 +++++++++++- packages/tts-ggml/package.json | 2 +- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/packages/tts-ggml/CHANGELOG.md b/packages/tts-ggml/CHANGELOG.md index 3e5e48b54a..9b390e3835 100644 --- a/packages/tts-ggml/CHANGELOG.md +++ b/packages/tts-ggml/CHANGELOG.md @@ -5,7 +5,17 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [0.7.2] - 2026-08-18 + +### Fixed + +- **Consumer installs dedupe hyperdb again.** `@qvac/registry-client` (a + runtime dependency since 0.7.0, powering `download-models:registry`) is + bumped from `^0.4.0` to `^0.6.1` so its transitive `hyperdb` rides the + v6 line shared by the rest of the @qvac ecosystem. 0.7.0/0.7.1 installs + resolved two hyperdb copies (4.x + 6.x), violating the SDK pod check + single-copy invariant for shared P2P packages. The `QVACRegistryClient` + surface the download script uses is unchanged. ### Added diff --git a/packages/tts-ggml/package.json b/packages/tts-ggml/package.json index 0ea483162c..9e9d628a2d 100644 --- a/packages/tts-ggml/package.json +++ b/packages/tts-ggml/package.json @@ -1,6 +1,6 @@ { "name": "@qvac/tts-ggml", - "version": "0.7.1", + "version": "0.7.2", "description": "Text to Speech (TTS) addon for qvac (ggml backend, wrapping the chatterbox + supertonic + parler + cosyvoice3 + audio8 engines from tts-cpp)", "addon": true, "engines": {