Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion packages/tts-ggml/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion packages/tts-ggml/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
Loading