]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commitdiff
release : v1.9.0 (#3886)
authorDaniel Bevenius <redacted>
Wed, 17 Jun 2026 09:36:57 +0000 (11:36 +0200)
committerGitHub <redacted>
Wed, 17 Jun 2026 09:36:57 +0000 (11:36 +0200)
CMakeLists.txt
README.md
bindings/javascript/package.json

index dff25f25a34f832dcf24e12dbeb6ee18c4ddec76..8527d6d9bed35697d9740669e77ca8a0bc310f59 100644 (file)
@@ -1,6 +1,6 @@
 cmake_minimum_required(VERSION 3.5) # for add_link_options and implicit target directories.
 project("whisper.cpp" C CXX)
-project("whisper.cpp" VERSION 1.8.7)
+project("whisper.cpp" VERSION 1.9.0)
 include(CheckIncludeFileCXX)
 
 set(SOVERSION 1)
index 19fdc70daabbbda8047c8de940a513b63954f20f..a32d9b61382e23527a52003b066a70fa46c4466c 100644 (file)
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@
 [![Conan Center](https://shields.io/conan/v/whisper-cpp)](https://conan.io/center/whisper-cpp)
 [![npm](https://img.shields.io/npm/v/whisper.cpp.svg)](https://www.npmjs.com/package/whisper.cpp/)
 
-Stable: [v1.8.7](https://github.com/ggml-org/whisper.cpp/releases/tag/v1.8.7) / [Roadmap](https://github.com/orgs/ggml-org/projects/4/)
+Stable: [v1.9.0](https://github.com/ggml-org/whisper.cpp/releases/tag/v1.9.0) / [Roadmap](https://github.com/orgs/ggml-org/projects/4/)
 
 High-performance inference of [OpenAI's Whisper](https://github.com/openai/whisper) automatic speech recognition (ASR) model:
 
index 7c66c730c6c6c1f1b04943a81836315cc9a6d913..b777591a4e34f7e479e9f0200d43c85407516a8d 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "whisper.cpp",
-  "version": "1.8.7",
+  "version": "1.9.0",
   "description": "Whisper speech recognition",
   "main": "whisper.js",
   "scripts": {