]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commitdiff
release : v1.8.7 (#3881)
authorDaniel Bevenius <redacted>
Tue, 16 Jun 2026 10:28:23 +0000 (12:28 +0200)
committerGitHub <redacted>
Tue, 16 Jun 2026 10:28:23 +0000 (12:28 +0200)
CMakeLists.txt
README.md
bindings/javascript/package.json

index 3932cf2845e5452bb3fe3fe9d67b1bb1cf75636a..b2e936e726722fe485adf7c874967bae27ce55aa 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.6)
+project("whisper.cpp" VERSION 1.8.7)
 include(CheckIncludeFileCXX)
 
 set(SOVERSION 1)
index fe7fa74153a1d7ac702b256e55dfebf31f246a3b..19fdc70daabbbda8047c8de940a513b63954f20f 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.6](https://github.com/ggml-org/whisper.cpp/releases/tag/v1.8.6) / [Roadmap](https://github.com/orgs/ggml-org/projects/4/)
+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/)
 
 High-performance inference of [OpenAI's Whisper](https://github.com/openai/whisper) automatic speech recognition (ASR) model:
 
index 1f2f34672ae49ffb555026851537ecf9421b65e9..7c66c730c6c6c1f1b04943a81836315cc9a6d913 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "whisper.cpp",
-  "version": "1.8.6",
+  "version": "1.8.7",
   "description": "Whisper speech recognition",
   "main": "whisper.js",
   "scripts": {