diff --git a/packages/bci-whispercpp/CHANGELOG.md b/packages/bci-whispercpp/CHANGELOG.md index d43b9f4536..8950c5d4fb 100644 --- a/packages/bci-whispercpp/CHANGELOG.md +++ b/packages/bci-whispercpp/CHANGELOG.md @@ -5,6 +5,19 @@ 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] + +### Changed + +- Bumped the `whisper-cpp` vcpkg override from `1.8.5#5` to `1.9.1`, which pulls + the latest from upstream `ggml-org/whisper.cpp` v1.9.1 into our fork + `tetherto/qvac-ext-lib-whisper.cpp` (master `cb91a378`, + [#73](https://github.com/tetherto/qvac-ext-lib-whisper.cpp/pull/73)). The + registry baseline is left unchanged; the override resolves the new version + forward of the pinned baseline against + [tetherto/qvac-registry-vcpkg#219](https://github.com/tetherto/qvac-registry-vcpkg/pull/219) + (`whisper-cpp 1.9.1` port, REF `cb91a378`). No addon version bump (QVAC-21582). + ## [0.3.3] - 2026-06-24 ### Changed diff --git a/packages/bci-whispercpp/vcpkg.json b/packages/bci-whispercpp/vcpkg.json index 51384ca6fa..6ab452b789 100644 --- a/packages/bci-whispercpp/vcpkg.json +++ b/packages/bci-whispercpp/vcpkg.json @@ -37,8 +37,7 @@ "overrides": [ { "name": "whisper-cpp", - "version": "1.8.5", - "port-version": 5 + "version": "1.9.1" } ] } diff --git a/packages/transcription-whispercpp/CHANGELOG.md b/packages/transcription-whispercpp/CHANGELOG.md index 24baf5968f..0ff1d7cecb 100644 --- a/packages/transcription-whispercpp/CHANGELOG.md +++ b/packages/transcription-whispercpp/CHANGELOG.md @@ -5,6 +5,19 @@ 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] + +### Changed + +- Bumped the `whisper-cpp` vcpkg override from `1.8.5#5` to `1.9.1`, which pulls + the latest from upstream `ggml-org/whisper.cpp` v1.9.1 into our fork + `tetherto/qvac-ext-lib-whisper.cpp` (master `cb91a378`, + [#73](https://github.com/tetherto/qvac-ext-lib-whisper.cpp/pull/73)). The + registry baseline is left unchanged; the override resolves the new version + forward of the pinned baseline against + [tetherto/qvac-registry-vcpkg#219](https://github.com/tetherto/qvac-registry-vcpkg/pull/219) + (`whisper-cpp 1.9.1` port, REF `cb91a378`). No addon version bump (QVAC-21582). + ## [0.10.2] - 2026-06-24 ### Changed diff --git a/packages/transcription-whispercpp/vcpkg.json b/packages/transcription-whispercpp/vcpkg.json index b420ad2df4..e9c5feda1a 100644 --- a/packages/transcription-whispercpp/vcpkg.json +++ b/packages/transcription-whispercpp/vcpkg.json @@ -28,8 +28,7 @@ "overrides": [ { "name": "whisper-cpp", - "version": "1.8.5", - "port-version": 5 + "version": "1.9.1" } ] }