From 789567850cdf717053083f246b0df4f24a5546fc Mon Sep 17 00:00:00 2001 From: abetlen Date: Mon, 1 Jun 2026 21:41:04 -0700 Subject: [PATCH] chore: bump version to 0.3.25 --- CHANGELOG.md | 2 ++ llama_cpp/__init__.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7fa15aebb4..bd83be8434 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.3.25] + - feat: Update llama.cpp to ggml-org/llama.cpp@210a6570c by @abetlen in #2242 - feat: add Gemma 4 multimodal chat support by @abetlen in #2241 - feat(ci): add CUDA 13.0 and 13.2 wheel builds by @abetlen in #2239 diff --git a/llama_cpp/__init__.py b/llama_cpp/__init__.py index c48e6fcec0..52101c9b7e 100644 --- a/llama_cpp/__init__.py +++ b/llama_cpp/__init__.py @@ -1,4 +1,4 @@ from .llama_cpp import * from .llama import * -__version__ = "0.3.24" +__version__ = "0.3.25"